> Absolutely. Business logic and persistence logic should be packaged > in things that are reusable outside of webapps, if you care about > reuse across the entire enterprise. > > On the other hand, if all you're ever gonna do (ya, right :-) is one > single webapp that talks to this data, nothing stops you from writing > JDBC calls (or whatever) into your JSF event handlers :-).
No I definitely wasn't considering that. I have a session facade that I used to call from my Struts actions. Now I can make that facade a bean with application scope and refrerence it from my backing beans/view controllers. The facade is thread-safe and provides access to all of my business logic (a lot of which is now implemented in chains :-) > Craig sean --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
