|
From: <jue...@we...> - 2003-05-30 08:05:44
|
Hi everyone, I'm also for breaking backward compatibility now. I guess the hassle = will only get more if we don't. Regarding DTD retrieval: Hibernate uses a respective implementation of = org.xml.sax.EntityResolver to avoid loading public URIs via HTTP, = looking up "http://hibernate.sourceforge.net/" URIs in the classpath = under "net/sf/hibernate/" (contained in the Hibernate JAR). Maybe we can = adopt a similar approach. Unfortunately, there's an issue when executing Hibernate within JUnit = (console version): It doesn't find its classpath DTDs then, falling back = to the HTTP download. This has probably something to do with JUnit's = classloading behavior, but I haven't been able to figure it out yet. I currently have an issue with Hibernate when executing within JUnit. Juergen -----Original Message----- From: JP Pawlak [mailto:jp....@ti...] Sent: Friday, May 30, 2003 4:00 AM To: tri...@tr...; 'Rod Johnson' Cc: spr...@li... Subject: RE : [Springframework-developer] DTD Hi Rod, I agree with Thomas for breaking backward compatibility now. As long as it is not released, only a few people have to change their files. For validating: it has to be checked how the parser retrieve the DTD based on its name (before the URI). It's normally parser dependent. The URI gives a chance to found it anyway. This name has to be fixed using the convention "-//<organisation>//<format inside the organisation>//<language>". Jean-Pierre > -----Message d'origine----- > De : spr...@li...=20 > [mailto:spr...@li...] > De la part de tri...@tr... > Envoy=E9 : vendredi 30 mai 2003 03:31 > =C0 : Rod Johnson > Cc : spr...@li... > Objet : Re: [Springframework-developer] DTD >=20 >=20 > Rod, >=20 > I vote for breaking backward compatibility now, before the=20 > first release. As soon as you release a deprecated feature,=20 > you know that there is always someone that is going to use it=20 > and later complain when it is gone :-) >=20 > As for the DTD, could it go in the package where the=20 > DocumentBuilderFactory lives? If the XML files are not=20 > valid, how are you going to use them - guess what is missing?=20 > I'd say force them to be valid as long as whe throw a=20 > clearly worded exception if they are not. >=20 > --Thomas >=20 >=20 > > I knew I forgot some further questions: > >=20 > > - Where should the DTD go? > > - Should we require all XML files to be valid? > >=20 > > - How long should I retain the present backward compatibility in=20 > > parsing XML? 0.8? 0.9? Break it now? > >=20 > > Regards, > > Rod > >=20 > >=20 > >=20 > >=20 > >=20 > >=20 > > ------------------------------------------------------- > > This SF.net email is sponsored by: eBay > > Get office equipment for less on eBay!=20 > > http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 > > _______________________________________________ > > Springframework-developer mailing list=20 > > Spr...@li... > >=20 > https://lists.sourceforge.net/lists/listinfo/s> pringframework-developer > >=20 >=20 >=20 >=20 >=20 >=20 > ------------------------------------------------------- > This SF.net email is sponsored by: eBay > Get office equipment for less on eBay!=20 > http://adfarm.mediaplex.com/ad/ck/711-11697-> 6916-5 >=20 > _______________________________________________ >=20 > Springframework-developer mailing list=20 > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer >=20 ------------------------------------------------------- This SF.net email is sponsored by: eBay Get office equipment for less on eBay! http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer |
|
From: <jue...@we...> - 2003-05-30 08:52:28
Attachments:
DTDEntityResolver.java
|
I forgot to mention that Hibernate uses a Dom4J SAXReader that it = registers the EntityResolver with. But according to the docs, a JAXP = DocumentBuilder supports EntityResolver too. So let's simply adopt the = idea! I've attached the DTDEntityResolver implementation from Hibernate = 2.0 RC2. Juergen -----Original Message----- From: j=FCrgen h=F6ller [werk3AT]=20 Sent: Friday, May 30, 2003 9:47 AM To: spr...@li... Subject: RE: RE : [Springframework-developer] DTD Hi everyone, I'm also for breaking backward compatibility now. I guess the hassle = will only get more if we don't. Regarding DTD retrieval: Hibernate uses a respective implementation of = org.xml.sax.EntityResolver to avoid loading public URIs via HTTP, = looking up "http://hibernate.sourceforge.net/" URIs in the classpath = under "net/sf/hibernate/" (contained in the Hibernate JAR). Maybe we can = adopt a similar approach. Unfortunately, there's an issue when executing Hibernate within JUnit = (console version): It doesn't find its classpath DTDs then, falling back = to the HTTP download. This has probably something to do with JUnit's = classloading behavior, but I haven't been able to figure it out yet. I currently have an issue with Hibernate when executing within JUnit. Juergen -----Original Message----- From: JP Pawlak [mailto:jp....@ti...] Sent: Friday, May 30, 2003 4:00 AM To: tri...@tr...; 'Rod Johnson' Cc: spr...@li... Subject: RE : [Springframework-developer] DTD Hi Rod, I agree with Thomas for breaking backward compatibility now. As long as it is not released, only a few people have to change their files. For validating: it has to be checked how the parser retrieve the DTD based on its name (before the URI). It's normally parser dependent. The URI gives a chance to found it anyway. This name has to be fixed using the convention "-//<organisation>//<format inside the organisation>//<language>". Jean-Pierre > -----Message d'origine----- > De : spr...@li...=20 > [mailto:spr...@li...] > De la part de tri...@tr... > Envoy=E9 : vendredi 30 mai 2003 03:31 > =C0 : Rod Johnson > Cc : spr...@li... > Objet : Re: [Springframework-developer] DTD >=20 >=20 > Rod, >=20 > I vote for breaking backward compatibility now, before the=20 > first release. As soon as you release a deprecated feature,=20 > you know that there is always someone that is going to use it=20 > and later complain when it is gone :-) >=20 > As for the DTD, could it go in the package where the=20 > DocumentBuilderFactory lives? If the XML files are not=20 > valid, how are you going to use them - guess what is missing?=20 > I'd say force them to be valid as long as whe throw a=20 > clearly worded exception if they are not. >=20 > --Thomas >=20 >=20 > > I knew I forgot some further questions: > >=20 > > - Where should the DTD go? > > - Should we require all XML files to be valid? > >=20 > > - How long should I retain the present backward compatibility in=20 > > parsing XML? 0.8? 0.9? Break it now? > >=20 > > Regards, > > Rod > >=20 > >=20 > >=20 > >=20 > >=20 > >=20 > > ------------------------------------------------------- > > This SF.net email is sponsored by: eBay > > Get office equipment for less on eBay!=20 > > http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 > > _______________________________________________ > > Springframework-developer mailing list=20 > > Spr...@li... > >=20 > https://lists.sourceforge.net/lists/listinfo/s> pringframework-developer > >=20 >=20 >=20 >=20 >=20 >=20 > ------------------------------------------------------- > This SF.net email is sponsored by: eBay > Get office equipment for less on eBay!=20 > http://adfarm.mediaplex.com/ad/ck/711-11697-> 6916-5 >=20 > _______________________________________________ >=20 > Springframework-developer mailing list=20 > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer >=20 ------------------------------------------------------- This SF.net email is sponsored by: eBay Get office equipment for less on eBay! http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer ------------------------------------------------------- This SF.net email is sponsored by: eBay Get office equipment for less on eBay! http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer |
|
From: <rod...@in...> - 2003-05-30 09:24:21
|
JP, I agree, formalizing map support would be an improvement. I'm not sure we can do it for 0.8, though. Presently it's handled by a PropertyEditor. I wonder if it means we should introduce additional container elements <list> and <map> into our DTD? e.g.: <property name="simple"><value>val</value></property> <property name="mappings"> <map> <entry key="/welcome.html">pagedListController</entry> <entry key="/detail.html">pagedListController</entry> </map> </property> <property name="coll"> <collection> <value>val</value> <ref bean="foo"/> </collection> </property> It's getting still more verbose, but it would be easier to parse and is more elegant. (Don't need to guess whether a value/ref is part of a collection.) I'm inclined to favour this. I could probably implement it by early next week (including maps). Regards, Rod |
|
From: JP P. <jp....@ti...> - 2003-05-30 10:05:25
|
Rod, I'm inclined too to favor this. But I see another improvement without having now the right solution about the map. In UrlHandlerMapping the data is in fact a bean reference and this is not already checked. In methodNameResolver in contrast, it's a simple text (method name). Perhaps will we have an unique value/ref in the map entry body instead of simple text? <property name=3D"mappings"> <map> <entry key=3D"/welcome.html"><ref = bean=3D"pagedListController"/></entry> <entry key=3D"/detail.html"><ref = bean=3D"pagedListController"/></entry> </map> </property> <property name=3D"mappings"> <map> <entry key=3D"/welcome.html"><value>showMain</value></entry> <entry key=3D"/detail.html"><value>showDetail</value></entry> </map> </property> Regards, Jean-Pierre > -----Message d'origine----- > De : rod...@in... [mailto:rod...@in...]=20 > Envoy=E9 : vendredi 30 mai 2003 11:24 > =C0 : JP Pawlak > Cc : 'Rod Johnson'; spr...@li... > Objet : Re: RE : [Springframework-developer] DTD >=20 >=20 > JP, >=20 > I agree, formalizing map support would be an improvement. I'm=20 > not sure we can do it for 0.8, though. Presently it's handled=20 > by a PropertyEditor. >=20 > I wonder if it means we should introduce additional container=20 > elements <list> and <map> into our DTD? e.g.: >=20 > <property name=3D"simple"><value>val</value></property> > <property name=3D"mappings"> > <map> > <entry key=3D"/welcome.html">pagedListController</entry> > <entry key=3D"/detail.html">pagedListController</entry> > </map> > </property> >=20 > <property name=3D"coll"> > <collection> > <value>val</value> > <ref bean=3D"foo"/> > </collection> > </property> >=20 > It's getting still more verbose, but it would be easier to=20 > parse and is more elegant. (Don't need to guess whether a=20 > value/ref is part of a collection.) >=20 > I'm inclined to favour this. I could probably implement it by=20 > early next week (including maps). >=20 > Regards, > Rod >=20 |
|
From: Isabelle M. <isa...@me...> - 2003-05-30 10:16:51
|
Hi JP, everyone, I like that. Isabelle On Fri, May 30, 2003 at 12:05:08PM +0200, JP Pawlak wrote: > Rod, > > I'm inclined too to favor this. > But I see another improvement without having now the right solution > about the map. > In UrlHandlerMapping the data is in fact a bean reference and this is > not already checked. > In methodNameResolver in contrast, it's a simple text (method name). > Perhaps will we have an unique value/ref in the map entry body instead > of simple text? > > <property name="mappings"> > <map> > <entry key="/welcome.html"><ref bean="pagedListController"/></entry> > <entry key="/detail.html"><ref bean="pagedListController"/></entry> > </map> > </property> > > <property name="mappings"> > <map> > <entry key="/welcome.html"><value>showMain</value></entry> > <entry key="/detail.html"><value>showDetail</value></entry> > </map> > </property> > > Regards, > Jean-Pierre > > > > -----Message d'origine----- > > De : rod...@in... [mailto:rod...@in...] > > Envoyé : vendredi 30 mai 2003 11:24 > > à : JP Pawlak > > Cc : 'Rod Johnson'; spr...@li... > > Objet : Re: RE : [Springframework-developer] DTD > > > > > > JP, > > > > I agree, formalizing map support would be an improvement. I'm > > not sure we can do it for 0.8, though. Presently it's handled > > by a PropertyEditor. > > > > I wonder if it means we should introduce additional container > > elements <list> and <map> into our DTD? e.g.: > > > > <property name="simple"><value>val</value></property> > > <property name="mappings"> > > <map> > > <entry key="/welcome.html">pagedListController</entry> > > <entry key="/detail.html">pagedListController</entry> > > </map> > > </property> > > > > <property name="coll"> > > <collection> > > <value>val</value> > > <ref bean="foo"/> > > </collection> > > </property> > > > > It's getting still more verbose, but it would be easier to > > parse and is more elegant. (Don't need to guess whether a > > value/ref is part of a collection.) > > > > I'm inclined to favour this. I could probably implement it by > > early next week (including maps). > > > > Regards, > > Rod > > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: eBay > Get office equipment for less on eBay! > http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > -- Isabelle Muszynski Software Engineer Zandweellaan 4 2660 Antwerpen Belgium Tel. 32-(0)3-830 18 54 Mobile: 32-(0)485 49 50 89 Email: isa...@me... Website: www.meta-logix.com |
|
From: Rod J. <rod...@in...> - 2003-05-30 10:37:56
|
JP, I like this. It's an improvement. We could even support object keys by having a <key> subelement that supports a<value> or ref. But that's in the future. Isabelle wrote "I like the collections idea, but not the different keywords for it (map, collection). All the user has to know is that it's a collection, not how we implment it internally." (I don't think you sent this to the list.) But aren't maps different to collections or arrays (which we might also want to support eventually?) Two values to manage, not just one? I'm inclined to support Maps like this in 0.8. Regards, Rod ----- Original Message ----- From: "JP Pawlak" <jp....@ti...> To: <rod...@in...> Cc: <spr...@li...> Sent: Friday, May 30, 2003 11:05 AM Subject: RE : RE : [Springframework-developer] DTD Rod, I'm inclined too to favor this. But I see another improvement without having now the right solution about the map. In UrlHandlerMapping the data is in fact a bean reference and this is not already checked. In methodNameResolver in contrast, it's a simple text (method name). Perhaps will we have an unique value/ref in the map entry body instead of simple text? <property name="mappings"> <map> <entry key="/welcome.html"><ref bean="pagedListController"/></entry> <entry key="/detail.html"><ref bean="pagedListController"/></entry> </map> </property> <property name="mappings"> <map> <entry key="/welcome.html"><value>showMain</value></entry> <entry key="/detail.html"><value>showDetail</value></entry> </map> </property> Regards, Jean-Pierre > -----Message d'origine----- > De : rod...@in... [mailto:rod...@in...] > Envoyé : vendredi 30 mai 2003 11:24 > À : JP Pawlak > Cc : 'Rod Johnson'; spr...@li... > Objet : Re: RE : [Springframework-developer] DTD > > > JP, > > I agree, formalizing map support would be an improvement. I'm > not sure we can do it for 0.8, though. Presently it's handled > by a PropertyEditor. > > I wonder if it means we should introduce additional container > elements <list> and <map> into our DTD? e.g.: > > <property name="simple"><value>val</value></property> > <property name="mappings"> > <map> > <entry key="/welcome.html">pagedListController</entry> > <entry key="/detail.html">pagedListController</entry> > </map> > </property> > > <property name="coll"> > <collection> > <value>val</value> > <ref bean="foo"/> > </collection> > </property> > > It's getting still more verbose, but it would be easier to > parse and is more elegant. (Don't need to guess whether a > value/ref is part of a collection.) > > I'm inclined to favour this. I could probably implement it by > early next week (including maps). > > Regards, > Rod > |
|
From: Isabelle M. <isa...@me...> - 2003-05-30 11:55:29
|
Hi Rod, I think it all depencs what the point is. If we want the xml to dictate the data structure used to represent the bean, then yes, we need a map, list, array etc tag. If the point is for the xml to indicate a collection, then a single collection tag should be sufficient. Isabelle On Fri, May 30, 2003 at 11:36:03AM +0100, Rod Johnson wrote: > JP, > > I like this. It's an improvement. We could even support object keys by > having a <key> subelement that supports a<value> or ref. But that's in the > future. > > Isabelle wrote "I like the collections idea, but not the different keywords > for it (map, collection). All the user has to know is that it's a > collection, not how we implment it internally." (I don't think you sent this > to the list.) But aren't maps different to collections or arrays (which we > might also want to support eventually?) Two values to manage, not just one? > > I'm inclined to support Maps like this in 0.8. > > Regards, > Rod > > ----- Original Message ----- > From: "JP Pawlak" <jp....@ti...> > To: <rod...@in...> > Cc: <spr...@li...> > Sent: Friday, May 30, 2003 11:05 AM > Subject: RE : RE : [Springframework-developer] DTD > > > Rod, > > I'm inclined too to favor this. > But I see another improvement without having now the right solution > about the map. > In UrlHandlerMapping the data is in fact a bean reference and this is > not already checked. > In methodNameResolver in contrast, it's a simple text (method name). > Perhaps will we have an unique value/ref in the map entry body instead > of simple text? > > <property name="mappings"> > <map> > <entry key="/welcome.html"><ref bean="pagedListController"/></entry> > <entry key="/detail.html"><ref bean="pagedListController"/></entry> > </map> > </property> > > <property name="mappings"> > <map> > <entry key="/welcome.html"><value>showMain</value></entry> > <entry key="/detail.html"><value>showDetail</value></entry> > </map> > </property> > > Regards, > Jean-Pierre > > > > -----Message d'origine----- > > De : rod...@in... [mailto:rod...@in...] > > Envoyé : vendredi 30 mai 2003 11:24 > > à : JP Pawlak > > Cc : 'Rod Johnson'; spr...@li... > > Objet : Re: RE : [Springframework-developer] DTD > > > > > > JP, > > > > I agree, formalizing map support would be an improvement. I'm > > not sure we can do it for 0.8, though. Presently it's handled > > by a PropertyEditor. > > > > I wonder if it means we should introduce additional container > > elements <list> and <map> into our DTD? e.g.: > > > > <property name="simple"><value>val</value></property> > > <property name="mappings"> > > <map> > > <entry key="/welcome.html">pagedListController</entry> > > <entry key="/detail.html">pagedListController</entry> > > </map> > > </property> > > > > <property name="coll"> > > <collection> > > <value>val</value> > > <ref bean="foo"/> > > </collection> > > </property> > > > > It's getting still more verbose, but it would be easier to > > parse and is more elegant. (Don't need to guess whether a > > value/ref is part of a collection.) > > > > I'm inclined to favour this. I could probably implement it by > > early next week (including maps). > > > > Regards, > > Rod > > > > > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: eBay > Get office equipment for less on eBay! > http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > -- Isabelle Muszynski Software Engineer Zandweellaan 4 2660 Antwerpen Belgium Tel. 32-(0)3-830 18 54 Mobile: 32-(0)485 49 50 89 Email: isa...@me... Website: www.meta-logix.com |
|
From: JP P. <jp....@ti...> - 2003-05-30 13:07:42
|
Hi Isabelle, If a Map could be a Collection, make sure that it would be so in Java.=20 Elements in a collection are single: an Object. Elements in a Map are double: a key + an Object. The structure cannot be the same as a Map element always needs a key and = a collection never. I don't see a more generic solution as Rod's: One tag for every kind of Collection including arrays which are not = really collections but have the same structure. One tag for the maps. The difference will be the presence of a key attribute or sub-element in = map-entries which will not exist in collection-entries. In all cases, the XML will dictate between Maps and Collections by the = use of a key descriptor, even if we use the same envelopping tag.=20 We have not the choice. Regards, Jean-Pierre > -----Message d'origine----- > De : spr...@li...=20 > [mailto:spr...@li...] > De la part de Isabelle Muszynski > Envoy=C3=A9 : vendredi 30 mai 2003 13:55 > =C3=80 : Rod Johnson > Cc : spr...@li... > Objet : Re: RE : [Springframework-developer] DTD >=20 >=20 > Hi Rod, >=20 > I think it all depencs what the point is. If we want the xml=20 > to dictate the data structure used to represent the bean,=20 > then yes, we need a map, list, array etc tag. If the point is=20 > for the xml to indicate a collection, then a single=20 > collection tag should be sufficient. >=20 > Isabelle >=20 > On Fri, May 30, 2003 at 11:36:03AM +0100, Rod Johnson wrote: > > JP, > >=20 > > I like this. It's an improvement. We could even support=20 > object keys by=20 > > having a <key> subelement that supports a<value> or ref.=20 > But that's=20 > > in the future. > >=20 > > Isabelle wrote "I like the collections idea, but not the different=20 > > keywords for it (map, collection). All the user has to know is that=20 > > it's a collection, not how we implment it internally." (I=20 > don't think=20 > > you sent this to the list.) But aren't maps different to=20 > collections=20 > > or arrays (which we might also want to support eventually?)=20 > Two values=20 > > to manage, not just one? > >=20 > > I'm inclined to support Maps like this in 0.8. > >=20 > > Regards, > > Rod > >=20 > > ----- Original Message ----- > > From: "JP Pawlak" <jp....@ti...> > > To: <rod...@in...> > > Cc: <spr...@li...> > > Sent: Friday, May 30, 2003 11:05 AM > > Subject: RE : RE : [Springframework-developer] DTD > >=20 > >=20 > > Rod, > >=20 > > I'm inclined too to favor this. > > But I see another improvement without having now the right solution=20 > > about the map. In UrlHandlerMapping the data is in fact a bean=20 > > reference and this is not already checked. > > In methodNameResolver in contrast, it's a simple text (method name). > > Perhaps will we have an unique value/ref in the map entry=20 > body instead > > of simple text? > >=20 > > <property name=3D"mappings"> > > <map> > > <entry key=3D"/welcome.html"><ref=20 > bean=3D"pagedListController"/></entry> > > <entry key=3D"/detail.html"><ref=20 > bean=3D"pagedListController"/></entry> > > </map> > > </property> > >=20 > > <property name=3D"mappings"> > > <map> > > <entry key=3D"/welcome.html"><value>showMain</value></entry> > > <entry key=3D"/detail.html"><value>showDetail</value></entry> > > </map> > > </property> > >=20 > > Regards, > > Jean-Pierre > >=20 > >=20 > > > -----Message d'origine----- > > > De : rod...@in...=20 > > > [mailto:rod...@in...] > > > Envoy=C3=83=C2=A9 : vendredi 30 mai 2003 11:24 > > > =C3=83=E2=82=AC : JP Pawlak > > > Cc : 'Rod Johnson';=20 > spr...@li... > > > Objet : Re: RE : [Springframework-developer] DTD > > > > > > > > > JP, > > > > > > I agree, formalizing map support would be an improvement. I'm not=20 > > > sure we can do it for 0.8, though. Presently it's handled by a=20 > > > PropertyEditor. > > > > > > I wonder if it means we should introduce additional container=20 > > > elements <list> and <map> into our DTD? e.g.: > > > > > > <property name=3D"simple"><value>val</value></property> > > > <property name=3D"mappings"> > > > <map> > > > <entry key=3D"/welcome.html">pagedListController</entry> > > > <entry key=3D"/detail.html">pagedListController</entry> > > > </map> > > > </property> > > > > > > <property name=3D"coll"> > > > <collection> > > > <value>val</value> > > > <ref bean=3D"foo"/> > > > </collection> > > > </property> > > > > > > It's getting still more verbose, but it would be easier=20 > to parse and=20 > > > is more elegant. (Don't need to guess whether a value/ref=20 > is part of=20 > > > a collection.) > > > > > > I'm inclined to favour this. I could probably implement=20 > it by early=20 > > > next week (including maps). > > > > > > Regards, > > > Rod > > > > >=20 > >=20 > >=20 > >=20 > >=20 > >=20 > >=20 > > ------------------------------------------------------- > > This SF.net email is sponsored by: eBay > > Get office equipment for less on eBay!=20 > > http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 > > _______________________________________________ > > Springframework-developer mailing list=20 > > Spr...@li... > >=20 > https://lists.sourceforge.net/lists/listinfo/s> = pringframework-developer > >=20 > >=20 >=20 > --=20 > Isabelle Muszynski > Software Engineer > Zandweellaan 4 > 2660 Antwerpen > Belgium > Tel. 32-(0)3-830 18 54 > Mobile: 32-(0)485 49 50 89 > Email: isa...@me... > Website: www.meta-logix.com >=20 >=20 > ------------------------------------------------------- > This SF.net email is sponsored by: eBay > Get office equipment for less on eBay!=20 > http://adfarm.mediaplex.com/ad/ck/711-11697-> 6916-5 >=20 > _______________________________________________ >=20 > Springframework-developer mailing list=20 > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer >=20 |
|
From: <rod...@in...> - 2003-05-30 09:28:35
|
Juergen, Maybe you can sort out the validation issue? I will implement whatever parsing we decide on. Regards, Rod |
|
From: <jue...@we...> - 2003-05-30 09:35:18
|
RmluZSwgSSdsbCBoYXZlIGEgbG9vayBhdCBpdC4NCg0KSnVlcmdlbg0KDQoNCi0tLS0tT3JpZ2lu YWwgTWVzc2FnZS0tLS0tDQpGcm9tOiByb2Quam9obnNvbkBpbnRlcmZhY2UyMS5jb20gW21haWx0 bzpyb2Quam9obnNvbkBpbnRlcmZhY2UyMS5jb21dDQpTZW50OiBGcmlkYXksIE1heSAzMCwgMjAw MyAxMToyOSBBTQ0KVG86IGrDvHJnZW4gaMO2bGxlciBbd2VyazNBVF0NCkNjOiBzcHJpbmdmcmFt ZXdvcmstZGV2ZWxvcGVyQGxpc3RzLnNvdXJjZWZvcmdlLm5ldA0KU3ViamVjdDogUkU6IFJFIDog W1NwcmluZ2ZyYW1ld29yay1kZXZlbG9wZXJdIERURA0KDQoNCkp1ZXJnZW4sDQoNCk1heWJlIHlv dSBjYW4gc29ydCBvdXQgdGhlIHZhbGlkYXRpb24gaXNzdWU/IEkgd2lsbCBpbXBsZW1lbnQgDQp3 aGF0ZXZlciBwYXJzaW5nIHdlIGRlY2lkZSBvbi4NCg0KUmVnYXJkcywNClJvZA0K |