changing an entity proxy within request in GWT editor framework

2012-06-26 Thread Human izatara
I try to build an application based on spring-roo generated GWT code. now I want to do this scenario. class Foo{ List barList; } class Bar{ Foo foo; } and barList is owned entity collection for Foo, that means Bars will be saved in Foo crud scenario. but foo link in Bar is not set aut

problem with debugging gwt application in dev mode

2012-05-12 Thread Human izatara
when I debug my gwt application in dev mode, after about 30 seconds, Google Chrome shows an error : "Plug-in Unresponsive" "The following plug-in is unresponsive: Unknown Woud you like to stop it ?" why this error is shown ? and how can i avoid it ? -- You received this message because you are s

Re: GWT 2.4 editor framework ui for create weak one2many relation

2012-05-09 Thread Human izatara
thanks for your attention Brandon ! I didn't understand your first way completely. I don't use App engine. our application use spring and jpa and I use eclipse and currently we run application on jetty. in our previous application, we used jsf and we could implement such scenarios for entities with

Re: To any Editors Gurus: I could use some ListEditor use help for the GWT demo I've made...

2012-05-08 Thread Human izatara
Hi guys! does anyone have suggestion for my problem? : http://groups.google.com/group/google-web-toolkit/browse_thread/thread/3b69d91f2fc18191 I think it's related to this topic. On Friday, February 3, 2012 3:34:21 AM UTC+3:30, Brandon Donnelson wrote: > > I'm trying to use a list editor as a sub

GWT 2.4 editor framework ui for create weak one2many relation

2012-05-04 Thread Human izatara
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 althoug