Saturday, July 30, 2011

mvservice

UPDATE this project has been replaced by https://github.com/asharif/mv-session-mgr

This is finally the cumulation of a couple different projects for mvbase/PICK. It is a stand alone web application (with embedded jetty) that acts as a proxy between the desired mvbase server and the real world ....lol

Currently it provides 2 means of communication RESTful service and RMI

you start the server with java -jar (read the project readme file for command line args https://github.com/asharif/mv-wservice)

for RESTful you look at /mv/sub/{mvsubname}/{barseperatedmvparams} (eg. /mv/sub/hello/A|B)

It also provides JMX for managing the mvconnection beans (configuration is in the readme file)

No comments:

Post a Comment