Re: Help with code screen using model-view-controller

2006-06-12 Thread Tom M. Blenko
Does anyone know of a good reference or examples that can demonstrate model-view-controller? I have found WO apps to be much more difficult to model using MVC than Cocoa apps. Maybe one reason is because WO is a server-side technology (ignoring Java Client :-) so Views aren't so obvious.

Re: Help with code screen using model-view-controller

2006-06-05 Thread Chuck Hill
On Jun 5, 2006, at 2:06 PM, Carter Wojcik wrote: Thanks for the thoughts and ideas about using controllers. From your messages it seems like it is best to stick with wocomponents for a code screen that contains a list/search area along with an edit area containing actions such as save, rever

Re: Help with code screen using model-view-controller

2006-06-05 Thread Carter Wojcik
Thanks for the thoughts and ideas about using controllers. >From your messages it seems like it is best to stick with wocomponents for a code screen that contains a list/search area along with an edit area containing actions such as save, revert, delete. When using wocomponents are you still able

Re: Help with code screen using model-view-controller

2006-06-02 Thread Pierce T. Wetter III
On Jun 2, 2006, at 3:00 PM, Art Isbell wrote: On Jun 1, 2006, at 10:23 AM, Carter Wojcik wrote: Does anyone know of a good reference or examples that can demonstrate model-view-controller? I have found WO apps to be much more difficult to model using MVC than Cocoa apps. Personally I'

Re: Help with code screen using model-view-controller

2006-06-02 Thread Art Isbell
On Jun 1, 2006, at 10:23 AM, Carter Wojcik wrote: Does anyone know of a good reference or examples that can demonstrate model-view-controller? I have found WO apps to be much more difficult to model using MVC than Cocoa apps. Maybe one reason is because WO is a server-side technology (ig