-
Archives
- May 2018
- July 2017
- June 2017
- May 2017
- April 2017
- November 2016
- June 2016
- May 2016
- April 2016
- December 2015
- July 2015
- June 2015
- March 2015
- April 2014
- August 2013
- June 2013
- April 2013
- February 2013
- January 2013
- July 2012
- November 2011
- August 2011
- March 2011
- February 2011
- January 2011
- November 2010
- July 2010
- June 2010
- April 2010
- March 2010
- January 2010
- November 2009
- April 2009
- February 2009
- January 2009
- October 2008
-
Meta
Monthly Archives: July 2010
Writing data to Excel from Java – the simple way
On the web you can find some blogs about how to use Apache POI to create an Excel spreadsheet. They typically contain reams of code just to add a simple table and some rows of data. It’s always amazing the … Continue reading
Posted in Excel, JDO
5 Comments
TJDO has left the building
As anyone who has been using DataNucleus (and JPOX before it) for some time will know, it all started out (in 2003) as TJDO. This project was forked to provide all of the missing functionality that JDO requires and users … Continue reading
Posted in Uncategorized
Leave a comment
JDO Typesafe Queries : Part 2 – Expressions
Continuing on from the previous post, in order to be able to express components of a query in a Java style we need to represent all fields/properties/parameters/variables as expressions. The type of the field/property/parameter/variable determines its expression type. Let’s take … Continue reading
Posted in JDO, JDOQL, Persistence
11 Comments