T
tintincat1977
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
....)
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
....)