-
Atomikos Transactions Essentials 3.0: open source JTA/XA (7 messages)
- Posted by: Guy Pardon
- Posted on: September 13 2006 07:57 EDT
Atomikos has made the new release (3.0) of its core transaction engine available in open source form. Called "Atomikos Transactions Essentials", JTA/XA transactions for JDBC and/or JMS are now available for free (apache-licensed) with optional commercial support, consultancy and training offered by Atomikos. The download contains the full documentation and working demos, including integration examples with Spring. To download, check out this page.Threaded Messages (7)
- How do I hook Atomikos up with Spring? by ohIDidntKnowThat ohIDidntKnowThat on September 13 2006 10:17 EDT
- Re: How do I hook Atomikos up with Spring? by Guy Pardon on September 13 2006 11:13 EDT
- Re: Atomikos Transactions Essentials 3.0: open source JTA/XA by Rod Johnson on September 13 2006 10:31 EDT
- Re: Atomikos Transactions Essentials 3.0: open source JTA/XA by Juergen Hoeller on September 13 2006 19:06 EDT
- Re: Atomikos Transactions Essentials 3.0: open source JTA/XA by ohIDidntKnowThat ohIDidntKnowThat on September 14 2006 14:21 EDT
- Re: Atomikos Transactions Essentials 3.0: open source JTA/XA by rory Winston on September 14 2006 03:40 EDT
- Re: Atomikos Transactions Essentials 3.0: open source JTA/XA by Guy Pardon on September 15 2006 04:54 EDT
- Re: Atomikos Transactions Essentials 3.0: open source JTA/XA by ohIDidntKnowThat ohIDidntKnowThat on September 14 2006 14:21 EDT
-
How do I hook Atomikos up with Spring?[ Go to top ]
- Posted by: ohIDidntKnowThat ohIDidntKnowThat
- Posted on: September 13 2006 10:17 EDT
- in response to Guy Pardon
Please point me to the docs where you mention how I could tweak my applicationContext file to include Atomikos...or a made up example would suffice -
Re: How do I hook Atomikos up with Spring?[ Go to top ]
- Posted by: Guy Pardon
- Posted on: September 13 2006 11:13 EDT
- in response to ohIDidntKnowThat ohIDidntKnowThat
Hi, Did you look in the examples/spring folder? It shows the XML configuration for Spring in both JDBC and JMS cases... Guy -
Re: Atomikos Transactions Essentials 3.0: open source JTA/XA[ Go to top ]
- Posted by: Rod Johnson
- Posted on: September 13 2006 10:31 EDT
- in response to Guy Pardon
This is good news! There are more and more options available for building lightweight enterprise applications... -
Re: Atomikos Transactions Essentials 3.0: open source JTA/XA[ Go to top ]
- Posted by: Juergen Hoeller
- Posted on: September 13 2006 19:06 EDT
- in response to Guy Pardon
I found Atomikos Transactions to be a very nice product: easy to set up, slim, well-focussed, and with a pragmatic feature set. XA connection pool beans for JDBC as well as JMS are included, so it effectively comes with everything you need to make XA run properly for JDBC and JMS. Great to see it being available as open source product now! Juergen -
Re: Atomikos Transactions Essentials 3.0: open source JTA/XA[ Go to top ]
- Posted by: ohIDidntKnowThat ohIDidntKnowThat
- Posted on: September 14 2006 14:21 EDT
- in response to Juergen Hoeller
Why would I ditch JOTM for Atomikos? What would be a compelling reason? -
Re: Atomikos Transactions Essentials 3.0: open source JTA/XA[ Go to top ]
- Posted by: rory Winston
- Posted on: September 14 2006 15:40 EDT
- in response to ohIDidntKnowThat ohIDidntKnowThat
Why would I ditch JOTM for Atomikos? What would be a compelling reason?
This is what I was wondering. Although I've come across JOTM in a couple of places and it seems to have its share of issues. An in-depth comparison would be useful. Where's Mike Spille when you need him (whatever happened to him)? :-) -
Re: Atomikos Transactions Essentials 3.0: open source JTA/XA[ Go to top ]
- Posted by: Guy Pardon
- Posted on: September 15 2006 04:54 EDT
- in response to ohIDidntKnowThat ohIDidntKnowThat
Why would I ditch JOTM for Atomikos? What would be a compelling reason?
It really depends on what you want, both technically speaking and otherwise. Since I am probably biased, I will let others be the judge of technical differences. Maybe the most important (and objective) difference is the model: Atomikos has moved into the professional open source model for (some of) its products. That could be a reason. There is also the license issue, which is important to some people. Atomikos now uses the apache license v2. Guy