On Mon, 10 Feb 2003 18:34, Vjeran Marcinko wrote: > This isn't exactly question tied to Avalon, but since there are many people > here who work much with server applications I'm sure someone can help me > with following : Is there some package or component around that takes care > of transactions ? I am working for some months now on some server app > (using Fortress), and I didn't care so thoroughly about exception handling, > but now I realized that during some action execution, when exception > ocurrs, I have to take great care of performing rollback phase not to leave > my logic layer in some undesirable middle state, and these additions began > to make my code look ugly and am starting to get lost in there easily. So > I'm wondering is there some transaction package around with proven design ?
None that I know about. You could try tyrex or some other implementation of JTS but that only effects certain resources that are "JTS enabled" (ie databases, maybe JMS etc). -- Cheers, Peter Donald *----------------------------------------------------* | We must become the change we want to see. - Gandhi | *----------------------------------------------------* --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
