|
Welcome to Atomikos
|
News & Events
Sat, 21 Aug 2010 19:55:52 +0000 GuyPardon
When implementing a service-oriented architecture (SOA), there is always the choice between components (included modules of reusable functionality) versus services (deployed once, reused by calls over the network). How do you know which one to choose? There is a lot of things to consider, but these will give you a head-start:
Also, keep in mind that components require setting up the required infrastructure (database schema, queues, etc) for each deployment. Probably most readers of this blog post will know about components, because you probably use TransactionsEssentials as a component
Tue, 20 Jul 2010 12:01:04 +0000 GuyPardon
In an attempt to ‘increase performance’, many people will try to hack around in JMS - thereby falling into the idempotent receiver trap by checking for duplicate message receipt. The consequence: scalability actually degrades! Fortunately, the best way to enjoy reliable messaging is also the simplest one, and it scales linearly.
Mon, 19 Jul 2010 12:50:43 +0000 GuyPardon
We’ve uploaded a slideshare presentation on developing transactional applications with Spring. Enjoy!
Tue, 13 Jul 2010 06:32:04 +0000 GuyPardon
Here is another excellent article about the cost of application servers, and why a paradigm shift is needed with lighter-weight alternatives: http://www.tomcatexpert.com/blog/2010/06/03/migrating-jee-applications-tomcat-motivation-migrating Interesting note: the author used to work at Bea, so he definitely knows what he is talking about;-)
Mon, 12 Jul 2010 21:08:46 +0000 GuyPardon
Check out http://www.tomcatexpert.com/blog/2010/07/07/how-migrate-jee-applications-tomcat for a nice discussion on how to migrate from jee to a light-weight alternative like Tomcat - with Atomikos for JTA if needed. Of course, you can also use Jetty from Webtide (which has Atomikos pre-integrated into the Hightide edition)… ![]() |