Re: Why JavaEE / EJB3?



Marc E wrote:
Greetings all,
For a current project, I'm trying to decide whether to stick with how we've always done it or whether to invest the time, energy, and resources into making it a full J2EE app. I've never worked with ejb, jms, etc before.
The "way we've always done it" is Tomcat/jsp/jstl/pojo. No servlets, no MVC, no need for multiple clients (swing vs. html vs. mini devices), no need for internationalization. just straight up database (via jndi and datasource setup in server.xml) and html (ala jsp).

Hi Marc
a book I recommend to people asking themselves this question:
"J2EE Design and Development, Expert one-on-one", Rod Johnson, published by Wrox Press Ltd.
Early on he covers good reason to use, or not to use, J2EE solutions.
lex

.



Relevant Pages