1. How can I get the ServletRequest object from within an XFire AbstractHandler's invoke() method? stackoverflow.comI'm using XFire as the Web Services provider for Spring Remoting. I'm using an AbstractHandler to authenticate the SOAP request. The idea is to identify the request by the originating server's ... |
2. Spring RMI non-JRMP server at remote endpoint stackoverflow.comI'm running the following code:
|
3. Managing Hibernate concurrency with remote web service stackoverflow.comIn Spring/Hibernate application. user may send more than on request with the same data to banking account. here is the case: 1st request reaches first, bank serve it, return OK, set local ... |
4. Load test Service layer with LoadRunner thru Spring Remote stackoverflow.comI have N-tier application; the presentation layer remote to the service layer through Spring Remote over HTTP. The enterprise uses Mercury LoadRunner for load testing. My question is how ... |
5. Web services vs Spring remoting stackoverflow.comI quite didnt get the difference between a regular web service implemented either through spring or axis versus Remoting. If my question is not at all related, I am just confused between ... |
6. Passing Image between servers for remote saving stackoverflow.comMy Spring application passes image file to Jersey application to get rid of all image manipulation tasks. On receiving image, the Jersey application should save the image after several manipulations (crop, resize ... |
7. How prevent Spring-WS Client from requesting the remote WSDL? forum.springsource.orgHow prevent Spring-WS Client from requesting the remote WSDL? I've written a Spring-WS client app. For some reason the app requests the WSDL from the server when I construct my javax.xml.ws.Service ... |
8. Doubt: spring ws vs spring remoting forum.springsource.orgDoubt: spring ws vs spring remoting Hi everyone. I'm in doubt to using spring ws or spring remoting. I need to create standalone swing java app that has to interact with ... |
9. Axis remoting and JDK 5.0 forum.springsource.orgAxis remoting and JDK 5.0 I'm having an problem with an Axis service that works fine without the following combination: JDK 5.0, Resin 3, and Axis 1.2b. If I use JDK ... |
10. Job (project) Opportunity - Web services / remoting forum.springsource.orgJob (project) Opportunity - Web services / remoting We've got a project due first thing next week that requires us to make some calls to an vendor's existing Web Service. The ... |
11. authorities retrieval via remote service forum.springsource.orgauthorities retrieval via remote service Our team has decided to use CAS as a single sign-on solution. CAS takes care of the username and password check but once that has succeeded, ... |
12. Spring webservice remote exception forum.springsource.orgSpring webservice remote exception I have been getting this following exception when my client code tries to access the web service function. I could access my wsdl thro' the URL. Does ... |
13. XFire Client via Spring Remoting forum.springsource.orgDec 19th, 2006, 02:51 PM #1 seego View Profile View Forum Posts Private Message Junior Member Join Date Dec 2006 Posts 4 XFire Client via Spring Remoting I have a couple ... |
14. Spring Web Services vs Built-In Remoting forum.springsource.orgAgain, excuse my lack of knowledge regarding Web Services. My question is it that it appears to me that Spring has some "built-in" remoting capabilities with Hessian/Burlap, RMI, and JAX-RPC. Are ... |
15. Authenticating with remote services forum.springsource.orgI'm trying to authenticate with a remote service of mine from a client unit test. When I deactivate security, my call works fine, which means that the service is correctly exposed. ... |
16. JAX-WS remoting in Spring 2.5rc1? forum.springsource.orgI'd like to use Spring 2.5 for exposing a bean as a JAX-WS service. Based on the 2.5 announcement and Javadocs there seems to be direct support for this in Spring. ... |
17. Fastest remote service implementation forum.springsource.orgHi all, im develop an application where many clients need to talk with a server. I used rmi for such stuf.. Now I migrated to HttpInvokerServiceExporter and all seems to war ... |
18. Exporting RMI service that implements Remote - Feature needed forum.springsource.orgExporting RMI service that implements Remote - Feature needed Currently (Spring 2.5.1) has some magic in RmiBasedExporter that exposes an RMI service either as a regular RMI object or a Spring ... |
19. Spring Remoting Vs Spring WS forum.springsource.orgHi, I'm planning to use Spring WS for my project. But recently i came across "Exposing standalone Web Services using JAX WS" under Spring remoting. I want to understand what is ... |
20. Remote Swing Client and Webapp forum.springsource.orgApr 20th, 2009, 02:44 PM #1 adamarmistead View Profile View Forum Posts Private Message Senior Member Join Date Mar 2009 Location Oregon Posts 116 Remote Swing Client and Webapp Hello, I ... |
21. CXF DOSGi (RFC-119) and Spring-DM problem discovering multiple remote services forum.springsource.orgMay 2nd, 2009, 03:50 PM #1 tnist View Profile View Forum Posts Private Message Visit Homepage Member Join Date Sep 2004 Posts 31 CXF DOSGi (RFC-119) and Spring-DM problem discovering multiple ... |
22. transparency in communication between Local/Remote Services forum.springsource.orgtransparency in communication between Local/Remote Services Hi, is there a way to implement OSGi services in Spring DM so that they can communicate with each other in the same way independent ... |
23. Design question : whether to invoke a local or remote service forum.springsource.orgDesign question : whether to invoke the local or remote version of a service I have been thinking about this for a while now and would like to get some feedbacks ... |
24. Newbie question - remoting multiple methods on single service forum.springsource.orgNewbie question - remoting multiple methods on single service I'm using spring integration would like to remote multiple methods on a single spring-managed service interface. As far as I can tell, ... |
25. Remoting large number of services forum.springsource.orgHello. I am using Spring 3.0 and i need remote access to about 50 services. Which of the many ways to remotly access services is the best sollution. This will be ... |
26. Adding aspect for Remote service forum.springsource.orgAdding aspect for Remote service Hi, I have a remote service implementation using spring RMI .I wanted to apply AOP over the remote method call .But the remote reference comes out ... |
27. how to make finder exposes as remote destination or service? forum.springsource.orgcurrently i am using roo-1.1.0.M3, sts-2.5.0.M3. when i add finder to one of my entity, i notice roo didn't make it as service automatically so i can't invoke that finder method ... |
28. 401 error while accessing web service through Spring Jaxrpc remoting coderanch.com |
29. Spring remoting Vs apache wink restful webservices coderanch.com |