[Webwork-devel] accessing value stack from custom servlet
Brought to you by:
baldree,
rickardoberg
From: Toby H. <tob...@in...> - 2002-07-09 13:20:23
|
I am looking at this SOAP stuff, and trying to establish my approach. Can someone please confirm that my understanding of the innards of WebWork is correct? From my examinination of the Velocity and XSLT code: Map a custom servlet to a URL pattern (say *.vm) Map an action (INPUT/SUCCESS/ETC) to a URL corresponding to our custom servlet The custom servlet can then access the value stack using something like: Object result = ValueStack.getStack(request).findValue("."); and process the result accordingly. ----- Original Message ----- From: "Toby Hede" <tob...@in...> To: <web...@li...> Sent: Sunday, July 07, 2002 7:20 PM Subject: [Webwork-devel] Re: [Webwork-user] SOAP and Webwork - does it make sense > An excellent suggestion. I will get moving on this ASAP, tying some Web > Services into the MVC layer. I have downloaded Axis and will start examining > some of the issues. > > > > > ----- Original Message ----- > From: "Matt Baldree" <ma...@sm...> > To: <tob...@in...>; <web...@li...> > Cc: <web...@li...> > Sent: Saturday, July 06, 2002 6:58 AM > Subject: Re: [Webwork-user] SOAP and Webwork - does it make sense > > > > > > ----- Original Message ----- > > From: "Toby Hede" <tob...@in...> > > To: <web...@li...> > > Cc: <web...@li...> > > Sent: Wednesday, July 03, 2002 10:34 PM > > Subject: Re: [Webwork-user] SOAP and Webwork - does it make sense > > > > I read several articles concerning REST and I agree with its conclusions > on > > RPC and yes, it would be nice to let the WW's actions still drive the > > application and allow views produce the appropriate output. Since you guys > > brought this up maybe you are up to putting a prototype together to see if > > it makes sense to call webservices through a normal MVC web tier or into > an > > EJB tier directly. I guess that is the real question we are trying to > > answer. I'll be happy to participate/critique/do nothing. What do you say? > > > > -Matt > > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > We have stuff for geeks like you. > http://thinkgeek.com/sf > _______________________________________________ > Webwork-devel mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/webwork-devel > |