Design Patterns of Sun Java Studio Creator, Java Software IDE
By Angsuman Chakraborty, Gaea News NetworkTuesday, August 2, 2005
An article on miniature Design Patterns on Sun Java Studio Creator, a Java Software development tool aka IDE. I think you will find them rather useful.
It is helpful to have guidelines or recommended practices to help you make the most effective use of Sun Java Studio Creator 2 IDE. The article from developer.sun.com contains miniature design patterns for implementing the various components of an application using Creator. These design patterns provide practical advice illustrated with example screen shots. Where appropriate, snippets of code that can be used in your own applications are included.
Contents
- JSP Page Design Patterns
- Changing the Page Title
- Identifying Components
- Handling Error Messages
- Handling Generic User Notifications
- Handling Error Messages Associated to Specific Input Fields
- Handling Error Messages for Input Fields Within Data Tables
Read the article here.
YOUR VIEW POINT