Skip to content

Hands on EJB, some ejb implemantations using maven

Notifications You must be signed in to change notification settings

joy-software/EJB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Use glassfish 4.1.1 at least.

To compile and install, execute the following command:

$ mvn clean install

To run the code, execute the following commands:

asadmin deploy DirectoryManager/directoryManager.api/target/directoryManager.api-1.0-SNAPSHOT.jar;
asadmin deploy AuctionManager/auctionManager.bean/target/auctionManager.bean-1.0-SNAPSHOT.jar;

To execute the client of the DirectoryManager

$cd /DirectoryManager/administration.Client;mvn exec:java;

To execute the client of the AuctionManager

$cd ../../AuctionManager/auctionManager.client;mvn exec:java;

About

Hands on EJB, some ejb implemantations using maven

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages