hi,
i am thinking about to start learning EJB so that i am searching some good reason that why i should learn this technology.My question is for all of the java gurus if they have any links or any discussion on this topic then please give me some strong reason.
Thanks
Ashish
-
When i should EJB in my application (3 messages)
- Posted by: ashish soni
- Posted on: June 10 2004 08:49 EDT
Threaded Messages (3)
- When i should EJB in my application by Maris Orbidans on June 10 2004 09:00 EDT
- When i should EJB in my application by Arun Nair on June 11 2004 10:54 EDT
- When i should EJB in my application by Monami Sharma on June 14 2004 01:21 EDT
-
When i should EJB in my application[ Go to top ]
- Posted by: Maris Orbidans
- Posted on: June 10 2004 09:00 EDT
- in response to ashish soni
hi,i am thinking about to start learning EJB so that i am searching some good reason that why i should learn this technology.My question is for all of the java gurus if they have any links or any discussion on this topic then please give me some strong reason.Thanks Ashish
yes, go ahead !
you will be able to participate in many cool EJB projects and will be able to create many wonderful things by yourself.
After all you will get better salary.
Maris
SCJP SCWCD SCBCD -
When i should EJB in my application[ Go to top ]
- Posted by: Arun Nair
- Posted on: June 11 2004 10:54 EDT
- in response to Maris Orbidans
Better salary, better job.. all that is part of the game.
Considering EJB's role in J2EE platform and you are into Enterprise application development then you can't escape (with a big NO) to the question - Can you develop EJB's ?. Because they are the heart of the system where the business process and data storage is happening. Moreover the most difficult things (if you try to develop) like transaction and security has been provided as in-build solution. You could all active this in a JSP/Servlet environment as well but you cant achieve what sun offer thru their Distributed component framework.
I think generally you would at some point of time end up (very badly) to learn some work on this area, If you foresee that then why not learn now. Unless you are truly a Web end developer.
-arun -
When i should EJB in my application[ Go to top ]
- Posted by: Monami Sharma
- Posted on: June 14 2004 01:21 EDT
- in response to ashish soni
I would suggest you to read all about MVC(Model View Controller) Architecture and that will surely help you to identify the situations/importance/role of EJBs.