> -----Original Message----- > From: Ugo Cei [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 24, 2003 12:32 PM > To: [EMAIL PROTECTED] > Subject: Re: Use of flowscript > > > Reinhard Poetz wrote: > > From: Tim Olson > >>flow scripts seem to present the same problem as ASPs, JSPs, and > >>XSPs in > >>that too much process logic ends up on the web server, > >>disjoined from the business objects they work with. granted, > >>if you write them correctly they are simple, but i've never > >>seen this in practice. it's too tempting for someone to put > >>code in the view layer to just "get it done" > > I don't understand this. Of course every technology can be abused > > (IMHO actions are the best candiate to be abused BTW) but from the > > mentioned technologies (including actions) flowscript is the > > technology that prevents you best from abuseing it. > > Abusing the flowscript might come in handy. You can do a quick > javascript prototype of your logic, test it, then refactor it > in Java. > This is what we do all the time here.
Yep, I do the same with the business logic (first JS then Java). What I haven't understood is "it's too tempting for someone to put code in the view layer to just 'get it done'". Reinhard
