is it possible to run a background service/daemon on a glassfish server?
Best,
T
Edit:
To clarify things: I mean a daemon like a windows service, that runs in the background and gets triggered by an event.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Glassfish is Java EE container, so you can deploy any Java EE service: EJB, Webservices, JMS, etc.
If you don’t want to be bound by Java EE restrictions you could develop Java application, deploy it as OSGI bundle and listen to any events available to Java Runtime.