Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 692 Bytes

File metadata and controls

14 lines (12 loc) · 692 Bytes

remote-ejb-with-payara-and-wildfly

Accessing Remote EJB Deployed on WildFly from Payara

This is an example application of using remote EJBs deployed on different application server. It does not only focus on how remote ejbs are called from remote server, it also covers following topics;

WildFly-JPAModule

JPA with Hibernate using Oracle 11g DB
Stateless Session Bean as DAO

Payara-WebModule

JNDI Lookup for getting beans from WildFly AS
JMS for sending messages to queue
Message-Driven Bean for receiving messages from JSF page and ScheduledJob(SingletonEJB)
EJB TimerService for creating scheduled job
Basic CRUD Operations