On 11/11/2011 01:07 PM, KD wrote: > OK this one is for GWT experts!! Maybe GQuery plugins?
No doubt there will be rework required. > I have a GWT app that has widgets. We are shipping 5 widgets out of the box. > > The widgets also depend on our API which act as simple DAO pojos > > Now when this gets outs to customers. They have a requirement where they > want to create their own widgets (as GWT modules) and use them inside > our GWT app. Of course, to make things complicated, we cannot give them > the source of our app or the API. > > Now I know a more prevalent solution here is to have a JSNI API of some > sort to have the widget and our app talk to each other, document it and > have it rest in peace. > > But we are also looking around to see if there are alternatives. > > For example, looking at this CompileModule class > > http://code.google.com/p/google-web-toolkit/source/browse/trunk/dev/core/src/com/google/gwt/dev/CompileModule.java?r=10304 > > Can this be used to "mickey mouse" our sources. > It looks like this compiler will / could compile a module into a > XXXX.gwtar file and in theory that might all customers would need to > compile there custom module. > > Any thoughts? Are we on to something here or is it dead end. -- 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.
