Archive for November, 2008

Nov

4

Parsing XML Files With NanoXML

By thiagosales

The XML (eXtensible Markup Language) is a very flexible standard for describing tree-based data format. It is playing an important role due to its way of achieving interoperability among different applications by sharing structured data and being able to define new elements by its users.
In the J2ME platform, there are some APIs for parsing XML [...]

Nov

3

Introduction about Floggy Persistence Framework

By cayo

Floggy framework is a totally Brazilian persistence framework for J2ME platform, licensed by Apache License version 2.0, with a view to facilitating the persistence of objects for J2ME applications. The traditional RMS persists only array of bytes, making it difficult to implement for the persistence of more complex objects.
To persist an object through the framework [...]