Re: [SHALE] ViewController vs. plain JSF

2005-08-28 Thread Frank W. Zammetti
Craig McClanahan wrote: Bottom line -- yes, you can certainly do it all with raw JSF APIs, but who in their right mind would want to? Let Shale do it. (This is analogous to writing your own MVC framework instead of using an existing one ... yes, you can do that on top of the servlet API, but wh

Re: [SHALE] ViewController vs. plain JSF

2005-08-28 Thread Craig McClanahan
On 8/28/05, Frank W. Zammetti <[EMAIL PROTECTED]> wrote: > Hi all (but specifically Craig perhaps)... > > I'm putting together my first Shale app, and so far I have much of the > basics down, although it winds up being basically just plain JSF at this > point. > > I'm coming up against one thing