Nice article and thanks for the kind words about the Tuscany team :-)

Btw, in Listing 2, you could simplify this line:

  if (property.isContainment() && !property.getType().isDataType()) {

to just:

  if (property.isContainment()) {

Because isContainment() always returns false for DataTypes.

Frank.

"Christian Landbo Frederiksen" <[EMAIL PROTECTED]> wrote on 11/27/2007 
09:46:20 AM:

> Hi everybody
> 
> JDJ reccently publishes an article I wrote about how we combined 
> Tuscany SDO and JSF.
> 
> http://java.sys-con.com/read/464410.htm
> 
> /Chr
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to