Skip to content

Instantly share code, notes, and snippets.

@joelewis
Created July 8, 2013 19:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joelewis/5951992 to your computer and use it in GitHub Desktop.
Save joelewis/5951992 to your computer and use it in GitHub Desktop.

Monday, 08. July 2013 11:11PM: It's the death part of the day, and I'm deciding between enjoying a good movie and coke, or fiddle with the 'download almost finished' GAE sdk for Java :-/

Monday, 08. July 2013 11:13PM: Java is starting to lessen its intimidation and though I don't still embrace its verbosity, it doesn't scare me anymore as it did before me and android era

Monday, 08. July 2013 11:15PM: I've got to get rid of the remaining misunderstanding between us, sooner or later. GAE and J2ee might help :).

Tuesday, 09. July 2013 12:52AM: Well, just read through the basics of GAE, with Java and let me confess, Java is enchanting!

Tuesday, 09. July 2013 12:57AM: Servlet's provide a good way to put the application logics, in a Class, which in turn is mapped by the url routings defined in configuration file and it may or may not send the response directly to the client, in the latter case is when JSP's are used. So, JSP's are the good guys providing a nice templating system to put the presentation logic. The only thing I'm scared still is the verbosity that I'm going to deal with JSPs as well. Though I've worked with GAE and Python before, I've never used persistent data storage like google datastore. Now datastore itself looks quiet interesting with its non relational, key-value based things, it perhaps might get more useful than I think!

Tuesday, 09. July 2013 12:58AM: On to doing something real now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment