Hi,
Using embedded jetty (version 8), trying to make the new programmable Servlet 3 to work. I'm using:
WebAppContext context = new WebAppContext();
...
Type: Posts; User: yairogen; Keyword(s):
Hi,
Using embedded jetty (version 8), trying to make the new programmable Servlet 3 to work. I'm using:
WebAppContext context = new WebAppContext();
...
Hi,
Was trying to use the SimpleHttpInvokerServiceExporter, but turned out to perform really badly.
Was trying to implement my own HttpInvokerServiceExporter based on Jettu as container, but...
Hi,
I need to implement High Availability (e.g. fail over and/or round robin) for an Apache HttpClient.
I thought of using CommonsHttpInvokerRequestExecutor. However, I have a challenge in the...
habuma, have you worked this out yet? I have the same problem.
I want to extend and register my own function as detailed here:
http://static.springsource.org/spring/docs/3.0.x/reference/expressions.html see section: 6.5.11 Functions.
However, I wish to use...
I see that Jedis itself does support a list of ShardInfo objects. I see no other choice other than using it directly?
What do you mean by "drivers" the spring factory only allows a single...
Hi,
I have a few questions:
1. If I setup 2 Redis servers with sharding, how do I instruct the client using RedisTemplate to connect to both of them?
2. Does Jedis have the knowladge of the...
Thanks for your reply.
Is there a migration path with more explanations? I have a running client and server based on spring 2.5.5. What do I need to do to migrate these to spring 3?
Hi,
Newbie with Spring 3 - can't find the right jar that contains client and server support for Hessian.
Can anyone point me out?
Thanks.
Anyone know if Spring supports JERI (Java Extensible Remote Invocation)?
thought of using Apache Camel?
Anyone ever used regular Java RMI callback with spring remote interfaces?
I know this used to be a down side on Spring RMI.
Is this still the case?
thanks, but this does not help.
I have the lines of code:
InputStream inputStream = process.getInputStream();
InputStream errorStream = process.getErrorStream();
...
Hi,
I've encountered a big problem. I use Spring to inject resources to be loaded into commons configuration. Basically in my spring file I look for "classpath*:config.properties" and I get a...
Hi Stefan,
I have tried to implement this idea but it seems that annotations can be inherited.
Is this idea something you managed to get working?
Please send an example if you can.
Thanks.