This is not the document you are looking for? Use the search form below to find more!

Report home > Others

EJB 3.1 and GlassFish v3 Prelude

0.00 (0 votes)
Document Description
EJB 3.1 and GlassFish v3 Prelude
File Details
Submitter
  • Name: ishaan

We are unable to create an online viewer for this document. Please download the document instead.

EJB 3.1 and GlassFish v3 Prelude screenshot

Add New Comment




Related Documents

Scripting Support in GlassFish v3 Prelude

by: patrick, 15 pages

Scripting Support in GlassFish v3 Prelude

The Effect of A Novel Food Supplement Containing a Mixture of Water Extracted Herbs and 1.3-1.6-Beta-Glucan on Body Composition and Weight in Females

by: shinta, 7 pages

The results from this placebo controlled clinical study in 28 middle age females with mild to moderate overweight (BMI ? 27.5 kg/m and with a waist circumference (WC? 90 cm) show during a ...

Ccna 3 final exam answers v3.1

by: hanbal, 2 pages

Ccna 3 final exam answers v3.1

Motorola Backflip Announced, With Android 2.1 And Flash 10.1 Update- David Novak (TheGadgetGUYcolumn.com)

by: armida, 3 pages

Motorola Backflip Announced, With Android 2.1 And Flash 10.1 Update- David Novak (TheGadgetGUYcolumn.com)

Terminal Server Load Testing Through CitraTest VU 3.1

by: markwaltzer, 2 pages

Terminal Server Load Testing Through CitraTest VU 3.1. Tevron announced version 3.1 of CitraTest VU, a revolutionary and cost effective load testing solution designed specifically for Terminal Server ...

Add Math(F4) Quadratic Function 3.1

by: danae, 24 pages

    CHAPTER 3 QUADRATIC FUNCTION 3.1 QUADRATIC FUNCTION AND GRAPH 3.1.1 Recognising a Quadratic Function ...

iPhone User Guide (for iPhone OS 3.1 Software)

by: manualzon, 217 pages

iphone 3gs user manual in pdf file, it contains various things regarding iphone 3.1 OS supported software including troubleshooting, maintaining but not servicing the iphone

XML 1.1 and Related Technologies

by: info@test-kings.com, 4 pages

XML 1.1 and Related Technologies download from http://www.pass-sure.com is best for IT students.IBM 000-142 exam training gives you a deep insight of the XML 1.1 and Related Technologies questions ...

Fiat Uno Haynes 45, 55, 60, 70, 1.1 and 1.4, Service Manual

by: velin90, 2 pages

Fiat Uno Haynes 45, 55, 60, 70, 1.1 and 1.4, Service Manual This Digital Repair Manual covers the same information that Professional Technicians and Mechanics have.This highly detailed Digital ...

Service Manual Fiat Uno 45, 55, 60, 70, 1.1 and 1.4,

by: dernisdinu, 1 pages

Service Manual Fiat Uno 45, 55, 60, 70, 1.1 and 1.4,

Content Preview
Enterprise JavaBeansTM(EJBTM) 3.1 Kenneth SaksSenior Staff EngineerSUN MicrosystemsEJB 3.1 Specification • Goals> Continued focus on ease-of-use> New features• JSR (Java Specification Request) 318> Part of Java EE 6> Java Persistence API will evolve separately ( JSR 317 )> Public Draft Released October 2008• Caveat – APIs stil subject to change2Ease of Use Improvements • Optional Local Business Interfaces• Simplified Packaging in .war• EJB “Lite” • Portable Global JNDI Names• Simplified Unit Testing3Session Bean with “No-interface” View@Statelesspublic class HelloBean { public String sayHello(String msg) { return “Hello “ + msg; }}// Client of HelloBean no-interface view@EJB HelloBean h;…h.sayHello(“bob”);4Web/EJB Application in JavaTM EE Platform 5 foo.earfoo.earlib/foo_common.jarfoo_web.warWEB-INF/web.xmlcom/acme/Foo.classWEB-INF/classes/ com/acme/FooServlet.classfoo_web.warWEB-INF/classes com/acme/Foo.classORWEB-INF/web.xmlWEB-INF/classes/ com/acme/FooServlet.classfoo_ejb.jarcom/acme/FooBean.classfoo_ejb.jarcom/acme/Foo.classcom/acme/FooBean.class5Web/EJB Application in JavaTM EE Platform 6foo.warWEB-INF/classes/ com/acme/FooServlet.classWEB-INF/classes/ com/acme/FooBean.class6EJB “Lite” vs. Full EJB 3.1 APIEJB Lite Full = Lite + :• Local Session Beans• Message Driven Beans• Annotations / ejb-jar.xml • EJB Web Service • CMT / BMTEndpoints• Declarative Security• RMI-IIOP Interoperability• Interceptors• 2.x / 3.x Remote view• 2.x Local view• Timer Service• CMP / BMP7Portable Global JNDI Names“java:global[/<app-name>]/<module-name>/<bean-name>”// Client in a Java EE container@EJB(mappedName= ”java:global/hello/HelloBean”) Hello hello;// Client in a Java SE environmentHello hello = (Hello) new InitialContext() lookup(“java:global/hello/HelloBean”);8Enhanced Testing Supportpublic class BankTester { public static void main(String[] args) { EJBContainer container = EJBContainer.createEJBContainer(); // Acquire EJB component reference BankBean bank = (BankBean)container.getContext(). lookup(“java:global/bank/BankBean”); testBank(bank); ... container.close(); } 9Example : Embeddable API (cont.) % java -classpath bankClient.jar : bank.jar : javaee.jar : <vendor_rt>.jar com.acme.BankTester 10

Download
EJB 3.1 and GlassFish v3 Prelude

 

 

Your download will begin in a moment.
If it doesn't, click here to try again.

Share EJB 3.1 and GlassFish v3 Prelude to:

Insert your wordpress URL:

example:

http://myblog.wordpress.com/
or
http://myblog.com/

Share EJB 3.1 and GlassFish v3 Prelude as:

From:

To:

Share EJB 3.1 and GlassFish v3 Prelude.

Enter two words as shown below. If you cannot read the words, click the refresh icon.

loading

Share EJB 3.1 and GlassFish v3 Prelude as:

Copy html code above and paste to your web page.

loading