IntelliJ Java IDE
The moose likes Architect Certification (SCEA/OCMJEA) and the fly likes Question about when to use EJB Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Professional Certification » Architect Certification (SCEA/OCMJEA)
Reply Bookmark "Question about when to use EJB" Watch "Question about when to use EJB" New topic
Author

Question about when to use EJB

Alex John
Greenhorn

Joined: Jan 10, 2003
Posts: 21
Hi,
I have question, you as an Architect, when
designing application those doesn't need Transaction and Security handling,
then will you avoid to use EJB ?
I found this is the key when to use EJB
and when not to use it.
But I think EJB also help you about the
distribution of application and resource
management. Adding one more layer but
it can increase the scalability.
For example if you have to design currency
rate information application, where user is allowed only to see the current currency
rate. Then will you design this application
only for instance using JSP+Servlet+java
class that access the database ? or JSP+Servlet+
Stateless Bean + DAO to access database ?
Thinking about there are 10.000 visitors
every day for this site ..
Please give me a hint.
Best regards,
Alex John
[ February 03, 2003: Message edited by: Alex John ]
Rani Veena
Greenhorn

Joined: Jun 04, 2000
Posts: 4
This is good link on theServerside.com that about this topic
http://www.theserverside.com/resources/article.jsp?l=Is-EJB-Appropriate
Veena
Alex John
Greenhorn

Joined: Jan 10, 2003
Posts: 21
Thank you... what a great link
 
 
subject: Question about when to use EJB
 
Threads others viewed
J2EE
Greetings - J2EE Design Patterns Applied
Success Stories SCEA Part 1
some unsure questions on phase 1
Currency Converter in Java
developer file tools