We use GAE/J in conjunction with Google Web Toolkit as the UI framework and we're very happy with it. With GWT you do all of your development in Java and the toolkit compiles your client-side code down into a browser-specific Javascript application. It has most of the standard UI controls you would expect and various 3rd party extensions. You can also go through JNI and extend with native JS code if you need to.
On Sunday, December 8, 2013 11:44:27 PM UTC-6, Daniel Blees wrote: > > I'm working on creating a Java application for my sales department to > easily look up prices based on various criterion. > > I've got a working program in Java, utilizing JComboBox Containers. > However, once I got this working, I realized that our limited workstations > wouldn't be able to run a Java program through Windows. Therefore, I'm > trying to recreate the program in the Google App Engine, since we can > access websites easily. > > The issue I'm running into is that Google App Engine doesn't like > JComboBox, or any of the Container objects I was using. The tutorial on > the main developer site was useful, but it didn't provide the information I > was looking for. > > Where can I find more information about creating drop-down menus, or GUIs > in general, in Google App Engine? > > (I'm using the Google Plugin in Eclipse.) > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
