Java 2 Platform Enterprise Edition (Java EE) Three-tier Model

Enterprise edition of Java EE (formerly called J2EE) is used for developing modular enterprise request. It can be easily used on J2EE are distributed over 3 different locations, namely, J2EE server & database server, client machine, and at legacy system. The main advantages of using Java EE platform are:

  • High Performance
  • Lightweight Constant objects
  • High amount of flexibility in operation platform and configuration
  • Extensibility and maintainability
  • *Interoperability
  • Focus on implementing business logic
  • It should be easy to add and maintain new functionality.

Read more

JBoss in Action

This book is divided into four parts, containing 15 chapters and two appendices. Chapter 1: The JBoss Application Server If you are using JBoss than you can simply skip Chapter 1. This chapter gets you up and running with JBoss by describing the directories and files that are part of JBoss AS, how to start … Read more