So i've been a little confused about the different responsibilities of
Servlets versus JSP.  I'm very new the GAE and got confused when
looking at the guestbook tutorial.  It seems that
GuestBookServlet.java has no responsibilities after guestbook.jsp was
created.  However, the mapping of it in the xml says otherwise.  I
know we should keep responsibilities between levels separate and it
seems to me that the JSP should be responsible purely with the user
interface and the servlets should be in charge of compiling all the
data and deciding which datastore object i should be storing it to.

If anyone could help clear this up for me that would be really
helpful.

Thanks

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to