The project does only the bean binding client side (widgets with lists of DTO) it does not talk to the server, but I am planing to extend it in GWT Mosaic with a data source API for syncing data between client & server.
More about beans binding you can find in https://beansbinding.dev.java.net/ and in the netbeans tutorials. On Dec 11, 4:56 pm, flash <[EMAIL PROTECTED]> wrote: > Correction: In the second sentence I meant to say "JPA Entities" > instead of "JPAs". > > On Dec 11, 9:55 am, flash <[EMAIL PROTECTED]> wrote: > > > George, > > > Please excuse my ignorance on this one. Will this API allow me to keep > > DTOs and JPAs in sync? From the description of the project it looks > > like it can do that. Just wanted to hear your thoughts on this. If the > > API does allow this style of synchronization between objects, do they > > have to be mirror images of each other? How can we specify the rules > > on what properties and objects need to be kept in sync? > > > I am sure this is documented somewhere. If this has already been > > discussed before pointing me to those resources will suffice. > > > Thanks! > > > On Dec 11, 8:28 am, "[EMAIL PROTECTED]" > > > <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > I released v0.2 of GWT Beans Binding (JSR 295) port: > > > > Change log for v0.2 > > > ================================ > > > > - ListBoxAdapterProvider added (not working) > > > - BeanPropertyDescriptorGenerator updated to support > > > PropertyDescriptor.getPropertyType() > > > - HasPropertyChangeSupport interface added. This interface should be > > > implemented > > > by all POJOs that will participate in bindings > > > - GWTx upgrade: custom patch that adds support for > > > PropertyDescriptor.getPropertyType() > > > - ObservableCollections port fixed > > > > Project home: > > > > http://code.google.com/p/gwt-beans-binding/ > > > > First GWT Mosaic based demo using RPC & JPA: > > > > http://69.20.122.77/gwt-mosaic/Showcase.html#CwListBoxBinding > > > > Kind Regards, > > > George.- Hide quoted text - > > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
