I know this topic has come up a few times on the list but I wanted to
rehash some ideas again.

I'm using Spring/Hibernate/Declarative Transactions. We try to keep our
data-models rich and that helps a lot with transactional support
(services direct the rich-models and commit at the end of the service
call).

I still occasionally run into times when I want the onSubmit in a form
to start a transaction. I've basically decided to just use Spring's
programmatic transaction demarcation in those areas. Ive seen Igor
mention Salve, but I could not find any good examples, and I am not very
familier with Guice.

Aside from these ideas, has anyone used a different method for starting
transactions inside of wicket when needed?

Thanks!
Ryan

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

Reply via email to