Home
Certification
SUN CertificationEssential Multitier J2EE Design Patterns
Author: oracle.com Published: 27th Sep 2005 Visited: 4888 times
The full scope of J2EE patterns is far too broad for this article, but we'll look at four patterns geared toward increasing the scalability, modularity, and extensibility of multitier J2EE applications.
Read Article Sponsored Links
Related Articles
• SOA Web Services - Runtime Patterns for Broker Runtime Patterns for Broker As in the case of application patterns discussed earlier a broker may be introduced in the runtime nodes which will act as a message distributor A source application connects to many target applications through a br ...
• SOA Web Services - Runtime Patterns Runtime Patterns The application patterns discussed so far overlay the runtime patterns The runtime pattern uses a set of nodes to group functional and operational components The nodes are interconnected to form a pattern The business logic of the application is deployed on n ...
• SOA Web Services - Patterns Patterns Patterns are based on the proven successful experiences of the past The various patterns for e business as suggested by IBM are shown in the following figure of the hierarchy of patt ...
• Choose Your Ajax Design Strategy Choose 1 of 6 strategies Do it Yourself Use a Client Side JavaScript Technology Library Use a Client Server Framework Do the Wrap Thing Go Remote Go All Java Techno ...
• User Experience and Design Join Sun software lead user experience designer Jeff Hoffman at his JavaOne session Designing GUIs 101 4968 so you can sling the slang around user centered design with autho ...
• Interface Design For Ajax Looking at Ajax From a Design Perspective Just as with all new technologies the usage and adoption of Ajax must become widespread if the program is to be a success In addition to this there is almost always the possibility that the technology will be used in a way that its inventors never intended T ...
• The Design Aspects of Web 2.0 There are a number of design aspects that separate Web 2 0 from Web 1 0 With Web 1 0 a small group of writers would generate web pages that would be exposed to a large number of viewers Because of this it became possible for viewers to go directly to a source to retrieve important information Howeve ...
• Java SE Application Design With MVC GUI programmers Learn how to implement a common variation of the model view controller MVC design pattern using Java SE and the Swing too ...