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 ;)

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 ;)

well, sadly (for me), i give up doing this. doing it right (as i see it) 
requires too many changes for me to handle. and doing it on the basis of the 
current architecture leaves too many gaps for my taste.


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
Wicket-user@lists.sourceforge.net
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


-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to