Hi! Tom doesn't post here anymore. Please go here to see new posts.

Sunday, November 1, 2009

A Peek at Google Web Toolkit

So I'm looking over this Google Web Toolkit thing since someone around here thinks it's the greatest thing since sliced bread.  I hate to disappoint but it's conceptually the same as the much-hated ASP.NET WebForms - it's a framework to abstract HTML and Javascript away from the programmer.  But instead of .NET and Visual Studio, Google's version is based on Java and Eclipse.

Read more…

Thursday, October 29, 2009

Exploring Java Web Development, Part 3

I’m happy to report that I’ve completed resurrecting JWebTrack, the terribly feature-incomplete bug tracking project I did for a Java class oh so long ago.  After building an appropriate database and populating it with some data, the app worked like a charm.

Read more…

Sunday, October 25, 2009

Exploring Java Web Development, Part 2

Day two of reacquainting myself with JSP development, wherein we learn that IDEs are powerful tools but they are not very friendly to newcomers.

Read more…

Saturday, October 24, 2009

Exploring Java Web Development, Part 1

Out of curiosity and recent disgruntlement with ASP.NET I decided to look into Java web development.  I haven’t done this since around 2002, so of course I’ve forgotten everything I ever knew about it.  Herein I will attempt to document the knowledge I uncover.

Read more…