>> I'm a little confused. I'm not familiar with the term "user JavaBean". Is 
>> this simply a client-side bean, versus an EJB? Also, when you say 
>> "JavaBeanAdapter", do you mean Pivot's BeanAdapter class?
>> 
> Ok, well, if I remember, any class in java is a java bean (or JavaBean),
> in fact I was talking about a POJO (Plain Old Java Object).
> 
> And yes, JavaBeanAdapter is the pivot's one, sorry I think it's name was
> JavaBeanAdapter instead of BeanAdapter.

FYI, from Pivot's perspective, a "bean" is simply a POJO that adheres to some 
standard naming and event handing conventions. These conventions are what allow 
BeanAdapter (and things that rely on it, like styles and BXML) to work.

G

Reply via email to