Skip to content

emartinezagra/EjbDaoExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This project contains a basic EJB structure

  • common: contains DTO's, and DAO interfaces and implementations

  • modules: RP : contains EJB business module, making use of the DAO's and a WAR file packaged in an deployable EAR. Its only requirement to work is "java:/aju" datasource available in JNDI

To create the deployable EAR run mvn install from /parent folder

The resulting EAR contains:

  • lib -> common jars
  • business -> ejb module
  • web -> sample web making use of the ejb module

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages