Managing the Form Flow in J2ME 22 Jun 2005 03:46 GMTTo manage form flow, the first thing you need to do is create a singleton class with static methods.
Source: DevX Core Java Technology Features in Mustang 21 Jun 2005 19:37 GMTThe JDK Core Engineering Team provides details of some important core features coming in Mustang, the next release of the Java 2 Platform, Standard Edition.
Source: Sun Face Up to Web Application Design Using JSF and MyFaces 16 Jun 2005 23:49 GMTJavaServer Faces provides an alternative to Struts or Spring MVC for those who want a Web application framework that manages UI events in a Java Web application. JSF is now a standard part of the J2EE specification and provides a viable alternative to non-standard Web frameworks.
Source: DevX Using Assertions in Java Technology 16 Jun 2005 11:08 GMTUse the assertions facility in the Java 2 Platform, Standard Edition (J2SE) to debug code early in the development process.
Source: Sun Managing Timed Tasks Within a Cluster Utilizing The StopLight Framework 16 Jun 2005 04:00 GMTYou want tasks in your cluster to run at a specific time, but you want to establish some control over them, so that your sequence of tasks won't run concurrently on different boxes and fail to coordinate. The StopLight framework offers a solution, managing tasks' execution and verifying their health. Clark D. Richey, Jr. shows how this framework works.
Source: Java.net Aspect- vs. Object-Oriented Programming: Which Technique, When? 15 Jun 2005 21:35 GMTAspect-oriented programming claims to address problems that traditional object-oriented programming doesn't completely or directly solve. Find out how true that claim is with a line-by-line comparison of the two techniques.
Source: DevX