I've started learning struts based on this tutorial which (from my limited experience) is a good starting point. There's on problem for me though. It gets frustrating implementing all my persistence related calls in a "service" class. Is there a way to instantiate my action classes with an EntityManager, so that i can perform simple persistence related jobs directly in my actions? ... Is this a "violation" of struts framework concepts?

Thanks

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

Reply via email to