From: Robert Klemme Date: 2004-12-28T00:01:58+09:00 Subject: Re: Web programming, need really good reference. "James Britt" schrieb im Newsbeitrag news:41D01E43.5040505@neurogami.com... > Robert Klemme wrote: > > > > > > Here's another bit of information. IMHO it's a good explanation of one > > aspect of web applications - MVC2 (model view controller 2). Although > > it's about Struts (a Java framework) the basic principles can be applied > > to other languages and frameworks, too: > > > > http://www-106.ibm.com/developerworks/library/j-struts/ > > > Some alternate takes on MVC > > http://wardley.org/computers/web/mvc.html > http://www.dehora.net/journal/2004/08/302_borked_framework.html > http://www.nooranch.com/synaesmedia/wiki/wiki.cgi?ModelViewController Just one remark to prevent misunderstandings: I don't advocate Struts; in fact I rather suggest *not* to use it. I just think that the suggested article describes aspects of how to do reasonable separation of business logic and web application logic quite well. Kind regards robert