A common practice is to use the J2EE design pattern "Business Delegate",
that provides a clean separation between the technology used to store data
and all the rest of the application.
The Business Delegate will expose some "APIs", but it does not show how it
is really implemented (JDBC, EJB,etc.)
For more information take a look at:
http://java.sun.com/blueprints/patterns/BusinessDelegate.html
Ciao
Antonio Petrelli


> In the mailing list, I have read some people suggesting not to put
> business logics in Action class. Certainly, business logics should not
> be in JSP or Form class. Then where should the business logics be put?
>
> Thanks
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to