Skip to content

srbaird/AccountServiceApplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Account Service Application

This allows the AccountServiceApp project to be built into an ear file and allows it to be deployed on a server which means the authentication service may be decoupled as a dependency.


A stand alone application may access the service through a Spring JNDI lookup.

	xmlns:jee="http://www.springframework.org/schema/jee"
	xsi:schemaLocation="http://www.springframework.org/schema/jee http://www.springframework.org/schema/jee/spring-jee-3.0.xsd

    <jee:remote-slsb id="accountServiceApp" business-interface="com.bac.accountservice.AccountService"
    	jndi-name="java:global/AccountServiceApplication/AccountServiceApp-1.0.0/AccountServiceApp" />

The JNDI name is made up from the deployed application name followed by the jar and finally the interface implementing class.


About

Deployment wrapper for ear

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors