From: Paul F. <pau...@ho...> - 2003-03-10 14:30:12
|
Guys, I would have to Juergen's analysis of the Struts plugin that I submitted - it does seem superfluous. The plugin increases the number of 3rd party dependencies and this seems pointless if we can achieve the same end by using ServletContext. I wrote it purely because my current project already uses Struts - not my decision - and was pointed in the direction of the plugin via the book. I never thought of the alternatives, plus I was keen to submit something and become part of the group. I have a question regarding data access that I'd appreciate some help on: I need to write to and retrieve data from a clob - what would you say my best approach is, and can I use the data access framework? Regards, Paul ----- Original Message ----- From: "Rod Johnson" <rod...@in...> To: "Trevor Cook" <tc...@in...>; "Spring Developers (E-mail)" <spr...@li...> Sent: Saturday, March 08, 2003 6:01 AM Subject: Re: [Springframework-developer] Release schedule > 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 coverage > >puts the jdbc objects package over 85%. > I've added a couple of methods to JdbcTemplate and two new interfaces, > PreparedStatementSetter and BulkPreparedStatement setter. The aim is to > provide an easy-to-use API when we don't need to create the PS, just set > values on it. I did this test-first (as I am doing 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 Spring to > various projects, and Struts appears to be similiarly easy. Rather than > having native struts support inside Spring, it would propbably be better to > simply maintain a how-to tutorial on integrating Spring with Struts. It > would accomplish the same thing without affecting the code base and > introducing dependancies. > </trevor> > > Yes, my first thought was to do exactly as Paul did. (In fact I think I > mention it in the book somewhere.) But the ServletContext does provide > communication. > > Despite my low opinion of Struts, I think we have to help users who want to > use Struts + Spring, as many people are committed to Struts and still 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 feeling lost and > disoriented. TotalView can help you find your way. Available on major UNIX > and Linux platforms. Try it free. www.etnus.com > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > |