> hi,
>
> 1. I see a file BaseJspScreen, does this mean that I can use Jsp files
> and/or beans? How does it tie into this basefile?
>

This was put in as an example.  I have been working on improving the
interface between Turbine and JSP, but JSP is not very flexible.  Still
working on it.

> 2. I'm trying to get Torque up and running. If I undertsand the readme
> correctly this handy tool not only generates the SQL from a specific
> XML-file but the peer classes. Is this how TurbineUserPeer was
> generated? Unfortunately I can't get it to work :-(
>

TurbineUserPeer was written long before Torque was available.  It was
written along with TurbineUser to allow modifications to the Visitor table
to be handled reasonably well.  For example, you add a new attribute to
TurbineUser (I mean you store a new value under a new key in the Perm
hashtable).  If a column has not been created to store this new attribute,
it will (assuming it is Serializable) be saved in the Visitor row within the
ObjectData field.  If a column was made available to store the attribute it
will be placed there, instead.

Note that the current arrangement of code does not allow you to create the
column later and have a seamless transition; this is something that could
prpbably be fixed, but no one has needed to.





------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to