Valid 1Z0-102 Dumps shared by ExamDiscuss.com for Helping Passing 1Z0-102 Exam! ExamDiscuss.com now offer the newest 1Z0-102 exam dumps, the ExamDiscuss.com 1Z0-102 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1Z0-102 dumps with Test Engine here:
Indentify two valid elements that can belong in the weblogic-application.xml deployment descriptor.
Correct Answer: B,D
Explanation/Reference: Explanation: B: <library-ref> A reference to a shared Java EE library. Enclose all other elements within library-ref. Note: A Java EE application can reference a registered shared Java EE library using entries in the application's weblogic-application.xml deployment descriptor. Elements include: library-ref library-name D: <work-manager> Specifies the Work Manager that is associated with the application. Note: The weblogic-application.xml file is the BEA WebLogic Server-specific deployment descriptor extension for the application.xml deployment descriptor from Sun Microsystems. This is where you configure features such as shared Java EE libraries referenced in the application and EJB caching. The file is located in the META-INF subdirectory of the application archive. References: