Java
0 words.
4 entries. 1,319 words.
2009-10
-
Exploring Java Web Development, Part 1.
2009-10-25.
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.
- Technology
-
Exploring Java Web Development, Part 2.
2009-10-26.
Day two of reacquainting myself with JSP development, wherein we learn that IDEs are powerful tools but they are not very friendly to newcomers.
- Technology
-
Exploring Java Web Development, Part 3.
2009-10-29.
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.
- Technology
2009-11
-
A Peek at Google Web Toolkit.
2009-11-01.
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.
- Technology