Skip to content

banz-ghb/jdg-remote-task

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jdg-remote-task

Simple example of JDG 7 ServerTask invoked by remote client

How to run:

(1) Export the JBOSS_HOME environment variable with a JBoss Datagrid 7 Beta home directory

(2) run the test by executing "mvn clean install"

Project structure

(1) model :: shared model with both testing and server module. It contains only simple Serializable object wrapping String

(2) testing :: a simple arquillian test with an hot rod client that invoke a remote server task

(3) server :: jar containing the ServerTask, activated by META-INF/service definition and the Pojo of the shared model

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%