Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    1,042

    Spring Remoting for Android

    I currently have server side remoting calls provided by
    <bean name="/application" class="org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter">

    What would be the best way to...
  2. org.springframework.web.context.request.ServletReq...

    org.springframework.web.context.request.ServletRequestAttributes sra = (org.springframework.web.context.request.ServletRequestAttributes)...
  3. Accessing HttpServletRequest when using HTTPInvoker

    When using HTTPInvoker, how can one access the HttpServletRequest inside the service object ?

    I need to access methods like getUserPrincipal() and isUserInRole("manager").
  4. It seems that...

    It seems that CasAuthenticationCommonsHttpInvokerRequestExecutor will not work against the current cas client for java.

    A feature request has been submitted to support sending a ticket in via...
  5. within the override of createPostMethod: ...

    within the override of createPostMethod:


    postMethod.addRequestHeader( "ThisIsWorking", "Yes" );
    postMethod.addParameter( new...
  6. I am trying to implement...

    I am trying to implement CasAuthenticationCommonsHttpInvokerRequestExecutor from this: http://forum.springsource.org/showthread.php?102691-cas-spring-security-proxy-authentication&p=347818
    But so...
  7. Access web services using Spring protected by jasig CAS

    I have a web service that is protected by jasig CAS.

    I need to pass a ticket as a parameter along with the execution of the web service.

    Is there an example how this can be accomplished ?
  8. Replies
    1
    Views
    879

    Here is how I can change parameters at runtime: ...

    Here is how I can change parameters at runtime:



    org.springframework.beans.factory.support.DefaultListableBeanFactory factory = new...
  9. Replies
    1
    Views
    879

    preconfigured HttpClient instance

    The docs say that CommonsHttpInvokerRequestExecutor allows to use a preconfigured HttpClient instance. How can this be accomplished ?
    I would like to change HttpClient parameters at runtime.

    The...
Results 1 to 9 of 9