http://www.roseindia.net
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Please visit our lastest forum and start dicussing the topics
Enterprise Java Beans, A Primer: Part 2, Implement Your Firs

 
Post new topic   Reply to topic    http://www.roseindia.net Forum Index -> EJB - Enterprise Java Beans
View previous topic :: View next topic  
Author Message
amar



Joined: 25 Apr 2006
Posts: 179

PostPosted: Wed May 03, 2006 10:08 am    Post subject: Enterprise Java Beans, A Primer: Part 2, Implement Your Firs Reply with quote

One of the hardest steps for beginning J2EE developers to take is to build their first EJBs. This article will set aside those fears and help you venture into the world of EJB development.

In order to build and run an EJB, you must install a J2EE-compliant EJB container. The reference implementation EJB container can be found in the J2EE development kit that’s obtainable from Sun. You can download the latest version from http://java.sun.com/j2ee.

Developing an EJB involves most of the same steps and concepts that you have become familiar with when developing plain old Java objects (POJOs), with a few minor differences.A stateful session bean maintains a conversational state with one client for the duration of a single session. This implies that the stateful session bean can maintain instance variables across multiple invocations from one client during a single session.

for read more information:
http://www.sitepoint.com/article/implement-first-ejbs
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    http://www.roseindia.net Forum Index -> EJB - Enterprise Java Beans All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group