I want to create a ui for creating an entity which has a weak one to
many relation with another entity using GWT 2.4 editor framework, but
I can't find a sample for doing this.

I try to use spring roo for generating such ui and change Pet clinic
sample roo script to generate GWT code. but although they put a
cascade = CascadeType.ALL property on @OneToMany annotation, they
didn't generate a proper ui for this. weak entity should be created in
it's crud scenario and in OwnerEditView_Roo_Gwt should be used like

    @UiField
    WeakEntitySetEditor entities;
and it uses weak entities generated in another scenario using a combo.


for example in a shop system we have 'Order' and 'OrderItem` objects
which Order has a one2many relation with OrderItem and OrderItem is a
weak entity and it does not mean without Order, and in the
application, in Order crud scenario , OrderItem will be created and we
don't have OrderItem crud scenario.

I want to know how to use gwt editor framework for create a UI for
creating and editing Orders which have a list of OrderItem that will
be created and saved in this scenario ?

I want a sample which weak entites that added to a list, created and
save in owner creation scenario.
Does anyone have any suggestion ?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to