1.

What are the design goals of J2EE architecture?

Answer»

The design goals of J2EE architecture are as follows:

  • Service Availability: To ensure that the application is AVAILABLE 24*7 to achieve required business goals.
  • Data Connectivity: The CONNECTION between a J2EE application and LEGACY systems should remain compatible enough for ensuring business functions.
  • Ease of Accessibility: The user should be able to connect to applications using any device and from anywhere.
  • User INTERACTION: The user interaction should be seamless and should be able to connect to different devices like desktops, mobiles, laptops etc.
  • Abstraction and Flexibility: The developer should FOCUS on business logic and the configuration details should be handled by the server.


Discussion

No Comment Found