Which two kinds of applications benefit from the adoption of service oriented architecture (SOA) inspired patterns and practices?
Which two features are supported by the Java Authentication and Authorization Service (JAAS) API?
Which three actions restrict the ability of a web application to scale in response to load
as additional computing resources are made available to it?
A company has been soiling a desktop based billing application that has Character User Interface (CUI) application developed by using Java. The company would like to release the next version of this application with the following features: a GUI with a pluggable look- and-feel capability and the flexibility to support multiple database vendors.
Which two technologies would you use in the new version?
You have been recruited by an online retailer of footwear to conduct a review of their online systems. Your primary Finding is that the development team has implemented duplicated complex business logic as Java scripts directly into the JSPs, causing performance, scalability, and maintainability issues.
Which two design patterns would you select to improve the current code base?
A company that sells avatar skins to virtual reality environments has a static website for advertising their wares. The website was built using What You See Is What You Get (WYSIWYG) html editor and also contains a lot of JavaScript. The company now wants to add server side processing capabilities developing a shopping application, the company is considering using JavaServer Faces (JSF)
Which statement is true?
Your CMC wants to move several web based search applications to an AJAX model, hoping to improve user engagement with a browser experience that feels smaller and more responsive.
Which identifies a drawback to consider when adopting an AJAX model to improve user experience?
Your application produces messages by client applications. The number of clients interested in the messages varies continuously at run time. Any client can process any message, but a message must be processed exactly once.
How should the messages be delivered to the clients?