GeekArticles
Operating Systems
SolarisJava Studio Creator training is coming to a city near you!
Author: developers.sun.com |
Published: 14th Apr 2006 |
Visited: 132 times |
Add CommentFiled in: SolarisLearn to develop visual web applications and portlets in just three days.
You'll use the tool's bundled JavaServer Faces components to build
applications that access a database, EJB components, and Web services. The
course also covers portlet design, internationalizing and localizing
applications, and AJAX technology. In the hands-on lab you'll you'll build a
multi-tiered e-commerce application.
Read Article Sponsored Links
Related Articles
• Testing Multithreaded Java Code
In this interview from JavaOne 2008, Coverity chief scientist Andy Chou discusses why traditional unit tests often help in uncovering concurrency-related errors, and why a combination of static and dynamic analysis yields better results when testing multithreaded code.
...
• GWT RC 1.5 Coming Out Soon Google Web Toolkit or GWT is a very popular framework for developing Ajax based websites. As developers worldwide need all the help they could get in developing websites based on a very difficult web technique, GWT is a welcoming framework.
GWT helps developers write the application freely in Java ...
• Service Oriented Java Business Integration Review
Service Oriented Java Business Integration Review
Introduction
If read through the texts which give you an introduction to SOA or Web Services, you will often find them to be quite frustrating, and the reason for this is because they spend too much time referencing business processes which are ela ...
• Sources of Java Errors
The Java VM shields most developers from having to think about the memory-management aspects their Java objects, but it does not completely manage other types of resources automatically, says Gwyn Fisher, CTO of Klockwork in this interview with Artima. Great Java developers learn to understand what ...
• Building a Visual Studio DebuggerVisualizer with a Custom Serializer For most any Serializeable object, making a DebuggerVisualizer is exceeding simple and examples abound. However, if you are trying to build a DebuggerVisualizer for an object which is not Serializable or takes too long to Serialize and Deserialize, things are not quite so simp ...