1. Integrating HttpInvokerServiceExporter with TransactionProxy forum.springsource.orgIntegrating HttpInvokerServiceExporter with TransactionProxy Can someone help me with integtating the TransactionProxyFactory configuration shown in chapter 9 (pg 250) of J2EE Development without EJB with my current server-side configuration using HttpInvokerServiceExporter. ... |
2. Change HttpInvokerServiceExporter port number forum.springsource.orgThe HttpInvokerServiceExporter is simply another controller (in the DispatcherServlet) in your web application; to change the port, refer to the documentation for your application server - noting that this is a ... |
3. HttpInvokerServiceExporter and port 8080 forum.springsource.orghi all, Is there a way to expose a http remote service at a port other than port 8080 ?? I don't see that option anywhere. I basically want to exposer ... |
4. Advising HttpInvokerServiceExporter forum.springsource.orgAdvising HttpInvokerServiceExporter Hi I wish to add some functionality around the proxy generated through exposing services through HTTP Invoker (the same question would apply if using RMI, Burlap etc..). On the ... |
5. HttpInvokerServiceExporter interfaces forum.springsource.orgHttpInvokerServiceExporter interfaces A new requirement has come along and I will need to expose some of our applications services to external parties. Not an issue using Spring. I have lot's of ... |
6. HTTPInvokerServiceExporter forum.springsource.orgHi, Can I make a test HTML or JSP to call a service exposed via Http Invoker? What's the URL format for this? Or do I have to go through HttpClient? ... |
7. HttpInvokerServiceExporter and the commited HttpServletResponse forum.springsource.orgHowdy all, I see in HttpInvokerServiceExporter in method writeRemoteInvocationResult(request, response, result, os) output stream which corresponds to ServletOutputStream (or decorated ServletOutputStream) is explicitly flushed and closed, which leads to HttpServletResponse being ... |
8. interface versioning and HttpInvokerServiceExporter forum.springsource.orginterface versioning and HttpInvokerServiceExporter I have a server interface, call it IMyService and I have clients that go against that interface using HttpInvokerProxyFactoryBean and HttpInvokerServiceExporter (on the server side). I need ... |
9. HttpInvokerServiceExporter + RemoteConnectFailureException forum.springsource.orgHttpInvokerServiceExporter + RemoteConnectFailureException I am having problem using HttpInvokerServiceExporter. Please take a look at the code and suggest what do I do. I have used RmiServiceExporter and RmiProxyFactoryBean which worked fine. ... |