| |
| | Java theory and practice: Coaxing J2EE out of the container |
 | | As a bonus, the MQ paradigm makes it easier to design for distribution, scalability, and fault-tolerance, as it is not necessarily the case that message producers and consumers need to run in the same JVM, and the nature of most producer/consumer tasks allow for parallel processing. |
 | | J2SE applications can use JNDI in a similar manner as J2EE applications, they just have to do a little more work to get the namespace populated. |
 | | While J2EE and J2SE are different tools for different jobs, many developers find themselves having to decide between the "lightweight" and "heavyweight" implementation for various framework services, such as messaging, configuration, or management. |
| www-106.ibm.com /developerworks/java/library/j-jtp04204.html (2244 words) |
|