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

Posted in design, Go, Open source, Open source projects | Tagged | Comments Off

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 , , | 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

Posted in Open source projects | Tagged | Comments Off