Not sure if this is the write forum for this.. anyway.

I have a Stateless Session Bean that acts as my Service Layer in my App.  (
It seperates my Domain Layer[EJB's] from my App Layer [Actions/Views] )

My 'views' are simply beans the duplicate the EJB's.  

I want to use the BeanUtils.copyProperties to populate the 'view' with the
EJB values.  But I'm having trouble.

Also ... would it be better to use PropertyUtils.copyProperties since the
properties have exactly the same type?

Sorry if that is very clear .. its my first time using this .. be gentle.

Darren.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to