mercredi 27 mai 2015

Rmi server like in j2ee

Good morning. I'm currently using a daemon written in java, and it has a RMI object that accept connections from a graphical client. it's very simple, and RMI is not very good in scalability. Now i want to move to web application for have customer interactions with the server via web browser, but i have a doubt. Is there a way to run a daemon in a application server, and accepting client interactions via http? the problem is that a part of the daemon must run continuosly (in my rmi server i have a separate thread), for doing file processing, and cannot be invoked only on client's requests.

Aucun commentaire:

Enregistrer un commentaire