heya ppl

If you have a relatively small web-app (a handful of pages (JSP), some logic
and readonly DB-access), would you say it is better to put the logic and SQL
in helperclasses, javabeans or (stateless)sessionbeans? are there some
guidelines when to use which? especially the SBs, why should it sometimes be
better to use the ejb-container instead of only a webcontainer when the only
thing i do is some minor logic and read-only, non-transactional DB-access?

thanx in advance

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to