• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

difference between ejb 3.0 and ejb3.1

 
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi ranchers
can any one explain the difference between ejb3.0 and ejb3.1
 
Saloon Keeper
Posts: 7590
177
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Here you'll find some articles on that: https://coderanch.com/how-to/java/EJB-FAQ
 
Bartender
Posts: 3908
43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

kannan vimal wrote:hi ranchers
can any one explain the difference between ejb3.0 and ejb3.1



Please, refer section 1.2 of EJB 3.1 specification:


The Enterprise JavaBeans 3.1 architecture extends Enterprise JavaBeans to include the following new
functionality and simplifications to the earlier EJB APIs:
• A simplified Local view that provides Session Bean access without a separate Local Business
interface.
• Packaging and deployment of EJB components directly in a .war without an ejb-jar.
• An embeddable API for executing EJB components within a Java SE environment.
• A Singleton session bean component that provides easy access to shared state, as well as application startup/shutdown callbacks.
• Automatically created EJB Timers.
• Calendar based EJB Timer expressions.
• Asynchronous session bean invocations.
• The definition of a lightweight subset of Enterprise JavaBeans functionality that can be provided within Java EE Profiles such as the Java EE Web Profile.
• A portable global JNDI name syntax for looking up EJB components.

 
Ranch Hand
Posts: 808
1
Android Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Big deal of information regarding new features in EJB 3.1.
 
You’ll find me in my office. I’ll probably be drinking. And reading this tiny ad.
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic