Is this code behind anything like using Spring MVC in Java? Cos it sounds similar you can intercept the request set stuff to the response (although I think this is standard J2EE, still a bit of a noob in this area).
>From your JSP pages you just output data, no call to any class or anything >just output. All your business logic is in classes and all your view is in >JSP pages. It really is very well abstracted. What I am interested in is what can you do with this code-behind is it really so unique? And possibly using a framework like Coldspring might help you out to mimic the behavior!? Maybe I have missed the boat completely on this topic, if so I apologise. cheers Martin ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262175 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

