> Hey, I guess I seem to be sending a bit too much today, sorry. Big > deadline tomorrow...
Switching languages with that deadline? ...that's brave :) > So, it seems like if I use helper objects to delegate stuff, the > form.show doesn't block anymore. Looks like that all has to be done > in the same AbstractContinuable, and it can't send that off to > different objects. Nice to know. (Please correct me if I am wrong) Nope ...for the 2.1 javaflow they only need to implement the Continuable interface. That should be it for a proper delegation. > We had done all of our initial javascript functions in one file, then > delegated off to helper files. Looks like we won't be able to do that > with JavaFlow. Looks like when you enter a doXXX method, anything > that calls showForm has to be on that same object. ...just have the helper classes implement the Continuable interface. (Just a marker interface) Sorry, need to hit the sack. Good luck with the deadline. cheers -- Torsten
signature.asc
Description: OpenPGP digital signature
