From: reverbel <nu...@jb...> - 2005-04-27 15:00:10
|
"ad...@jb..." wrote : In fact, the transaciton module needs to splitting up to separate the interfaces that define | the integartion points and the real implementations. And the rest of JBoss should | just use the interfaces/not the implementation. Yes. At some point I want to make TransactionImpl implement a new interface org.jboss.transaction.TransactionBranch (or something like that), which would extend javax.transaction.Transaction. A similar thing would be done with the TxManager class. The new interfaces would express more clearly the contract between the core TM and the rest of the world, including the remote access providers to it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875605#3875605 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875605 |