EJB remoting
How to setup a ejb remote application using JBoss and Hibernate Updated (04-dec-2004): Very basic example on how you can call a bean remotely through HTTP. Tested with JBoss 3.2.6. You can download it here (source). Follow this steps: – modify build.properties with you jboss path and src/httpTest/remote/jndi.properties with your hostname – copy jboss-common.jar, jboss-transaction.jar, jnpserver.jar, jboss-j2ee.jar, jboss.jar to the lib directory – run ant deploy (will deploy the ear to you jboss)...