-
Recent Posts
Recent Comments
- Marc on Work-around for Mac OS X python package install error — "lipo: can’t figure out the architecture type"
- Textmate: Bundle Items menu shortcut fix | TJ's Logic on Textmate: Use Command-Escape as a Shortcut to the Gear Menu
- James Murty on JetS3t 0.8.1 in the wild
- Bef on JetS3t 0.8.1 in the wild
- Bef on JetS3t 0.8.1 in the wild
Archives
- December 2011
- May 2011
- April 2011
- February 2011
- January 2011
- October 2010
- July 2010
- May 2010
- March 2010
- February 2010
- January 2010
- November 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
Categories
Meta
Category Archives: Java
JetS3t 0.8.1 in the wild
The newest version of JetS3t has been released and is now roaming free. Meet 0.8.1. This release has been a long time coming, mainly due to my reluctance to finish the documentation. But it’s finally here and comes with some … Continue reading
Posted in AWS, Cloud Computing, Java, JetS3t
3 Comments
XMLBuilder Version 0.3: XPath, Parsing and Maven Goodies
I have updated my small java-xmlbuilder project with some nice new features. First, here’s a reminder of what this project does: XML Builder is a utility that creates simple XML documents using relatively sparse Java code. It is intended to … Continue reading
Posted in Coding, Java
Leave a comment
JetS3t Update: 0.7.1
JetS3t (jet-set) version 0.7.1 is now available. This is the latest version of my open source Java S3 library and application suite. Visit the JetS3t web site to download the new version, run the updated online applications, or read the … Continue reading
Posted in AWS, Java, JetS3t
Leave a comment
Upgrading Eclipse: An exercise in frustration
I am keen to try out Amazon’s new AWS Toolkit for Eclipse which adds EC2 instance management and direct deployment into the Eclipse IDE. However, I have just wasted my afternoon trying to upgrade to a new version of Eclipse … Continue reading
Posted in Java, Other
Leave a comment
JetS3t Version 0.7.0 Released
The latest version of JetS3t (jet-set), my Java library for Amazon’s Simple Storage Service, is now publicly available. Visit the JetS3t web site to download version 0.7.0, to run the latest online applications, or to read the updated documentation. Version … Continue reading
XMLBuilder : Easily build XML documents in Java
I have long been irked by the difficulty of creating simple XML documents in Java code. While Java has excellent support for handling XML in general, if you just need to whip up a quick document — say, to interact … Continue reading
Posted in Coding, Java
3 Comments