Eelco Hillenius wrote:
so, no separation

There is, but not stricktly to the MVC pattern. There is no Java
framework that I know of that adhers to that original pattern anyway.
Certainly not the frameworks that claim to be 'MVC' frameworks.

Wicket comes closest to Swing. The components combine controller +
view - though Wicket seperates a few of these things with e.g.
converters and markup, and the model is a seperate thing. But I think
it is more useful to look at the actual seperation and where you need
it, than trying to fold discussion into what probably is the most
widely misused pattern in software engineering today ;)

yes i agree. i got carried away, sorry.

the point is that components today are tied in a 1:1 relationship with the 
model values, converters, etc. the idea of the controller is to break that 
limitation.


about the controllers. i thought something like: go over all components, collect the controllers, filter the duplicates and then call each controller's validate(), convert() and updateModel(). if several components share the same controller, then it will collect the raw data from all of them, combine it, and set the combined value in the model

It sounds interesting. If someone wants to create a poc for this... I
like to discuss with actual code ;)

i'd be interested, but i probably don't know enough about the code, or design 
rational. i also can't commit on the time i can spend on this.


Eelco


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=k&kid0709&bid&3057&dat1642
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user



--
===================================
Ittay Dror, Chief architect, openQRM TL, R&D, Qlusters Inc.
[EMAIL PROTECTED]
+972-3-6081994 Fax: +972-3-6081841

http://www.openQRM.org
- Keeps your Data-Center Up and Running


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to