|
From: Rod J. <rod...@in...> - 2003-05-07 07:38:51
|
This would be very useful, if done portably. Multiple resultsets.... I could envisage using it, but wouldn't want it to complicate the API too much. I think it's important that users can get to basic functionality easily. Making SP use the JdbcTemplate sounds like a good idea. (I was thinking of it myself last week, actually.) I am keen to get to 0.8 ASAP. As far as my stuff goes, (AOP etc.) I'm happy to go to 0.8 now. I guess Juergen should also think about his packages. I think you should start work on the StoredProcedure changes, and if they get checked in in time, they make 0.8. We also need to think about what release tag names we plan to use. Regards, Rod ----- Original Message ----- From: "Thomas Risberg" <tri...@tr...> To: <spr...@li...> Sent: Tuesday, May 06, 2003 9:44 PM Subject: [Springframework-developer] Returning ResultSet from jdbc.objectStoredProcedure > I'm looking into the request of adding support for returning a ResultSet > from jdbc.object.StoredProcedure. > > I would like to handle the returned resultset the same way it is handled > in SqlQuery using a RowCallbackHandler. There is the possibility of a > stored procedure returning multiple resultsets - is this something we > would like to support? If so, then we would have to pass in multiple > RowCallBackHandlers - one for each resultset. > > Currently the StoredProcedure class does not utilize the JdbcTemplate > class - it handles the connection, execution and results extraction on > its own. There is some functionality in JdbcTemplate that I would like > to reuse, like RowCallBackHandlerResultSetExtracter. I think the best > way to proceed is to refactor the StoredProcedure to use JdbcTemplate > for all JDBC calls, but I don't yet know how much work is involved here. > > I welcome any thoughts or suggestions. > > Is this something that should wait until after the 0.8 release? Do we > have a target date in mind for this release yet? > > Thomas > > > Looks like it's down or nearly down. I've just been getting the same > > problem. > > > > Rod > > > > ----- Original Message ----- > > From: "JP PAWLAK(Tiscali)" <jp....@ti...> > > To: "Spring Developers (E-mail)" > > <spr...@li...> > > Sent: Tuesday, May 06, 2003 8:11 PM > > Subject: [Springframework-developer] CVS Server > > > > > > > Hello, > > > > > > Has the cvs server a problem? > > > > > > I have only access to anonymous. But I'm not able to have a connection > > > on the server today. During a first lap of time the server was not > > > found at all. And now, it systematically reset the connection. > > > > > > What's currently with it? > > > > > > _____ > > > > > > > > > > > > Jean-Pierre Pawlak > > > > > > <mailto:jp....@ti...> jp....@ti... > > > > > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara > > The only event dedicated to issues related to Linux enterprise solutions > > www.enterpriselinuxforum.com > > > > _______________________________________________ > > Springframework-developer mailing list > > Spr...@li... > > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > > > -- > Thomas Risberg > tri...@tr... > > > ------------------------------------------------------- > Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara > The only event dedicated to issues related to Linux enterprise solutions > www.enterpriselinuxforum.com > > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer |