Hi Matt, We don't currently host a public version due to concerns about defacement. However, it's quite easy to upload it to App Engine yourself.
1. Login to appspot.com create a new app 2. Edit src/main/webapp/WEB-INF/appengine-web.xml and put the newly created app id between the <application> tags 3. Run mvn clean package gae:deploy 4. Visit http://[your-app-id].appspot.com/LoadExpensesDB.html and click the Generate button to create some test data 5. Visit http://[your-app-id].appspot.com/Expenses.html to demo the app /dmc On Tue, Dec 28, 2010 at 4:55 PM, Matthew Hill <[email protected]> wrote: > Hi. > Is there a hosted version of the expenses sample included with GWT 2.1? It > used to be hosted on GAE but the link doesn't work anymore. > > -- > 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. > -- David Chandler Developer Programs Engineer, Google Web Toolkit w: http://code.google.com/ b: http://googlewebtoolkit.blogspot.com/ t: @googledevtools -- 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.
