|
Sponsored Links
Resources
Enterprise Java Research Library
Get Java white papers, product information, case studies and webcasts
|
News
News
News
|
Messages: 6
Messages: 6
Messages: 6
Printer friendly
Printer friendly
Printer friendly
Post reply
Post reply
Post reply
XML
XML
XML
|
 |
Jencks 1.0 Released: Spring based Message Driven POJOs
Jencks is a lightweight JCA container which is easy to deploy inside Spring to provide Message Driven POJOs.
In addition Jencks supports inbound and outbound messaging using APIs like JMS, JAX-RPC, JBI and JCA CCI as well as providing an XA based pooling mechanism for JDBC. e.g. here is how to use Outbound JMS.
Jencks by default reuses the Geronimo JCA connector, WorkManager and TransactionManager - though there are no fixed runtime dependencies on Geronimo so you should be able to use Jencks with JOTM and Jonas too - though we recommend the Geronimo implementations as they are heavily tested and support full XA recovery.
Grab it while its hot or browse the release notes.
|
|
Message #185269
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Jencks 1.0 Released: Spring based Message Driven POJOs
1 - Does it support JCA 1.0?
2 - I have a JCA adapter and I want to unit test it. Do you have examples or guide for doing it? I dont want to run the full JEE container.
Thx
|
|
Message #185277
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Jencks 1.0 Released: Spring based Message Driven POJOs
1 - Does it support JCA 1.0?2 - I have a JCA adapter and I want to unit test it. Do you have examples or guide for doing it? I dont want to run the full JEE container.Thx JCA 1.0 should be supported, though its worth testing to be sure :) All our development and testing has been on JCA 1.5. Though 1.5 mostly just adds message inflow & transactions support, so 1.0 based connectors should still work.
In terms of testing, the best way is to try out one of our test cases; maybe you can make something similar - configure your adaptor in Spring then write a small JUnit test case to test it works?
e.g. here's a bunch of outbound based test cases... http://cvs.jencks.codehaus.org/jencks/src/test/java/org/jencks/samples/outbound/
together with the spring XML config files http://cvs.jencks.codehaus.org/jencks/src/test/resources/org/jencks/samples/outbound/
Just out of interest, what kind of JCA adapter is it?
James LogicBlaze
|
|
Message #185288
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Support for tibco
Can I use it with tibco jms (EMS). I understand that along with JMS provider (EMS) I also need JCA Resource Adapter. So my question is does tibco comes with JCA Resource Adapter. I looked at the tibco jar file but can not figure out by looking at the file names in there. If it does not ship with one can I use any other JCA Resource Adapter.
|
|
Message #185352
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Congratulations
Hey James, well done! I knew these ideas would come to fruition. With so few people actually understanding JCA the availablility of a portable (i.e. not container-bound) implementation will really help.
One question, does "Jencks" play the piano as well as its namesake David?
Kind regards, Robin.
|
|
Message #185720
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Congratulations
Hey James, well done! I knew these ideas would come to fruition. With so few people actually understanding JCA the availablility of a portable (i.e. not container-bound) implementation will really help.One question, does "Jencks" play the piano as well as its namesake David?Kind regards, Robin. I think we need a Resource Adaptor for that one :)
Thanks Robin!
James LogicBlaze
|
|
 |
New content on TheServerSide.comNew content on TheServerSide.comNew content on TheServerSide.com |
 |
 |
Reza Rahman explores the features of the proposed JSR 299, Contexts and Dependency Injection for Java EE (CDI). When approved, it promises to be a key feature of Java EE 6.
(November 2, Article)
SAML is an XML-based standard for exchanging authentication and authorization data between security domains. The single most important problem that SAML was created to solve is the Web browser Single Sign-On problem. Many organizations are debating whether to stay with version 1.1 or move to 2.0. This article makes observations about both options.
(September 28, Article)
Joe Ottinger takes a look at how people learn, and applies it to the practice of programming. He notes that understanding how people learn is an essential part of working in a programming team.
(September 22, Article)
Stephen Maryka gave us an article about the Asynchronous Web and posed a number of questions that get examined like an approach to delivering Asynchronous Web capabilities through extensions to existing Java EE technologies.
(July 14, Article)
JavaServer Faces Flex goal is to provide users capability in creating standard Flex components, part of flexSDK which is open sourced through MPL license, as normal JSF components. This article by Ji Hoon Kim will provide an overview of creating a simple multilingual JSF page consisting of JSF Flex tags.
(June 29, Article)
In this session Jeff explores the key characteristics of successful SOA projects. He covers some of the patterns, and anti-patterns, tool sets, and strategies that he himself learned the hard way. Last, he provides a strategy and blueprint for achieving a high likelihood of success in your SOA project.
(June 23, Tech Talk)
Ari Zilka, CTO of Terracotta, Inc., talks about the new features in Terracotta 3.1, announced during JavaOne and available now.
(June 15, Tech Talk)
In this Tech Talk, Josh Long explores an integration challenge using Spring Integration and walks through the implementation, employing and expanding on the basic patterns of Enterprise Application Integration to tie together components into a function integration solution, and then demonstrates how Spring Integration helps address the integration requirements.
(June 15, Tech Talk)
In this Tech Talk, David Geary teaches you: The basics of Google Web Toolkit; How to implement Ajax-enabled applications in Java; Internationalization; Hooking into the browser history mechanism; Remote procedure calls.
(June 4, Tech Talk)
Jon Kern discusses the best architecture/technical solutions and ensure that they are repeated by all developers. By tackling the architecture up-front in a serial manner, subsequent parallel development will be much more manageable and predictable.
(May 28, Tech Talk)
This keynote describes the frustrations of modern knowledge workers in their quest to actually get some work done, and solutions for how to guard yourself against all those distractions. Neal Ford talks about environments, coding, acceleration, automation, and avoiding repetition as ways to defeat the misguided attempts to sap your ability to produce good work.
(May 26, Tech Talk)
Gil demonstrates how new, aggressive uses of already abundant compute capacity by common applications offer competitive value for application designers.
(May 21, Tech Talk)
Chris Keene introduces WaveMaker as a new way to automate the ability to generate Hibernate classes in order to more quickly bring OR mapping into an application.
(May 19, Article)
In this session Nati Shalom demonstrates how to take a standard Java EE web application and scale it out or down dynamically without changes to the application code. Seeing as most web applications are over-provisioned to meet infrequent peak loads, this is a dramatic change because it enables growing your application as needed, when needed, without paying for unutilized resources.
(May 19, Tech Talk)
Download the entire book of Jakarta-Struts Live and learn about Struts MVC, Tiles, the Validator, DynaActionForms, plug-ins, internationalization, and more.
(Book PDF Download)
The Application Server Matrix is a detailed listing of J2EE vendors and their application server products, with information on latest version numbers, J2EE spec support and licensing, pricing, platform support, and links to product downloads and reviews.
(Application Server Comparison Matrix)
|
|