• 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

javabeans

 
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi
is there a diffrence between "JavaBeans" and "Enterprise JavaBeans" ?
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The two have nothing to do with each other. Java Beans are a convention on how to name fields and their respective accessor methods (getters and setters), while Enterprise JavaBeans (EJB) are a technology for executing and persisting Java objects (which is implemented by servers such as JBoss, WebSphere, Weblogic). It is unfortunate that Sun chose the name EJB for this technology, because it is regularly cause for confusion.

BTW, is "Tal Tal" a valid screen name? We have a policy on screen names here at JavaRanch. Basically, it must consist of a first name, a space, and a last name, and not be obviously fictitious. Shoudl yours not conform with it, please take a moment to change it, which you can do right here.
 
reply
    Bookmark Topic Watch Topic
  • New Topic