https://github.com/redhat-italy/jdg-remote-task
https://github.com/redhat-italy/jdg-remote-task
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/redhat-italy/jdg-remote-task
- Owner: redhat-italy
- License: lgpl-2.1
- Created: 2016-05-11T11:39:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-27T07:41:50.000Z (over 9 years ago)
- Last Synced: 2025-04-09T04:38:39.659Z (7 months ago)
- Language: Java
- Size: 26.4 KB
- Stars: 1
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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