@GPE devs
The request factory generation stuff looks awesome, but it doesn't look like
it is going to be out of the box maven compatible as it generates the shared
code in [project]/shared not [project]/src/main/java not to meantion that it
took me 30 minutes to figure out that it had added a new source folder to my
classpath. It is really easy to get lost in the package noise, especially
with a maven (although admittedly I haven't tested this with maven, so
perhaps the support is there on a maven project?)
Also, I would like to know if I will be able to generate the request factory
stubs on environments other than Appengine. Currently the only projects
available for finding entities are app engine projects.
Are there any plans to fix the "rpc" generation so that it can work with
plain pojos if I'm connecting to legacy jdbc code? I would love to be able
to right click on a class and be able to do something like Google -> add To
ClientBundle...
generate RPC for class ->
generate Proxy for class -> EntityProxy
ValueProxy
And I also would love to be able to do specify where those proxies get
built, even to another project with no relationship to my "server" project.
I right click on an entity that I want to manage.
I appologize if any of the requested features I've meantioned here are
actually in the plugin. If they are, they are hard to find.
Thanks!
Jeff
--
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.