Re: [appengine-java] Quick setup and deploy for university class lab time?

2012-03-22 Thread Amy Unruh
One of these codelabs:
 https://sites.google.com/site/gdevelopercodelabs/app-engine/python-codelab
 or https://sites.google.com/site/gdevelopercodelabs/app-engine/java-codelab
from this site:
 https://sites.google.com/site/gdevelopercodelabs/

can work well in that time frame, and you could modify it to have a bit
more emphasis on using the datastore.
If the students don't have a particular familiarity with java, the python
version is probably easier to work with in an intro context if the machines
are set up for python. (The python codelab has several parts; you would
probably only get everyone through the first part, though faster students
can work ahead.)

 -Amy

On Thu, Mar 22, 2012 at 1:43 AM, bsddorin bsddo...@gmail.com wrote:

 In 3 weeks I have scheduled some lab time for my data structures
 class.
 We have been studying data structures since January and I would really
 like for them to have a little
 application they can 'show the world'...

 We only  have 3.5 hours in the lab.  The PC's have java installed and
 can do java builds.

 Is there something that can be accomplished in 3.5 hours ... with no
 app engine toolkits setup?
 Any super easy templates out there?

 I just don't want to get into a quagmire where we spend the whole time
 on tools...so perhaps this isn't a good idea.

 Thoughts?
 -Mike

 --
 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-java@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.



-- 
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-java@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.



Re: [appengine-java] Quick setup and deploy for university class lab time?

2012-03-21 Thread Jeff Schnitzer
Can students install Eclipse and run Hello, World on GAE in 3.5 hours?
 Almost certainly.  How much more sophisticated can the sample project
get?  This is a hard thing to judge without knowing your students.
Back when I was a CSc student, data structures was a 200-level class
and few (if any) students would have been ready to build a web
application (especially since there was no web... but that's beside
the point).  Maybe students are more savvy today, but my guess is that
learning how to develop a GAE app would simply distract from learning
data structures.

Jeff

On Wed, Mar 21, 2012 at 9:43 PM, bsddorin bsddo...@gmail.com wrote:
 In 3 weeks I have scheduled some lab time for my data structures
 class.
 We have been studying data structures since January and I would really
 like for them to have a little
 application they can 'show the world'...

 We only  have 3.5 hours in the lab.  The PC's have java installed and
 can do java builds.

 Is there something that can be accomplished in 3.5 hours ... with no
 app engine toolkits setup?
 Any super easy templates out there?

 I just don't want to get into a quagmire where we spend the whole time
 on tools...so perhaps this isn't a good idea.

 Thoughts?
 -Mike

 --
 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-java@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.


-- 
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-java@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.