Valid 1Z0-895 Dumps shared by ExamDiscuss.com for Helping Passing 1Z0-895 Exam! ExamDiscuss.com now offer the newest 1Z0-895 exam dumps, the ExamDiscuss.com 1Z0-895 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1Z0-895 dumps with Test Engine here:
A developer wants to package an enterprise bean FooBean within a .war file: @Stateless public xlass FooBean { public void foo () {} } Which package approach is correct?
Correct Answer: D
Explanation/Reference: To include enterprise bean class files in aWARmodule, the class files should be in the WEB-INF/classes directory. Note: Enterprise beans often provide the business logic of a web application. In these cases, packaging the enterprise bean within the web application'sWARmodule simplifies deployment and application organization. Enterprise beans may be packaged within aWARmodule as Java programming language class files or within a JAR file that is bundled within theWARmodule. Reference: The Java EE 6Tutorial, Packaging Enterprise Beans inWAR Modules