Search:

Type: Posts; User: yairogen; Keyword(s):

Search: Search took 0.02 seconds.

  1. Problem finding a custom "WebApplicationInitializer" implementation

    Hi,

    Using embedded jetty (version 8), trying to make the new programmable Servlet 3 to work. I'm using:


    WebAppContext context = new WebAppContext();
    ...
  2. HttpInvokerServiceExporter based on Jetty

    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...
  3. HighAvailability with CommonsHttpInvokerRequestExecutor

    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...
  4. Replies
    2
    Views
    1,494

    habuma, have you worked this out yet? I have the...

    habuma, have you worked this out yet? I have the same problem.
  5. Obtain StandardEvaluationContext reference from a bean defined in a xml file

    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...
  6. I see that Jedis itself does support a list of...

    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...
  7. How to connect to multiple Redis instances using RedisTemplate

    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...
  8. Replies
    3
    Views
    1,106

    Thanks for your reply. Is there a migration...

    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?
  9. Replies
    3
    Views
    1,106

    HessianSkeletonInvoker in 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.
  10. Thread: JERI support

    by yairogen
    Replies
    0
    Views
    495

    JERI support

    Anyone know if Spring supports JERI (Java Extensible Remote Invocation)?
  11. Replies
    3
    Views
    801

    thought of using Apache Camel?

    thought of using Apache Camel?
  12. Replies
    1
    Views
    769

    Anyone ever used regular Java RMI callback with...

    Anyone ever used regular Java RMI callback with spring remote interfaces?
  13. Replies
    1
    Views
    769

    Does Spring 3.0 support RMI Callback?

    I know this used to be a down side on Spring RMI.

    Is this still the case?
  14. thanks, but this does not help. I have the...

    thanks, but this does not help.

    I have the lines of code:


    InputStream inputStream = process.getInputStream();
    InputStream errorStream = process.getErrorStream();
    ...
  15. Spring pauses when different process calls Thread.sleep

    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...
  16. best way to set rollbackFor using transaction annotation

    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.
Results 1 to 16 of 16