Skip to content

Maven multi-module project with EAR, EJB, WAR and PARENT for EJB REMOTE tests

Notifications You must be signed in to change notification settings

lgu-lab/hello-parent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java EE 7 demonstrator

This project provides examples for Java EE components interactions between 2 EAR (tested with JBoss EAP 7.1)

This project uses some EJB located in "calculator-parent" project.

hello-ear

The EAR packaging containing

  • 1 EJB
  • 1 WAR

hello-jar-ejb

Contains a local Hello Singleton EJB with local interface

hello-war-add

Very simple Web Application using remotely the Calculator EJB located in an external EAR

  • "count" servlet : use Calculator / getCallCounter() with annotation "@EJB(lookup=xx)"
  • "add" servlet : use Calculator / getCallCounter() with "JNDI lookup"

About

Maven multi-module project with EAR, EJB, WAR and PARENT for EJB REMOTE tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages