• 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

Why EJB?

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys,
I want to know what is so special about EJB technologies?
What on the basic thing can we achieve with the help of EJB?
Is there any other similar technologies in the market yet?
Is the roal of EJB is to exchange data in an OO manner?
if so XML is so widely used..then why to use EJB!..just because it is written in java!!!
What is the most beautiful concept in EJB...if any!!

Please help big guys..
I need to clear it in my mind before I begin with it....


 
Rakesh s Verma
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can I expect a reply
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It is a holiday week. Not everyone is on their computer.

I want to know what is so special about EJB technologies?


It is a way of leveraging the application server for scalability, performance, transaction, security, etc.

Is there any other similar technologies in the market yet?


Spring does most of the things that EJB does.

Is the roal of EJB is to exchange data in an OO manner?
Not really. You can do that with just Java. Check out the J2EE Tutorial for Sun for more details about what EJB is all about.

if so XML is so widely used..then why to use EJB!..just because it is written in java!!!
XML is not a competitor of EJB.
 
reply
    Bookmark Topic Watch Topic
  • New Topic