1. Auditing HttpInvoker invactions stackoverflow.comThe server, a stand-alone SE application running Spring 2.5.6 and an embedded jetty. Clients, Swing application, connects to the server using HttpInvoker. There are a lot of services exposed by the server and ... |
2. Problems getting HttpInvoker to work forum.springsource.orgProblems getting HttpInvoker to work I've been reading about the new HttpInvoker and thought I'd give it a try. I ran the example in jpetstore and decided to implement my own. ... |
3. HttpInvoker and Autorization forum.springsource.orgHttpInvoker and Autorization Hello, I need some guidelines on how to use authorization with Springs HttpInvoker. I have configured in my web.xml the HTTP BASIC Authorization Filter and Acegi Security System ... |
4. httpInvoker and toString() forum.springsource.orgJust started to use httpinvoker and I noticed that when anyone calls toString() on the proxy created by HttpInvokerProxyFactoryBean, the call to toString() is remoted. It's probably this way for hashCode ... |
5. Maintaing State while using HttpInvoker forum.springsource.orgOct 9th, 2004, 09:20 AM #1 shaby775 View Profile View Forum Posts Private Message Senior Member Join Date Aug 2004 Posts 105 Maintaing State while using HttpInvoker Hi, I am working ... |
6. HttpInvoker Cound Not deserialize error. Please help! forum.springsource.orgJul 13th, 2011, 06:23 PM #1 epaisley View Profile View Forum Posts Private Message Junior Member Join Date Jul 2011 Posts 2 HttpInvoker Cound Not deserialize error. Please help! I'm trying ... |
7. Info: GZIP compression with HTTPInvoker forum.springsource.orgInfo: GZIP compression with HTTPInvoker I just wanted to share information about using GZIP compression with HTTPInvoker. This may be common knowledge but I did not find it from reference, API ... |
8. Embedding Extra Information in HttpInvoker invocation forum.springsource.orgEmbedding Extra Information in HttpInvoker invocation hi, not too sure if this is the correct place to post this query. but would be glad if someone can provide some advice. usually ... |
9. JMeter & HttpInvoker forum.springsource.orghi, has any have any experience doing load testing with JMeter on HttpInvoker? would like to know if there's an effective way to do a load test on rich clients communicating ... |
10. HttpInvoker without web container? forum.springsource.orgHTTP Invoker is designed to site behind the Spring servlet infrastructure so you can't really use it without that in place. HTTP Invoker relies on the infrastructure provided by the servlet ... |
11. HttpInvoker with complex objects as parameters fails forum.springsource.orgHttpInvoker with complex objects as parameters fails I'd like to use HttpInvoker as an alternative to RMI due to firewall. Using Jetty I get NoSuchMethodExceptions when calling a remote method using ... |
12. HttpInvoker client install forum.springsource.orgHi, What are the minimal jars required on the client, so that it can access Spring beans remotely that were exposed using the org.sprfr.remoting.httpinvoker.HttpInvokerServiceE xporter as described in the online manual ... |
13. HttpInvoker server side deserialization problem forum.springsource.orgHttpInvoker server side deserialization problem Hello, I am using the HttpInvoker classes to develop a client server application. Everything works perfectly in the development enviroment on my local computer. When I ... |
14. Streams with HttpInvoker forum.springsource.orgNo, HTTP invoker is only made for transferring serializable objects via RPC. For streaming, I would recommend to create a plain HttpServlet or Spring Web MVC Controller, working at the HttpServletRequest ... |
15. Can you use HttpInvoker to return a web page? forum.springsource.orgCan you use HttpInvoker to return a web page? Our application is a rich swing client that is using spring remoting. We want to implement a reporting system where the report ... |
16. HttpInvoker and streaming forum.springsource.orgHttpInvoker and streaming I have a Swing client that needs to "upload" and "download" large files from the server. The files are larger than available memory, so they must be streamed. ... |
17. HttpInvoker benchmarks forum.springsource.orgHas anyone done any speed benchmarking of the various Spring supported remoting options? I'm looking to recommend HttpInvoker to replace a SOAP (non-Spring) implementation for part of a client project and ... |
18. HttpInvoker hanging forum.springsource.orgI am experiencing the httpInvoker protocol hanging after doing some large file transfers( ~4mb files). After transfering from a client to the server, all subsequent connections seem to hang. The connection ... |
19. HttpInvoker server and client deployment forum.springsource.orgHttpInvoker server and client deployment hi All, I have a set of service interfaces and object interfaces that I would like to expose to the client. The server obviously contains these ... |
20. about httpinvoker forum.springsource.orgthere's an example of usage in the JPetStore sample application shipped with Spring. Look in the remoting-servlet.xml context definition file in WEB-INF, and the client folder. |
21. RemoteAuthenticationManager and HttpInvoker config forum.springsource.orgRemoteAuthenticationManager and HttpInvoker config I have deployed a RemoteAuthenticationManager service with an HttpInvoker. When the configuration of the service is in the root context (ie remoting-servlet.xml), everything works fine. But when ... |
22. HttpInvoker problems accessing a method forum.springsource.orgHttpInvoker problems accessing a method Hi folks I am losing my mind with this problem. I am sure it must be something simple but can't figure it out. Any help is ... |
23. HTTPInvoker and HTTPS forum.springsource.orgHTTPInvoker and HTTPS I'm using HTTPInvoker over HTTPS... for that reason a use the CommonsHttpInvokerRequestExecutor class in the httpInvokerRequestExecutor property... but, to connect, the CommonsHttpInvokerRequestExecutor class look for the keystore and ... |
24. HttpInvoker and Jakarta Commons Enum forum.springsource.orgHi, i try to return instances of org.apache.commons.lang.enums.Enum as the result of some method call using HttpInvoker. i do get always null as a result and cant imagine why this happens. ... |
25. How to test HttpInvoker forum.springsource.orgHi, I need to do an integration test about HttpInvoker. I need to launch in "runtime" jetty and "deploy" in it. Reading around this forum, I have found some threads about ... |
26. how to add info in HttpInvoker client forum.springsource.orghow to add info in HttpInvoker client I have some services exposed via the HTTP Invoker technique. What I'd like to do is add client auditing information as seamlessly as possible ... |
27. HttpInvoker and Dates timezone issue forum.springsource.orgHttpInvoker and Dates timezone issue Hi, I have two machines setup. the machines are identical, same hardware, jvm, tomcat and os. The first machine runs a web application that gets data ... |
28. How do I find out the 'local' port used by the HttpInvoker. forum.springsource.orgHow do I find out the 'local' port used by the HttpInvoker. Hi, I'm looking to open a port in my company firewall in order to make remote calls using the ... |
29. HttpInvoker and Performances forum.springsource.orgHttpInvoker and Performances Hi, I've got an app server (websphere 6) which is running 2 http invoker service. When the server start the 2 services was initialized (with the init-method) and ... |
30. Lazyinitializationexceptions with HttpInvoker forum.springsource.orgLazyinitializationexceptions with HttpInvoker Hi, I am new to remoting with Spring. I am trying to expose some services using the spring HttpInvoker. The service is setup exactly as given in the ... |
31. Client side problem while deserialization using HttpInvoker forum.springsource.orgJul 17th, 2007, 08:29 AM #1 julicrack View Profile View Forum Posts Private Message Member Join Date Jan 2007 Posts 56 Client side problem while deserialization using HttpInvoker Hi all, I ... |
32. De-serialization using HttpInvoker forum.springsource.orgDe-serialization using HttpInvoker Hello, I am new to remoting with Spring. I'm using Spring 2.0.6 http remoting with servers and clients all running java 1.5.0_12. My problem is very similar http://forum.springframework.org/showthread.php?t=33289 ... |
33. SocketException with HttpInvoker forum.springsource.orgSocketException with HttpInvoker I have a set of services exposed using the HttpInvoker. Occasionally I am seeing a SocketException and I have no idea why. Has anyone seen this before? I ... |
34. Minimum Spring modules required for using HttpInvoker forum.springsource.orgMinimum Spring modules required for using HttpInvoker I need to do java to java remoting between pda (j2me CDC Personal Profile1.1) and a J2EE server. The pda will be running a ... |
35. Spring HttpInvoker and dynamic serviceUrl forum.springsource.orgSpring HttpInvoker and dynamic serviceUrl Hello, I set serviceUrl in context in the bean definition: |
36. httpInvoker & https forum.springsource.orghttpInvoker & https hello, I need secure my application over SSL/TLS. So I have configured Tomcat: |
37. Simple HttpInvoker not working forum.springsource.orgMar 21st, 2008, 04:25 PM #1 jmurtha View Profile View Forum Posts Private Message Junior Member Join Date Mar 2008 Posts 3 Simple HttpInvoker not working I am new to spring ... |
38. Does HttpInvoker supports server callbacks ? forum.springsource.org |
39. Spring HttpInvoker supports server callbacks ??? forum.springsource.orgIt doesn't. It is only for remoting, so calling remote methods. You cannot have the server call a method. You will need some other means for this (messaging for instance). |
40. HttpInvoker custom format ? forum.springsource.orgThe HttpInvoker lets me access a service remote by streaming java serialized objects over HTTP. Is there a way to easy plugin another way of serial/deserializing ? For example using some ... |
41. Generate interface from existing exported HttpInvoker forum.springsource.org |
42. HttpInvoker forum.springsource.orgHttpInvoker Hi, Is there a built-in message handler implementation for invoking an external and independent servlet via GET or POST? The HttpInvoker has a requirement that the server-side must implement Spring ... |
43. HttpInvoker deserialization problem using Neoware workstation/citrix forum.springsource.orgHttpInvoker deserialization problem using Neoware workstation/citrix Hello everybody, I'm having a problem with the deserialization of a date value using the HttpInvoker. Via an HttpInvoker I query data from a server. ... |
44. switch from rmiinvoker->httpinvoker causing serialization issue forum.springsource.orgJan 28th, 2009, 02:22 PM #1 wexwarez View Profile View Forum Posts Private Message Visit Homepage Senior Member Join Date Apr 2005 Posts 121 switch from rmiinvoker->httpinvoker causing serialization issue This ... |
45. setting timezone for each httpinvoker forum.springsource.orgsetting timezone for each httpinvoker I am using httpinvokers with a swing client. My app is being accessed by people in all different timezones and i would like each execution of ... |
46. Question Regarding HTTPInvoker forum.springsource.orgHello- I'm fairly new to Spring and am wondering how HTTPInvoker works regarding long running remote calls. For example, let's say I have a client that makes a remote call using ... |
47. HTTPInvoker nested calls? forum.springsource.orgHTTPInvoker nested calls? Hello, I am using HTTPInvoker for communication between my components, which are loaded by Tomcat as seperate .war files. It works just fine, but it does not seem ... |
48. Handling RemoteAuthenticationExceptions using HttpInvoker forum.springsource.orgHandling RemoteAuthenticationExceptions using HttpInvoker One of many neat things about Spring Security is the comprehensive set of authentication related exceptions that can be raised (e.g. BadCredentialsException, AccountExpiredException, LockedException). This is all ... |
49. Can HTTPInvoker client be used outside of a web server? forum.springsource.orgCan HTTPInvoker client be used outside of a web server? Hi, I have a web service running on an app server, but the SOAP overhead is not acceptable for some of ... |