I have successfully implemented a standalone Java server using the HTTPinvoker running in an embedded Jetty instance. I can post up the code if you are interested.
Regards,
Dave
Type: Posts; User: murrayd; Keyword(s):
I have successfully implemented a standalone Java server using the HTTPinvoker running in an embedded Jetty instance. I can post up the code if you are interested.
Regards,
Dave
I have a Spring stand-alone app that listens to an asynchronous messaging system and builds up a memory cache of information. I would like to allow client applications to query this memory cache...