21 Nov 22:26
Re: New Member with a question.
From: Lukas Renggli <renggli <at> gmail.com>
Subject: Re: New Member with a question.
Newsgroups: gmane.comp.lang.smalltalk.squeak.seaside
Date: 2008-11-21 21:26:14 GMT
Subject: Re: New Member with a question.
Newsgroups: gmane.comp.lang.smalltalk.squeak.seaside
Date: 2008-11-21 21:26:14 GMT
Most Seaside applications don't require you to write much controller functionality. The hard work is done behind the scenes by the Seaside callback handlers. As Philippe writes, the small controller methods are usually combined with the view (subclass of WAComponent). Usually method categories are used to keep view and controller code apart, by convention these categories are named #rendering and #actions. Lukas On Fri, Nov 21, 2008 at 3:47 PM, Philippe Marschall <philippe.marschall <at> gmail.com> wrote: > 2008/11/21 Tony Giaccone <tony <at> giaccone.org>: >> Hi, >> >> Just thought I would introduce myself. I'm new to this group, and very >> interested in Squeak and Seaside. I'm a 30 year veteran of computer wars. >> Having first started programming in 1977 in APL in high school. Now, I'm a >> professional developer, have worked all over the US and in Europe and >> develop web applications in Java. I started out using WebObjects and am now >> using a variety of horrible J2EE frameworks. >> >> After 30 years of TPS rreports and corporate manuvering, I'd pretty much >> lost my interest in development. It had become just a job. The horrible >> movement back in time from WebObjects to J2EE didn't help the situation. >> Squeak and Seaside have piqued my interest in developing again. In a way >> that I haven't felt in a long time. So I'm very interested in best >> practices. I'm hoping that if I can develop a good enough grounding in this >> stuff that I can suggest we try Seaside as a development platform where I >> work. I have my fingers crossed. >>(Continue reading)
RSS Feed