That idea had crossed my mind. The problem is all the base classes that are a part of Torque that would need to be written for C++. Generating proper C++ syntax for my applications classes wouldn't be tough (we don't have that complicated of table structure), but everything from DB connection handling to relations to the actual JDBC/SQL statements would essentially mean we were starting from scratch.
> -----Original Message----- > From: Emmanuel Florent [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 20, 2004 6:08 AM > To: Apache Torque Users List > Subject: RE: C++ tool like Torque? > > On Mon, 2004-04-19 at 23:53, Grey.Lee wrote: > > I'm far from an expert on Torque, but it is all based on Velocity > > templates. I think you could, if you were so inclined, > simply revise > > the Velocity templates to generate C++ source rather than > Java source. > > > I could have do this using PHP and a MVC like (as far as I > could do it) model. > If anyone happy to start a project on sf.net I would be > pleased to donate that code ASFled. > > Also it give good results using softs @ http://www.devaki.org/ > > > EF > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
