Thanks,
- Brent
On 4/13/05, Leszek Gawron <[EMAIL PROTECTED]> wrote:
I deeply recommend you not to use hibernate directly but put all your
data access code and service layer into spring framework. Then you
simply query spring context from servlet context, lookup appropriate
service bean and perform some actions.
