To run EJB application, by which I mean to assemble two EJB together, apart from Java SDK 1.4.1, what else tools do I need to run the application? Do I need JBoss? Thanks in advance!
I am using 3.0.8 Jboss and have a concern about using ejb-link. This is an optional in remote interfaces, but for local references it is obligatory. So to summon up if you have two Beans where they want to talk
Hai, I have a problem in running the client after successful deployment in the JBoss application server. The client and the server runs on the same machine.The problem goes as follows:
Does anybody have any advice on how to store form data in a bean when the user clicks the submit button, then retrieve the data and display it in an already open jsp? Thanks