|
From: Juergen H. <ju...@in...> - 2005-01-31 17:35:24
|
Alef, This hasn't been decided yet. I wouldn't mind doing a 1.1.5 release to get minor things out quicker, as it is unrealistic to expect 1.2 RC1 out before late March (with production-suitable JMX, JCA CCI, Hibernate3, and Cayenne support). Regarding the excel view stuff: Couldn't we implement a solution that doesn't break all current AbstractExcelView usages out there? Maybe keep AbstractExcelView POI-based and add a separate AbstractJExcelView? I know that it's not ideal from a naming perspective, but I'm a bit reluctant to make a non-backwards-compatible change in such a class that users typically extend - even without a phase of deprecation. There won't be hardly any shared logic between POI and JExcel anyway, so I actually don't think that we need a common base class for those web views. Implementing a separate AbstractJExcelView class would certainly be possible. We could even add an AbstractPoiExcelView class that carries POI in the name, keeping AbstractExcelView as a deprecated subclass of it for the time being. That would be backwards-compatible! If we implement such a compatible solution for JExcel, we could of course release it in 1.1.5. What do you think? Juergen -----Original Message----- From: spr...@li... [mailto:spr...@li...]On Behalf Of Alef Arendsen Sent: Monday, January 31, 2005 6:14 PM To: spr...@li... Subject: [Springframework-developer] Post - 1.1.4 --> 1.2? Juergen, everybody, Are we planning a 1.1.5 or is the 1.1.x release cycle finished after 1.1.4 is released? I'd like to add a couple of (minor) non-backward compatible refactorings (introduce AbstractExcelView and have to subclasses AbstractPoiView and AbstractJExcelView). Alef ----- october 2004 Ok, I still have to add the AbstractJExcelView to the sandbox. I'll wait with adding it to the main codebase until after 1.1.2 Alef > -----Original Message----- > From: spr...@li... > [mailto:spr...@li...] > On Behalf Of Rod Johnson > Sent: Friday, October 15, 2004 12:01 PM > To: spr...@li... > Subject: Re: [Springframework-developer] Addition of jExcelView > > Alef > > I think such a minor incompatibility would be no problem in > 1.2. After all, it's a trivial change. But not acceptable in > 1.1.2, which will be in a couple of weeks. > > > Alef Arendsen wrote: > > I have a AbstractJExcelView lying around here that would be up for > > addition to Spring. Jexcel is another Excel api that works pretty > > smoothly and has some features POI doesn't have (inclusion > of images > > in sheets). I can just add an > > > org.springframework.web.servlet.view.document.AbstractJExcelVi > ew but I > > can also refactor the existing AbstractExcelView to only set the > > content type and load any templates and create two > subclasses for both > > Jexcel > > (AbstractJExcelView) and Poi (AbstractPoiExcelView). > > > > Of course this would mean a non-backwards-compatible change. What's > > the release plan (is there going to be 1.1.2) and if not, > what are the > > opinions on non-backwards-compatible changes for 1.2??? > > > > For now, I'll add it as AbstractJExcelView with AbstractView as its > > superclass, but if somebody wants to see it otherwise, > please let me > > know... > > > > Alef > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: IT Product Guide on > > ITManagersJournal Use IT products in your business? Tell us > what you > > think of them. Give us Your Opinions, Get Free ThinkGeek Gift > > Certificates! Click to find out more > > http://productguide.itmanagersjournal.com/guidepromo.tmpl > > _______________________________________________ > > Springframework-developer mailing list > > Spr...@li... > > > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > -- > > ____________________________________________________ > Rod Johnson > Interface21 - Spring Services from the Source > http://www.springframework.com > > Founder, Spring Framework: > http://www.springframework.org > > Author, "Expert One-on-One J2EE Development Without EJB" > (May 2004, with Juergen Hoeller). > http://www.amazon.com/exec/obidos/ASIN/0764558315/ > > Author, "Expert One-on-One J2EE Design and Development" > (October 2002). > http://www.amazon.com/exec/obidos/tg/detail/-/0764543857/ > > > ____________________________________________________ > Interface21 Limited > Registered Office Summit House, 2-2a Highfield Road, > Dartford, Kent DA1 2JY Registered in England and Wales No. > 5187766 ____________________________________________________ > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IT Product Guide on > ITManagersJournal Use IT products in your business? Tell us > what you think of them. Give us Your Opinions, Get Free > ThinkGeek Gift Certificates! Click to find out more > http://productguide.itmanagersjournal.com/guidepromo.tmpl > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer |