|
From: <jue...@we...> - 2003-03-11 08:18:05
|
Hi Paul, Thanks for the contribution, anyway! Every feedback is helpful, be it = bug reports, enhancement requests, or code contributions. I guess that a lot of people will face your situation, i.e. having to = use Struts due to project or even company standards. So straightforward = integration between Struts and Spring is definitely a must. If we can = achieve this so easily via ContextLoaderServlet/Listener and = WebApplicationContextUtils, using a ServletContext attribute underneath, = then this is really good news. BTW, you are already part of the group! ;-) Seriously, if you want to = take part, then try the current snapshot and report your experiences. Go = through the API, or even some implementation, and note any obvious = shortcomings. Within a short time, we need to write or review = documentation for the website. There are so many ways to contribute! Regards, Juergen > -----Original Message----- > From: Paul Feaviour [mailto:pau...@ho...]=20 > Sent: Monday, March 10, 2003 3:28 PM > To: Rod Johnson; Spring Developers (E-mail) > Subject: Re: [Springframework-developer] Release schedule >=20 >=20 > Guys, >=20 > I would have to Juergen's analysis of the Struts plugin that=20 > I submitted - it does seem superfluous. The plugin increases=20 > the number of 3rd party dependencies and this seems pointless=20 > if we can achieve the same end by using ServletContext. I=20 > wrote it purely because my current project already uses=20 > Struts - not my decision - and was pointed in the direction=20 > of the plugin via the book. I never thought of the=20 > alternatives, plus I was keen to submit something and become=20 > part of the group. >=20 > I have a question regarding data access that I'd appreciate=20 > some help on: I need to write to and retrieve data from a=20 > clob - what would you say my best approach is, and can I use=20 > the data access framework? >=20 > Regards, >=20 > Paul >=20 > ----- Original Message ----- > From: "Rod Johnson" <rod...@in...> > To: "Trevor Cook" <tc...@in...>; "Spring=20 > Developers (E-mail)" <spr...@li...> > Sent: Saturday, March 08, 2003 6:01 AM > Subject: Re: [Springframework-developer] Release schedule >=20 >=20 > > Trevor > > > > > I was out-of-town for the past week with 2 deaths in the family. > > > > Sorry to hear this. > > > > > I will have the jdbc tests I promised committed by the end of the > weekend. > > >Sorry for the delay( especially to Thomas). Also, this new test=20 > > >coverage puts the jdbc objects package over 85%. > > I've added a couple of methods to JdbcTemplate and two new=20 > interfaces,=20 > > PreparedStatementSetter and BulkPreparedStatement setter. =20 > The aim is=20 > > to provide an easy-to-use API when we don't need to create the PS,=20 > > just set values on it. I did this test-first (as I am doing=20 > > consistently now), so test coverage is up marginally. > > > > This coverage on the jdbc.object package is great! Thanks a lot! > > > > <trevor> > > Finally, I agree with Juergen. I've found it very easy to hook up=20 > > Spring > to > > various projects, and Struts appears to be similiarly easy. Rather=20 > > than having native struts support inside Spring, it would=20 > propbably be=20 > > better > to > > simply maintain a how-to tutorial on integrating Spring=20 > with Struts. =20 > > It would accomplish the same thing without affecting the=20 > code base and=20 > > introducing dependancies. </trevor> > > > > Yes, my first thought was to do exactly as Paul did. (In=20 > fact I think=20 > > I mention it in the book somewhere.) But the ServletContext does=20 > > provide communication. > > > > Despite my low opinion of Struts, I think we have to help users who=20 > > want > to > > use Struts + Spring, as many people are committed to Struts=20 > and still=20 > > need many of the services Spring provides. > > > > Paul, what do you think? > > > > Regards, > > Rod > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: Etnus, makers of TotalView, The > debugger > > for complex code. Debugging C/C++ programs can leave you=20 > feeling lost=20 > > and disoriented. TotalView can help you find your way. Available on=20 > > major UNIX and Linux platforms. Try it free. www.etnus.com=20 > > _______________________________________________ > > Springframework-developer mailing list=20 > > Spr...@li... > >=20 > https://lists.sourceforge.net/lists/listinfo/s> = pringframework-developer > > >=20 >=20 > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf=20 > _______________________________________________ > Springframework-developer mailing list=20 > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer >=20 |