Hey Avinash, With regard to your first question, are you using GWT with App Engine, or just App Engine by itself? If you're using GWT with App Engine, then JS and HTML files will be produced from your client-site java code. But, App Engine allows you to run server code on Google's infrastructure, so your app can also contain class files and jars as well.
As for your second question, the application id is necessary so that you can have a unique domain on appspot.com, where all App Engine apps are hosted. For example, if your application id is "myapplication", then the site for it would by myapplication.appspot.com. When you say that you're developing an application for your intranet, can you elaborate on that? Do you want the application to only be accessible via your company's network? Or are you talking about only allowing access to the app to the people at your company? Rajeev On Fri, May 22, 2009 at 1:53 PM, avinash <[email protected]>wrote: > > HI, > > I had a question regarding GWT application deployment, the > application id you are capturing is it used for tracking the > application or just for feedback. Because we are trying to develop an > application for intranet so can please anwser me regarding this. > > Thanks > Avinash. > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
