Thanks, Claude. Is there an ANT task for use with Velosurf? Julian
> -----Original Message----- > From: Claude Brisson [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 10, 2002 12:46 PM > To: Velocity Users List > Subject: Re: Velosurf 0.5 released > > > Yes, it can very easily be used outside a web-app. > > All web-app&VVS specific initialization is done in the static method > velosurf.tools.VelosurfTool.initDB() : > > // init log > velosurf.util.Logger.setWriter(your preferred writer for logging) > > // open db > velosurf.sql.DBConnection db = > velosurf.sql.DBConnection.getInstance(path to the xml config file) > > then, you just have to put a "new > velosurf.context.DBReference(db)" in each of your velocity contexts. > > CloD > > ----- Original Message ----- > From: "Sitkewich, Julian" <[EMAIL PROTECTED]> > To: "'Velocity Users List'" <[EMAIL PROTECTED]> > Sent: mercredi 10 juillet 2002 21:04 > Subject: RE: Velosurf 0.5 released > > > > Velosurf looks like a good tool for DAO & VO mapping. It > looks like it may > > only extend a VelocityViewServlet. Can it be run outside of > a web-app? I > > would like to use it with ANT and/or Texen. > > > > Thanks, Julian > > > > -- > > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
