GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  J2EE
Go To First  |  Previous Question  |  Next Question 
 J2EE  |  Question 70 of 104    Print  
Difference between java bean and enterprise bean
What is the difference between java bean and enterprise bean? when will be used java bean and enterprise in real time projects?


  
Total Answers and Comments: 3 Last Update: January 22, 2009     Asked by: enjoy 
  
 Sponsored Links

 
 Best Rated Answer
Submitted by: Vijay
 
Java Beans are Non-deployable components, means the state or life of javabean is not controlled by any container.EJB is a deployable component thru application servers...

Above answer was rated as good by the following members:
prafulkalariya
January 21, 2007 13:12:00   #1  
Jegadheesh        

RE: what is the difference between javabean and entire...

Javabean- It cannot deploy themselves It can be integrated into web components.only one user use it at a time

EJB:It is a business component.It can deploy themselves.Many users use it at a time


 
Is this answer useful? Yes | NoAnswer is useful 1   Answer is not useful 0Overall Rating: +1    
January 29, 2007 18:14:48   #2  
Vijay        

RE: what is the difference between javabean and entire...
Java Beans are Non-deployable components means the state or life of javabean is not controlled by any container.EJB is a deployable component thru application servers...
 
Is this answer useful? Yes | NoAnswer is useful 1   Answer is not useful 0Overall Rating: +1    
January 21, 2009 23:35:30   #3  
rajasekar_muthusamy Member Since: January 2009   Contribution: 1    

RE: Difference between java bean and enterprise bean
Enterprise Bean:

Gives you the facility of security & transcation state management & reduction of network code. All the above facility will be provided by application server when it is deployed.

Java Bean:

Where it is the simple setter & getter method to trasport the bean from one layer to other layer.

 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape