Results 1 to 2 of 2

Thread: Announcement: Jencks 1.0-M1. Spring JCA, Message Driven POJO

Hybrid View

  1. #1
    Join Date
    Aug 2004
    Location
    London
    Posts
    164

    Default Announcement: Jencks 1.0-M1. Spring JCA, Message Driven POJO

    The Jencks project has just released 1.0-M1

    http://jencks.org/Jencks+1.0+M1+Release

    Jencks is a lightweight JCA container which is easy to deploy inside Spring to provide Message Driven POJOs as well as to support full inbound and outbound JCA connector support in any Spring application while supporting full XA with recovery (if required).

    e.g. here's Message Driven POJOs with Jencks...
    http://jencks.org/Message+Driven+POJOs

    Jencks resuses the WorkManager, TransactionManager and BootstrapContext from Geronimo now by default. In case you're worrying about jar-hell - we've a single jar, jencks-all.jar you can add to your classpath and you should have everything you need.

    Jencks also includes a number of factory beans and interceptors for working with Geronimo. e.g. we have some helper factory beans for working with Geronimo transaction manager and work manager from Spring...

    http://jencks.org/Transaction+Manager
    http://jencks.org/Work+Manager

    Enjoy!
    James Strachan
    ------------------
    Open Source Integration
    Iona

  2. #2
    Join Date
    Jun 2006
    Location
    outside boston
    Posts
    108

    Default using jencks?

    It seems like it is true, but I thought I should verify:
    I see at http://jencks.org/Requirements that it is not recommended to add the entire j2ee .jar but rather individual jars such as geronimo-spec-j2ee-connector-*.jar
    If jencks is added to a spring project and a few of the gerenomio jar files are added via jencks-all.jar this mechanism provides transactional operations (including jdbc) for a tomcat server, without conflict (which I guess the full j2ee.jar might have)?
    Last edited by farrellr; Aug 14th, 2006 at 12:53 PM.

Similar Threads

  1. Announcement: Pro Spring Released
    By robh in forum Announcements
    Replies: 6
    Last Post: Oct 4th, 2009, 07:07 AM
  2. UpgradeAcegi Security System from 0.6.1 to 0.8.3
    By mannobug in forum Security
    Replies: 3
    Last Post: Sep 23rd, 2005, 07:00 PM
  3. Spring code remarks
    By Alarmnummer in forum Architecture
    Replies: 18
    Last Post: Apr 7th, 2005, 07:17 AM
  4. Replies: 14
    Last Post: Feb 21st, 2005, 05:41 PM
  5. Message Driven Pojo in 1.1.3?
    By j2eeguru in forum JMS
    Replies: 1
    Last Post: Nov 20th, 2004, 03:43 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •