Skip to content

This is a sample JBoss Data Grid application that stores XML in the cache using library mode

License

Notifications You must be signed in to change notification settings

johnfosborneiii/jdg-xml-cache-store-lm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JBoss Data Grid Example Storing XML in the Cache (Library Mode)
=========================================

To build this project use

    mvn install

To run the project simply deploy the war to JBoss. You can optional install the JBoss Plugin.

The cache loads sample music files from the data directory. Each entry in the cache represents a single XML files.

The servlet here http://localhost:8080/jdg-xml-cache-store-lm/getComposers loads all the entries in the cache and uses XPATH to print the individual composer (if found).
The servlet here http://localhost:8080/jdg-xml-cache-store-lm/getXML will load an XML entry to the browser.

About

This is a sample JBoss Data Grid application that stores XML in the cache using library mode

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages