November 29th in Articles, Mobile Development by Schalk .

Deploying Your Mobile App With Antenna

A while ago I discussed how to go about automating your mobile builds using the Antenna extensions to Ant. One item that I did not touch on was how to deploy your application once it is ready. In today’s post I will cover how to deploy your application to the actual mobile device. To follow along with this post you will have to have read the previous article to ensure your builds are set-up and you have the required properties …

November 3rd in Articles, Mobile Development by Schalk .

Automate Your Mobile Development Builds With Antenna

A month ago I started at a new position at a company doing some really interesting development for mobile phones using Java. I have been wanting to get into mobile development for a while now and have done some development for the iPhone, but nothing serious so, when this opportunity presented itself, I jumped at the chance.

The project I am currently working on is based on a proof of concept and as such is still in the very early stages. …

November 3rd in Articles by Schalk .

Merging PDF’s with PDFBox

Merging Portable Document Format documents using PDFBox couldn’t be simpler. The developer(s) of PDFBox has taken care of all of the hard work and encapsulated it in one class of their Application Programming Interface. All you need to do is use it.

The class I am referring to is the PDFMergerUtility class. This class provides everything you need to take multiple single or multi page PDFdocuments and merge them into one PDF document. Below I will go over the simple steps …