Skip to content

veyselaslan/remote-ejb-with-payara-and-wildfly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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