Here's a EJB newbie question:
I have a servlet that uses JNI.
I have an EJB application that needs the result of executing the
servlet (which is a string value)
What is the best way to get the info from the servlet to the EJB?
(One of the options I am considering is to use the HttpURLConnection
...)
Danno - 27 Apr 2006 03:56 GMT
Wow, I got to admit that looks strange. Can you tell us more about your
project?