Monthly Archives: July 2005

DBUnit, HSQL and the BOOLEAN data type

We have been using HSQL in-memory along with DBUnit for unit testing lately, and I found an issue using the most recent version of each. Basically, HSQL has added a new data type, BOOLEAN, which replaces BIT. But DBUnit is … Continue reading

Posted in Everything Else | Tagged | 5 Comments

Designing Remote Service APIs

I’ve been meaning to bring an ongoing discussion about remote API design to this forum. A recent post to the Caucho hessian-interest mailing list prompted me to write a response that I am essentially reposting here. The question at hand … Continue reading

Posted in Web | Tagged | 6 Comments

SpringBeanAdapter for Flex Flash Remoting

The Spring Framework is a popular open source framework for managing enterprise Java application components. SpringBeanAdapter provides the ability to locate Flash Remoting services in a Spring application context. Additionally, it provides the ability for server-side developers to exercise custom … Continue reading

Posted in Everything Else | Tagged | 5 Comments