That is something between what we had in 1.2 and in 2.0

But i think a converter itself should be even simpler like we have now in 2.0

IConverter:
Object convertToObject(String value, Locale locale);
String convertToString(Object value, Locale locale);

a Implementation of IConverter knows already  the class it works for
behind this we have now a IConverterLocator:

public IConverter getConverter(Class type);

I think this is a much nicer approache because it breaks things up in little easy
to understand and to make bits.

I am not really impressed with what they came up. That is a thing what would come up if you think about it for 1second..

johan

On 8/16/06, Zenrique Steckelberg <[EMAIL PROTECTED]> wrote:

Has anyone seen this? Is it useful for wicket too?
http://www.theserverside.com/news/thread.tss?thread_id=41758

Regards,
Henrique Steckelberg
--
View this message in context: http://www.nabble.com/Generic-Converter-for-Domain-Model-tf2114994.html#a5831411
Sent from the Wicket - Dev forum at Nabble.com.


-------------------------------------------------------------------------
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-develop mailing list
Wicket-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-develop

-------------------------------------------------------------------------
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-develop mailing list
Wicket-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to