WebService DataBase
Data Persistence as a Web Service Imagine all you had to do to store and retrieve data in object form was to have: Object obj = new Object(); obj.store(); and all the gory details about how it...
View ArticleWhy did you do it that way?
I cam constantly in awe over how badly we all write code. We contort our ideas into one of three camps. Object Oriented Functional Curried Rice (aspect oriented, etc…) And as such we loose much of the...
View ArticleShould objects be responsible for their own stubbing?
I’m an advocate of TDD (test driven development) and I try too use it all the time when I’m coding. I have gotten accustomed to using JMock for a lot of my testing as most of what I test are servlets...
View ArticleTSOT – Ruby Show and Tell Night
I was at TSOT last night with about 30 or so fellow community developers (Brent Ashly, Andrew Burke, Hampton – from Unspace, Joey DeVilla etc…) and had a blast. Its always fun to geek out with my...
View ArticleWebService DataBase
Data Persistence as a Web Service Imagine all you had to do to store and retrieve data in object form was to have: Object obj = new Object(); obj.store(); and all the gory details about how it...
View Article