#52. These are the requirements for your new system: 1. All current business logic is in the form of database-stored procedures. 2. All current and new business logic is to be migrated to EJB. 3. The system is an online, Web-based system. The UI is HTML-based. 4. There are three EJBs: Customer, Order, and Account. There is one Java object, ShoppingList, which holds the current list of ordered items. 5. Only account and order data are stored in the database. 6. The Customer EJB maintains a reference to the ShoppingList. Which three architectural decisions adhere to the requirements? (Choose three)
#53. You are developing an HR application with the following requirements: 1. Users access the systems over an intranet, using a standard Web browser. 2. Organization information is stored in LDAP. 3. Benefits information is stored in an RDBMS. 4. Complaints are sent directly to a third-party system for compliance. Which J2EE technology would allow the system to interact with the LDAP server?