| From: Pierre Goupil [mailto:[EMAIL PROTECTED]
| Sent: Tuesday, 19 June, 2007 05:59
| 
| And, no, definitely you don't need EJB : that's a too heavy-weight
| technology for such a project. And the learning curve is far more
longer.

Actually, with annotations and a supportive IDE (NetBeans, and probably
Eclipse as well), EJBs aren't too terribly difficult anymore.  You don't
have to worry about generating stubs and keeping your deployment
descriptors in sync anymore, pretty much all you have to do is specify
whether you want local and/or remote access.  They're not painless, but
they are friendlier.

That said, I agree that they're too heavyweight for this application.
I'd stick with Struts for handling the form submissions, and look into
Tomcat's connection pooling if database access is required.  This kind
of app wouldn't take an experienced web developer more than a couple of
days to write, after the requirements were nailed down.  It actually
sounds like an excellent "extended example" for learning web app
development.
-----------------------------------------
------------------------------------------------------------
The information contained in this message is confidential
proprietary property of Nelnet, Inc. and its affiliated 
companies (Nelnet) and is intended for the recipient only.
Any reproduction, forwarding, or copying without the express
permission of Nelnet is strictly prohibited. If you have
received this communication in error, please notify us
immediately by replying to this e-mail.
------------------------------------------------------------

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to