1. Why and when to use EJB-based web services? stackoverflow.comTo transfer data from one system to another, through data interface, by web services, we normally get a result set by SQL query, and format them as a web service endpoint, ... |
2. Problem with WebServices using EJB. The error is: "..does not contain operation meta data.." stackoverflow.comI got an error as I mentioned above. My application has EJB WebServices, developing with MyEclipse and running on jboss4.2.2.GA. I use Eclipse's Web Services Explorer to invoke a WSDL operation. ... |
3. Implementing long polling with SOAP-based @Stateless EJB exposed as @WebService stackoverflow.comI have a pre-existing SOAP-based web service with which I'd like to provide a long-polling based notification system. How can I implement this? The client is currently a Java desktop rich ... |
4. How can I return an interface to an EJB through SOAP? stackoverflow.comI want to build a factory class which:
|
5. Need a CORBA - EJB - SOAP - Etc. performance comparison coderanch.com |
6. EJB's and SOAP coderanch.comHello All, I started yesterday with SOAP for the first time. What I'm attempting to do is to make a SOAP request from an ejb, after I passed jsp form data into some collection object. I didn't find much on the web either! My questions are: 1.) What is the best way for receiving jsp form data placed into the HttpServletRequest, ... |
7. Access soap envelope in EJB coderanch.com |
8. EJB3 SOAP WebService with SFSB forums.oracle.comHi All, I'm wondering what the general or best approach is to maintaining state with EJB3 soap based webservices? I've done some research and as far as I can see the approach seems to be using Apache Axis2 with Tomcat or Glassfish to allow the use of ws-addressing (which will allow the session identifiers to be sent and recieved) then coupled ... |
9. web service ,soa ,soap , ejb, good book forums.oracle.comIn recent years, additions have been made to the Java EE Reference Architecture to make it more compatible with SOA. However, there are still significant differences between the two styles of application development. You should be able to distinguish between the two and be able to focus your learning in a meaningful way. |