hello everyone,

i want to build an app store for a GWT application. users should open
the app store from within the application, browse through apps and
install them like they are used to it from other app stores e.g. apple
app store or android market. i outlined my ideas about it in the wiki
of my project http://code.google.com/p/honeycrm/wiki/Plugins
(including a more detailed description of the store, apps and sequence
diagrams of the installation process).

- has something like this been done before?
- are there any best practices on this topic?
- is it realistically i.e. a good idea to put source code into the
plugin package (e.g. a zip file) and do the transformations
(compilation of .java -> .class using javac and .java -> .js using
GWTs compiler)? see
http://code.google.com/p/honeycrm/wiki/Plugins#installation_of_plugins
- can i do this within google app engine or do i have to use another
servlet container e.g. for compilation.

kind regards,
ingo

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to