I am new to Jboss/J2EE world. I need some examples to create a service which is started by
jboss and stopped by jboss. I have simple POJO component and want to turn it in service. If I should use JMX I can, but I DO NOT want to use jboss specific interfaces like jboss annotation or that kind of stuff. My service should be portable enough to be deployable on other application servers besides jboss. You suggestions and recommendations are appreciated.
Thanks,
Basheer