|
From: <rod...@in...> - 2003-06-03 10:32:23
|
Advance warning: Unless anyone has a strong objection, I'm going to check in the changes to XmlBeanFactory and a revised DTD in the next couple of days. Following our discussions: - there will be a new <collection> element. A <property> must contain a <collection>,<ref> or <value>. - This approach will allow <map> elements to be added fairly easily. However I don't have time to do this in the first cut. - This is *not* backward compatible. Name -> id attribute, <property> elements can't contain text. I'm dropping forgiving parsing. - Validation will be enforced. This means we need to think about where we put the DTD. (Juergen, how's your URIResolver coming on?) I'm currently changing all the XML files in the test suite to the new format. I've already tested the changes to XmlBeanFactory itself. Although the new format is more verbose, I think it is more maneagable, and the changes are definitely worthwhile. Validation of id refs works nicely, and even in the fairly primitive Eclipse XML editor I use, I get prompted for completions as I author the XML. THESE CHANGES WILL BREAK ALL EXISTING XML FILES. However, the changes should be fairly straightforward. Regards, Rod |
|
From: <tri...@tr...> - 2003-06-03 16:23:29
|
Rod & All: I have been thinking of reserving "www.springframework.org" for a while, and I'm a bit surprised nobody has brought this up yet. Anyway, it was still available, and this weekend I decided to actually go ahead. We can use this URL for our web site as well as for hosting DTDs and samples/tutorial downloads. It is currently pointing to a co-located server that I have a share in. I added the DTD to this server and it should be available at www.springframework.org/dtd/spring-beans_0_8.dtd if the name server change has taken effect. I can reach it from my location right now. Let me know if you can't see it. If you would like FTP access send me an e-mail and I will provide you with the login information. I did put up a simple welcome page - might need a bit of improvement :-) This might be a good opportunity to move forward with the logo/web site discussion. > Advance warning: Unless anyone has a strong objection, I'm > going to check in the changes to XmlBeanFactory and a revised > DTD in the next couple of days. > No objections. > Validation of id refs works nicely, and even in the fairly > primitive Eclipse XML editor I use, I get prompted for > completions as I author the XML. > Rod, which XML plugin do you use? --Thomas |
|
From: Rod J. <rod...@in...> - 2003-06-03 18:01:48
|
Thanks, Thomas. I'm using XMLBuddy for Eclipse XML. I wouldn't recommend it that highly--it's pretty basic. Regards, Rod ----- Original Message ----- From: <tri...@tr...> To: <rod...@in...> Cc: <spr...@li...> Sent: Tuesday, June 03, 2003 5:23 PM Subject: Re: [Springframework-developer] New DTD > Rod & All: > > I have been thinking of reserving "www.springframework.org" for a while, and I'm > a bit surprised nobody has brought this up yet. Anyway, it was still available, > and this weekend I decided to actually go ahead. We can use this URL for our > web site as well as for hosting DTDs and samples/tutorial downloads. It is > currently pointing to a co-located server that I have a share in. I added the > DTD to this server and it should be available at > www.springframework.org/dtd/spring-beans_0_8.dtd if the name server change has > taken effect. I can reach it from my location right now. Let me know if you > can't see it. > > If you would like FTP access send me an e-mail and I will provide you with the > login information. > > I did put up a simple welcome page - might need a bit of improvement :-) > > This might be a good opportunity to move forward with the logo/web site discussion. > > > > Advance warning: Unless anyone has a strong objection, I'm > > going to check in the changes to XmlBeanFactory and a revised > > DTD in the next couple of days. > > > > No objections. > > > Validation of id refs works nicely, and even in the fairly > > primitive Eclipse XML editor I use, I get prompted for > > completions as I author the XML. > > > > Rod, which XML plugin do you use? > > > > --Thomas > > > |
|
From: JP P. <jp....@ti...> - 2003-06-03 18:50:32
|
Thomas, Very good news, Bravo, Thomas! I can reach it, I seen it runs under Apache. But as it is co-located, does it allow to run a Servlet Server under Apache.=20 J2EE technology fits not very well with co-locating (at least in my mind, I had difficulties to found and when found, there was too many constraints). This would only be useful for online demos and the most important is having the domain name. The improvement of the site will come, I am sure ;-). But the DTD is the one from the repository and is out of date :-(. It's the reason of my request to Rod :-).=20 Rod, As others, I can figure out the new DTD, it will not differ much from this I have posted. But it would be nice to have the official one or will you reserve it after your changes commit in a few days? Jean-Pierre > -----Message d'origine----- > De : spr...@li...=20 > [mailto:spr...@li...] > De la part de tri...@tr... > Envoy=E9 : mardi 3 juin 2003 18:23 > =C0 : rod...@in... > Cc : spr...@li... > Objet : Re: [Springframework-developer] New DTD >=20 >=20 > Rod & All: >=20 > I have been thinking of reserving "www.springframework.org"=20 > for a while, and I'm a bit surprised nobody has brought this=20 > up yet. Anyway, it was still available, and this weekend I=20 > decided to actually go ahead. We can use this URL for our=20 > web site as well as for hosting DTDs and samples/tutorial=20 > downloads. It is currently pointing to a co-located server=20 > that I have a share in. I added the DTD to this server and=20 > it should be available at=20 > www.springframework.org/dtd/spring-beans_0_> 8.dtd if the name=20 > server change has taken effect. I can=20 > reach it from my location right now. Let me know if you can't see it. >=20 > If you would like FTP access send me an e-mail and I will=20 > provide you with the login information. >=20 > I did put up a simple welcome page - might need a bit of=20 > improvement :-) >=20 > This might be a good opportunity to move forward with the=20 > logo/web site discussion. >=20 >=20 > > Advance warning: Unless anyone has a strong objection, I'm > > going to check in the changes to XmlBeanFactory and a revised=20 > > DTD in the next couple of days.=20 > >=20 >=20 > No objections. >=20 > > Validation of id refs works nicely, and even in the fairly=20 > > primitive Eclipse XML editor I use, I get prompted for=20 > > completions as I author the XML. > >=20 >=20 > Rod, which XML plugin do you use? >=20 >=20 >=20 > --Thomas > =20 >=20 >=20 >=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 >=20 |
|
From: <tri...@tr...> - 2003-06-04 03:45:45
|
Jean-Pierre, > I can reach it, I seen it runs under Apache. > But as it is co-located, does it allow to run a Servlet Server under > Apache. There is six of us sharing this server - but we do have full control over it. We have Tomcat and MySQL running currently. I'll try to convince Jeff, our sysadmin, to add a host entry for www.springframework.org and to set up a manager account. I guess we also would need a DataSource for a test database set up. > But the DTD is the one from the repository and is out of date :-(. It's > the reason of my request to Rod :-). > Feel free to upload a more recent version. I'll send you the login info. --Thomas |
|
From: JP P. <jp....@ti...> - 2003-06-04 06:36:04
|
Thomas, Very nice that we can use us technology on the site. Jean-Pierre > -----Message d'origine----- > De : tri...@tr... [mailto:tri...@tr...]=20 > Envoy=E9 : mercredi 4 juin 2003 05:46 > =C0 : JP Pawlak > Cc : spr...@li... > Objet : Re: RE : [Springframework-developer] New DTD >=20 >=20 > Jean-Pierre, >=20 > > I can reach it, I seen it runs under Apache. > > But as it is co-located, does it allow to run a Servlet=20 > Server under=20 > > Apache. >=20 > There is six of us sharing this server - but we do have full=20 > control over it. We have Tomcat and MySQL running currently. =20 > I'll try to convince Jeff, our=20 > sysadmin, to add a host entry for www.springframework.org and=20 > to set up a=20 > manager account. I guess we also would need a DataSource for=20 > a test database=20 > set up. >=20 > > But the DTD is the one from the repository and is out of date :-(.=20 > > It's the reason of my request to Rod :-). > >=20 >=20 > Feel free to upload a more recent version. I'll send you the=20 > login info. >=20 > --Thomas >=20 >=20 |
|
From: Rod J. <rod...@in...> - 2003-06-04 06:49:41
Attachments:
update.xsl
build.xml
|
I've checked in the latest version of the DTD. I attach an XSLT stylesheet that converts from old to new format, and an Ant script that uses it across a tree. (The DTD isn't definitive yet, just my local version.) The XSLT loses comments and formatting--it was a pretty quick effort. Regards, Rod ----- Original Message ----- From: <tri...@tr...> To: "JP Pawlak" <jp....@ti...> Cc: <spr...@li...> Sent: Wednesday, June 04, 2003 4:45 AM Subject: Re: RE : [Springframework-developer] New DTD > Jean-Pierre, > > > I can reach it, I seen it runs under Apache. > > But as it is co-located, does it allow to run a Servlet Server under > > Apache. > > There is six of us sharing this server - but we do have full control over it. > We have Tomcat and MySQL running currently. I'll try to convince Jeff, our > sysadmin, to add a host entry for www.springframework.org and to set up a > manager account. I guess we also would need a DataSource for a test database > set up. > > > But the DTD is the one from the repository and is out of date :-(. It's > > the reason of my request to Rod :-). > > > > Feel free to upload a more recent version. I'll send you the login info. > > --Thomas > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of TotalView, The best > thread debugger on the planet. Designed with thread debugging features > you've never dreamed of, try TotalView 6 free at www.etnus.com. > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer |