Search:

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

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. ProxyFactoryBean vs. TransactionProxyFactoryBean

    Hi All,

    I'm just wondering what preference people have for wiring up transaction support with an AOP Proxy on a Service. Do most people prefer the more generic ProxyFactoryBean with an Interceptor...
  2. Absolutely not - horrible isn't it? ;) Go live...

    Absolutely not - horrible isn't it? ;) Go live should be in a 2-3 weeks I think.
  3. I've just finished a contract producing a...

    I've just finished a contract producing a complete re-implementation of Virgin Mobile's online shop and self-serve application. I introduced SWF through out the application for every important...
  4. Replies
    2
    Views
    831

    This is exactly the approach I was going to take,...

    This is exactly the approach I was going to take, but like you I'm just wondering like yourself if there is a more elegant solution.
  5. Replies
    2
    Views
    831

    Quick subflow question

    Hi All,

    Can anyone suggest a nice tidy way of deciding in flow where a subflow has called or not?

    Basically I would like a little flag that is set when a subflow has been called so that later...
  6. Hi Guys, Got a quick question, I've tried...

    Hi Guys,

    Got a quick question, I've tried switching all my flows, so that the redirectOnPause has been set to FLOW_EXECUTION. What seems to be happening, is everything in request scope is lost...
  7. Sounds excellent Keith and I look forward to...

    Sounds excellent Keith and I look forward to trying it out asap.
  8. Replies
    20
    Views
    7,635

    Obviously this isn't an official statement, but I...

    Obviously this isn't an official statement, but I we are using Spring through out in a re-implementation of Virgin Mobile UK's (5th biggest mobile phone provider in the UK) B2C website....
  9. Great, that's good to hear. I thought you might...

    Great, that's good to hear. I thought you might be up to something regarding continuations when I tried out the nightly build, since the continuations code was obviously in flux.

    Is such...
  10. Looking at how everything works with...

    Looking at how everything works with continuations and resuming flows etc, I just can't get what I want very easily. I've been playing around with a custom FlowExecutor and...
  11. Some further thoughts on this. I would seem to...

    Some further thoughts on this.

    I would seem to me, to get my desired behaviour a conversational redirect url should not only contain the conversation id, but a continuation id as well, so that the...
  12. The impression that I'm starting to get from the...

    The impression that I'm starting to get from the java doc whilst digging around the code is that the alwaysRedirectOnPause is so that you can come back to the "current view" of that conversation, not...
  13. Continuations with "alwaysRedirectOnPause"

    Hi All,

    I'm sorry if this has already been covered elsewhere, but despite plenty of searching I've been unable to find an anwser to my question.

    I've been using continuations for quite a while...
  14. Replies
    5
    Views
    1,063

    Hi Robert, Checkout one of the sample...

    Hi Robert,

    Checkout one of the sample applications in the spring distrubution that uses ContinuationFlowExecutionRepository, such as "sellitem" for an example.

    Essentially what happens is that...
  15. I've just moved to the the RC1 Nightly build...

    I've just moved to the the RC1 Nightly build (20060410) and I'm experiencing a similar problem when loading trying to load flow definitions and getting the same error message. Here is my flow...
  16. Replies
    5
    Views
    1,063

    Robert, I don't think you are aware of...

    Robert,

    I don't think you are aware of Webflows support for "continuations" that does exactly that and is already part of Webflow. :)

    There are examples in the webflow distrubution and should...
  17. Replies
    3
    Views
    872

    Bad news I'm afraid, end-states are just that and...

    Bad news I'm afraid, end-states are just that and all global transitions are unreachable, because the flow has ended.

    I've ran into a similar issue with view states, in that I have a view state...
  18. Replies
    2
    Views
    804

    Thanks Keith, I guess I got confused as there is...

    Thanks Keith, I guess I got confused as there is an old post from Erwin kicking around that shows selecting a view via OGNL expression and I know that it's possible on the redirects.

    For the time...
  19. Replies
    2
    Views
    804

    View State Question

    Is this still possible in RC1?

    <view-state id="..." view="${requestScope.viewName}"/>

    I believe it was in the past, but it doesn't seem to work now.

    If this isn't possible, is there any...
  20. Let's put it this way, I took the decision to use...

    Let's put it this way, I took the decision to use it in implementing a shop and self-serve website for one the major mobile phone providers here in the UK, because I didn't think Spring MVC alone was...
  21. So is the book based around PR5 rather than RC1?

    So is the book based around PR5 rather than RC1?
  22. Replies
    4
    Views
    1,126

    I believe that a *-state definition in your flow...

    I believe that a *-state definition in your flow xml can declare exception handlers.




    <action-state id="doSomethingAction">

    <transition on="success" to="view" />

    <exception-handler...
  23. Replies
    3
    Views
    1,003

    I'm sure Kieth or Erwin could give a better...

    I'm sure Kieth or Erwin could give a better answer, but since I'm here ....

    Webflow has it's own scopes and these are not just simply wrappers around the scopes you would find in the Servlet API....
  24. Replies
    7
    Views
    1,186

    Yeah ... already noted that mistake and amended...

    Yeah ... already noted that mistake and amended my post.

    Much appreciated.

    -Kris
  25. Replies
    7
    Views
    1,186

    Dug around more and found the...

    Dug around more and found the ExternalizedFlowDefinition class. Now I'm guessing I can do something like this and pass a list of ExternalizedFlowDefinition beans into the flowLocations property.

    ...
Results 1 to 25 of 37
Page 1 of 2 1 2