Can someone please give me a simple answer to this.
I have an
EJB deployed on weblogic. Works great. I have a stand alone
java client accessing the ejb. That works great too.
What I want to do know is run a client from a browser that uses the EJB. I have seen so many different ways of explaining it, it makes me dizzy.
I will need to collect two variables from the user. Should I put put the ejb create() code on the
JSP? Should I use a
servlet, if so for what? Should I simply use an html form and then call a servlet?
If someone can simplify this as to what the best practice is for performace and scalablity when doing something like this I would appreciate it. I'm sure I'm not the only one.
Cheers,
Steve