On Sun, Jun 12, 2011 at 9:55 AM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote:
> > Another option is to implement a service that opens a server socket to > receive the commands. Again, you'll need to implement some kind of > authentication. > > Perhaps you could connect to a JMS queue (which the other app creates) on startup, then you communicate your webapp and the other java application though JMS. just a suggestion Nicolás.-