Tag Archives: JCA

MDB and mails: yes it works!


Message Driven Beans (MDBs) are often linked to JMS but actually there is no link at all!

Using ironjacamar you can listen on your mail box :).

Continue reading

TomEE and Resource Adapters


Resource adapters are an awesome way to interact with a container to get services. (see http://blog.dblevins.com/2010/10/ejbnext-connectorbean-api-jax-rs-and.html if you doubt about it). We recently worked on TomEE to make it more powerful and usable than it was before.

Continue reading

A RAR in a WAR with TomEE?


Sometimes it can be useful to deploy a JCA connector in a war.

That’s why TomEE got some features related to this need.

Continue reading