You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by Martin Poeschl <mp...@marmot.at> on 2001/06/02 00:51:05 UTC

om/peer and jtable

i would like to use the torqu generated classes for my swing app.

so i started to extend JTable to display a Vector of BaseObjects like it
is returned by FooPeer.doSelect().
table.getSelectedRow() returned the BaseObject witch can be used e.g. to
edit it in a form.

works fine for a single db-table.

my question:

how can i handle joined tables??
should i work with BaseObjects or is it better to use village.Records ??

any hint would be great! thanx

martin

ps: if it works and anyone is interested i can make it public ;)


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org