Question - 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.