• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Why use EJBs??

 
Ranch Hand
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

I've got to make a case to my employer for why we should consider investing in Java and (specifically) EJB technologies as opposed to other technologies such as .NET.

Does anyone know of any articles, websites, journals etc that explain why it is benefical to develop applications using EJBs?

Thank you!!!
 
Ranch Hand
Posts: 775
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Don't know if you can make a true "either or" case. If a company was already developing with Microsoft technologies then .Net might be the better choice for them. Setting EJB aside, the "Java" vs ".Net" discussion tends to come down to knowing what your target deployment environment is. If .Net doesn't exist on the kinds of servers you want to use, then you kinda know what you need to know.

I think the more feasible discussion is, if you are using Java, when do J2EE technologies like EJB make sense. EJB has complexity, but it also has power. Big applications with complex transactional, performance, and failover issues win by using EJB and other J2EE options. Smaller applications could win more by using something like Spring and ignoring the lion's share of the J2EE architecture. Just depends on what you are trying to do.
 
grapes are vegan food pellets. Eat this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic