-
Recent Posts
Recent Comments
Archives
- December 2012
- November 2012
- August 2012
- August 2011
- March 2011
- February 2011
- September 2010
- July 2010
- April 2010
- January 2010
- November 2009
- September 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- May 2008
- April 2008
- December 2007
- September 2007
- August 2007
- July 2007
- February 2007
- March 2006
- September 2005
- July 2005
Categories
Meta
Category Archives: Open source projects
go-restful api design
I have been using JAX-RS for many REST-based service implementations in Java. As part of my journey into the Google Go programming language, I am exploring designs for such REST support using the standard net/http package in Go. JAX-RS provides … Continue reading
Tooling available for VAStGoodies
Early this year, Adriaan van Os announced VAStGoodies.com that wants to be the open source software repository for the VA Smalltalk community. To promote this great initiative, I proposed to create some tools that allow you to contribute to VAStGoodies.com … Continue reading
Posted in coding4fun, Open source projects, Smalltalk
Tagged Smalltalk, vastgoodies, visualage
1 Comment
External configuration for SelfDiagnose
Initialization of the SelfDiagnose component is done by reading the resource selfdiagnose.xml which must be located on the classpath of the Web application. This configuration declares the diagnostic tasks that are executed in the context of the Web application. The … Continue reading