Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    2,095

    Swa

    I have knocked up a SWA example which seems to work but am not sure if it the best/recommended way to go - perhaps someone could comment. I have read various Spring-WS documentation as well as the...
  2. Replies
    3
    Views
    2,095

    Attachment Examples

    I am just starting out with Spring-WS and have knocked up a simple service which accepts a message, marshalls the body with Castor and has simple security - all good and easy to get going!

    The...
  3. Replies
    0
    Views
    704

    JTA and HTTP Remoting

    Do JTA transactions work with HttpRemoting?

    Would the following scenario work ...

    Create 2 separate services/apps which basically accept requests via an http remoting interface and insert...
  4. Replies
    1
    Views
    671

    Propagating Security across apps

    All,

    Apologies for a similar posting but I cannot find too much information about how to accomplish the following (and whether it is possible at all)....

    Is it possible to authenticate against...
  5. Filters

    Outdooricon,

    I have a similar problem to yourself ie if filters = none then I have to set the value directly into the session. My question is, how do you set up the filters/access correctly to...
  6. Replies
    11
    Views
    2,298

    Christian, Thanks very much for your help -...

    Christian,

    Thanks very much for your help - everything works fine now.
  7. Sam, Thanks very much for your help -...

    Sam,

    Thanks very much for your help - everything is working fine now.
  8. Replies
    11
    Views
    2,298

    Christian, Glad to hear it worked out for you...

    Christian,

    Glad to hear it worked out for you - I am trying to do something similar so it would be great if yourself or Gluk could share some of your code which would hopefully point me in the...
  9. Sam, I am trying to do something very similar...

    Sam,

    I am trying to do something very similar - if you get a chance could you please post the code + config you used to get this working.

    I am hoping to implement a max retries which then locks...
  10. Replies
    6
    Views
    9,803

    Jamon

    All,

    I have the following which works ....

    <aop:advisor pointcut="execution(* com.package..*.*(..))" advice-ref="performanceMonitor"/>

    <bean id="performanceMonitor"...
  11. Thread: Portlet MVC

    by Jpount
    Replies
    2
    Views
    689

    Portlet MVC

    All,

    I am hoping to use Spring MVC to develop portlets for LifeRay and was wondering what the best approach would be. Are people developing/testing standalone web apps and then converting them to...
  12. Replies
    2
    Views
    1,030

    Same Problem

    Nate,

    I have the same problem as you but have just started looking for a solution. Will post something if I find it.
  13. Thread: URL Rewriting

    by Jpount
    Replies
    1
    Views
    5,404

    URL Rewriting

    Using Spring MVC am I able to dynamically alter the URL depending on results from a search operation

    For example, imagine I have a search page for a large store where a customer may search for...
  14. Replies
    2
    Views
    1,141

    Remoting

    Igor,

    Thanks for the reply. I have read the remoting section and used the samples in the distribution to test the various interfaces.
    I was planning to bundle the web app and service layer and...
  15. Replies
    2
    Views
    1,141

    Multiple Access Types

    All,

    Imagine I have a simple 3 tier (UI, Service, DAO) web application - these are all deployed as a war file and the UI components reference a spring config to access beans from the...
Results 1 to 15 of 15