Calling business logic methods at JBoss Server Startup
- by soontobeared
Hi,
I have an EJB project communicating with a Swing client over RPC. I would like to know how to call EJB or utility class methods on the business logic at server startup.
Thanks.