|
From: =?iso-8859-1?Q?<jp....@ti...> - 2003-09-01 09:02:16
|
Alef,=0D=0A=0D=0AObviously, Tiles being integrated to Spring, it had to b= e first listed.=0D=0A=0D=0AMaybe I or someone else could find any time fo= r finishing the Tiles sample. Could you upload it in the CVS? As long as = it is not finished, perhaps the sandbox could be a better place?=0D=0A=0D= =0ARegards,=0D=0AJean-Pierre=0D=0A=0D=0A---------- Initial Header -------= ----=0D=0A=0D=0AFrom : "Alef Arendsen \(JTeam\)" <al...@jt...>=0D=0A= To : "'JP Pawlak'" <jp....@ti...>, <springframework-dev= el...@li...>=0D=0ACc : =0D=0ADate : Mon, 1= Sep 2003 09:08:29 +0200=0D=0ASubject : RE: [Springframework-developer] I= ntegration samples=0D=0A=0D=0AI still have a Tiles example lying around, = however, I haven't got enough=0D=0Atime right now to finish it...=0D=0A=0D= =0AAlef=0D=0A=0D=0A=0D=0A-----Oorspronkelijk bericht-----=0D=0AVan: sprin= gfr...@li...=0D=0A[mailto:springframe= wor...@li...] Namens JP=0D=0APawlak=0D=0AVe= rzonden: Saturday, August 30, 2003 2:51 PM=0D=0AAan: springframework-deve= lo...@li...=0D=0AOnderwerp: [Springframework-developer] I= ntegration samples=0D=0A=0D=0A=0D=0AHi all,=0D=0A=0D=0AIn addition to the= samples discussion I provided two messages ago,=0D=0Aanother family will= certainly be helpful and no great work. I mean=0D=0Aintegration samples = with some others frameworks like :=0D=0A=0D=0A- Tapestry=0D=0A- Webwork=0D= =0A- Struts=0D=0A=0D=0AJean-Pierre=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A---= ----------------------------------------------------=0D=0AThis sf.net ema= il is sponsored by:ThinkGeek=0D=0AWelcome to geek heaven.=0D=0Ahttp://thi= nkgeek.com/sf _______________________________________________=0D=0ASpring= framework-developer mailing lis...@li...= rceforge.net=0D=0Ahttps://lists.sourceforge.net/lists/listinfo/springfram= ework-developer=0D=0A=0D=0A=0A=0A********** L'ADSL A 20 EUR/MOIS*********= * =0AAvec Tiscali, l'ADSL est =E0 20 EUR/mois. Vous pourrez chercher long= temps avant de trouver moins cher ! =0APour profiter de cette offre excep= tionnelle, cliquez ici : http://register.tiscali.fr/adsl/=0AOffre soumise= =E0 conditions.=0A |
|
From: Alef A. \(JTeam\) <al...@jt...> - 2003-09-02 19:20:19
|
Sorry for the delay, it'll be there this evening... Alef -----Oorspronkelijk bericht----- Van: jp....@ti... [mailto:jp....@ti...]=20 Verzonden: Monday, September 01, 2003 11:01 AM Aan: alef CC: springframework-developer Onderwerp: RE: [Springframework-developer] Integration samples Alef, Obviously, Tiles being integrated to Spring, it had to be first listed. Maybe I or someone else could find any time for finishing the Tiles sample. Could you upload it in the CVS? As long as it is not finished, perhaps the sandbox could be a better place? Regards, Jean-Pierre ---------- Initial Header ----------- From : "Alef Arendsen \(JTeam\)" <al...@jt...> To : "'JP Pawlak'" <jp....@ti...>, <spr...@li...> Cc :=20 Date : Mon, 1 Sep 2003 09:08:29 +0200 Subject : RE: [Springframework-developer] Integration samples I still have a Tiles example lying around, however, I haven't got enough time right now to finish it... Alef -----Oorspronkelijk bericht----- Van: spr...@li... [mailto:spr...@li...] Namens JP Pawlak Verzonden: Saturday, August 30, 2003 2:51 PM Aan: spr...@li... Onderwerp: [Springframework-developer] Integration samples Hi all, In addition to the samples discussion I provided two messages ago, another family will certainly be helpful and no great work. I mean integration samples with some others frameworks like : - Tapestry - Webwork - Struts Jean-Pierre ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer ********** L'ADSL A 20 EUR/MOIS**********=20 Avec Tiscali, l'ADSL est =E0 20 EUR/mois. Vous pourrez chercher = longtemps avant de trouver moins cher !=20 Pour profiter de cette offre exceptionnelle, cliquez ici : http://register.tiscali.fr/adsl/ Offre soumise =E0 conditions. |
|
From: Alef A. \(JTeam\) <al...@jt...> - 2003-09-02 22:07:03
|
Tiles example is in the CVS right now... I id _not_ add it to the sandbox, since that only contains .java files and must frustrate users wanting to build the sandbox? Anyway, the example it quite straightforward, however it does not have _any_ documentation, except for a small piece in the webapp itself. 1. run ant warfile in the tiles-example-dir 2. deploy the tiles-example.war from dist 3. goto <host:port>/tiles-example/index.html 4. there it is... It has a couple two templates (one for the complete site, one for the newsfeeds that are automatically imported into the site). The main template is re-used for the index, about and contact pages, the news template is used for the news from worldpress, theserverside and slashdot (two sources are displayed on every page, which ones depends on what page you're viewing). The news template uses a Controller (extending ComponentControllerSupport) so it can reach the appCtx to retrieve the feedConfigurator (mentioning the feed names and urls). How many and what feeds are displayed is defined in the definitions.xml file... I don't know what the time-span for the next release is, I might have some time to document things a bit further (we also need some kind of tiles-howto), but not until at least next week... Alef -----Oorspronkelijk bericht----- Van: jp....@ti... [mailto:jp....@ti...]=20 Verzonden: Monday, September 01, 2003 11:01 AM Aan: alef CC: springframework-developer Onderwerp: RE: [Springframework-developer] Integration samples Alef, Obviously, Tiles being integrated to Spring, it had to be first listed. Maybe I or someone else could find any time for finishing the Tiles sample. Could you upload it in the CVS? As long as it is not finished, perhaps the sandbox could be a better place? Regards, Jean-Pierre ---------- Initial Header ----------- From : "Alef Arendsen \(JTeam\)" <al...@jt...> To : "'JP Pawlak'" <jp....@ti...>, <spr...@li...> Cc :=20 Date : Mon, 1 Sep 2003 09:08:29 +0200 Subject : RE: [Springframework-developer] Integration samples I still have a Tiles example lying around, however, I haven't got enough time right now to finish it... Alef -----Oorspronkelijk bericht----- Van: spr...@li... [mailto:spr...@li...] Namens JP Pawlak Verzonden: Saturday, August 30, 2003 2:51 PM Aan: spr...@li... Onderwerp: [Springframework-developer] Integration samples Hi all, In addition to the samples discussion I provided two messages ago, another family will certainly be helpful and no great work. I mean integration samples with some others frameworks like : - Tapestry - Webwork - Struts Jean-Pierre ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer ********** L'ADSL A 20 EUR/MOIS**********=20 Avec Tiscali, l'ADSL est =E0 20 EUR/mois. Vous pourrez chercher = longtemps avant de trouver moins cher !=20 Pour profiter de cette offre exceptionnelle, cliquez ici : http://register.tiscali.fr/adsl/ Offre soumise =E0 conditions. |
|
From: Rod J. <rod...@in...> - 2003-09-02 22:17:12
|
>I don't know what the time-span for the next release is, I might have some time to document things a bit further (we also need some kind of tiles-howto), but not until at least next week... We've been doing one release every 3 weeks, but I think 4-5 weeks is more appropriate for M2. Early October. It was urgent to get the first org.springframework release out ASAP My main priority at present is source level metadata at present. That and ResultSet returns from stored procedures might justify a release before the end of September. If anyone else is aware of any other pressing enhancements, let me know. With Juergen away the pace of change will probably slow a bit...I don't think I've ever come across anyone with that much (well-directed) energy! Regards, Rod |
|
From: Alef A. \(JTeam\) <al...@jt...> - 2003-09-03 07:03:54
|
There are two major things I'd like to address before M2 and a minor issues 1 (major). Addition of propertyeditor support for reference data. A customer has a language (Locale). A controller returns a formbackingobject containing the setter for the Locale. The referencedata method returns a list of Locale available to choose from. For the BeanWrapper to be able to set the Locale the user has chosen from the list, it (the reference data locale list) must be 'transformed' using the PropertyEditor that has been registered for that specific field (implications: additions of getter for the PropertyEditoron Errors interface and a TransformTag actually allowing the transformation) 3 (major). Documentation. I plan to do a lot more JavaDOC (especially the MVC package) and make it more accessible (by creating better package descriptions). 2 (minor). Possibility of specifying which Binder to use, to allow for transformation of input to Beanproperties based on something other than http-params (for instance XML or whatever). Feedback please ;-) Alef P.s. Yeah Juergen..., I keep on getting amazed by the guy... -----Oorspronkelijk bericht----- Van: Rod Johnson [mailto:rod...@in...] Verzonden: Wednesday, September 03, 2003 12:17 AM Aan: al...@jt...; jp....@ti... CC: 'springframework-developer' Onderwerp: Re: [Springframework-developer] Tiles Example (was: Integration samples) >I don't know what the time-span for the next release is, I might have some time to document things a bit further (we also need some kind of tiles-howto), but not until at least next week... We've been doing one release every 3 weeks, but I think 4-5 weeks is more appropriate for M2. Early October. It was urgent to get the first org.springframework release out ASAP My main priority at present is source level metadata at present. That and ResultSet returns from stored procedures might justify a release before the end of September. If anyone else is aware of any other pressing enhancements, let me know. With Juergen away the pace of change will probably slow a bit...I don't think I've ever come across anyone with that much (well-directed) energy! Regards, Rod |