Legacy blog (2004–2016). This blog is no longer updated. For current content, visit DigitalHobbit's RPG Blog (tabletop RPGs) or GammaVibe (engineering & entrepreneurship).

Java web service resources

I came across this nice collection of web service frameworks, tools, and resources for Java.

May 15, 2005 · 1 min · 15 words · DigitalHobbit

Eclipse WTP Milestone M4

The Eclipse Web Tools Platform Project has released WTP Milestone M4 yesterday. It was built against the Eclipse SDK 3.1M6 release, which was released about a month ago. A few months ago, I tested WTP M3 in conjunction with Eclipse SDK 3.1M5, but it wasn't quite there yet......

May 1, 2005 · 2 min · 214 words · DigitalHobbit

Spring Framework

I've been reading up a little on the Spring Framework, which seems very impressive. It can be used in several tiers of a typical web application, and depending on where it is used it either cooperates or competes with other established frameworks. For example, Spring comes with its own MVC imlementation that competes with Apache Struts and addresses several of Struts' shortcomings....

January 31, 2005 · 1 min · 136 words · DigitalHobbit

Axis / Web Services

I finally got an opportunity to work with web services. I had of course read about these in the past and in fact implemented web service like applications prior to the emergence of SOAP, but I had never really had a chance to actually work with web services on a project....

January 13, 2005 · 3 min · 491 words · DigitalHobbit

Gentoo and Java

Just a few comments on Gentoo and Java. Of course, Gentoo includes many Java packages. For the most part, installing a Java application works the same way as installing a native application, using the "emerge" tool. The source code for the application is downloaded, compiled using the appropriate settings, and installed, along with any dependent packages....

December 30, 2004 · 1 min · 186 words · DigitalHobbit