On 11/2/01 1:17 PM, "Xiao Hu" <[EMAIL PROTECTED]> wrote: > Hello Jason, > > I am interested in running torque in standalone application, > can you hand out your code?
There's a little example of how easy it will be to startup torque: http://cvs.apache.org/viewcvs/jakarta-turbine-torque/src/test/org/apache/tor que/TorqueRunner.java?rev=1.1&content-type=text/vnd.viewcvs-markup You'll notice that there's an init2() method. This will soon be init() I'm in the middle of cleaning it up. and here's an example configuration file: http://cvs.apache.org/viewcvs/jakarta-turbine-torque/src/test/Torque.propert ies?rev=1.3&content-type=text/vnd.viewcvs-markup > Thanks > Xiao > > -----Original Message----- > From: Jason van Zyl [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, October 31, 2001 6:46 AM > To: Turbine Users List > Subject: Re: Contributing documentation > > > On 10/31/01 9:21 AM, "Jason Kary" <[EMAIL PROTECTED]> wrote: > > >> 2) Any idea of what 'stuff' people want to see convered? I am seeing >> questions about torque standalone, complex criterias, sequence > generation. > > I've just added some code to allow torque to run in stand-alone cleanly > without the use of any classes in Turbine this could definitely be > documented if you want to give it a try. > >> Thanks >> Jason Kary >> >> >> Daniel Rall wrote: >> >>> Rodney Schneider <[EMAIL PROTECTED]> writes: >>> >>>> Could someone please point me in the right direction? Perhaps I > could >>>> contribute the beginnings of a Turbine tutorial? What areas of the >>>> documentation need the most attention? >>>> >>> >>> Hi Rodney. Watching the list for repeat questions, then answering >>> those in xdocs is a great method of contributing to the documentation >>> effort. Check out the jakarta-site2 module from CVS for the core >>> Jakarta xdocs. >>> >>> -- >>> 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]> -- jvz. Jason van Zyl http://tambora.zenplex.org http://jakarta.apache.org/turbine http://jakarta.apache.org/velocity http://jakarta.apache.org/alexandria http://jakarta.apache.org/commons -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
