Blog Archive for February 18, 2010

IUI for iPhone Web Development

February 18, 2010

There are various frameworks available for developing web applications that adopt the iphone look and feel. These can be made seamless, running from the iphone homepage by adding them as a bookmark.

Frameworks

Look and feel frameworks available for supporting web development on the iphone include:

JiBX Marshall to XML and back

February 18, 2010

The JiBX project is a very quick way of converting from XML to Java Objects and back.

Marshall Object to XML

Here's the code that will take an object, appropriately compiled with JiBX bindings, and convert it into XML in a String. This method assumes that it is on the …