• 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

Question about when to use EJB

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 ]
 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you... what a great link
reply
    Bookmark Topic Watch Topic
  • New Topic