in the page http://jakarta.apache.org/turbine/torque/tutorial.html
after generating all the peer class,the Bookstore.java can use the generated
class to do some work,in its source code:
_______________________________________
public class Bookstore
{
public static void main(String[] args)
{
try
{
/*
* Initializing Torque
*/
Torque.init("Torque.properties");
.............
my question is:
in Jetspeed,how do i write the code?always we use peer class in the action
class of a Portlet,not write a standalone Bookstore.java.
Thanks.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>