I support J2EE tools for an Enterprise Information Systems vendor. The most common way to access our system from middleware applications is via a JCA adaptor, which provides a nice API for accessing the EIS via a transactional interface rather than a strictly data oriented API like JDBC.
How would you suggest that I integrate such an EIS with Spring?
Thanks;
Wendell Nichols


Reply With Quote