March 25, 2007

[J2ME] - Good Articles about J2ME Application Porting

Porting means to convert the original source code which is designed to run on a single platform to run on a different platform. For example, you have designed a game which is original for Sony Ericsson W8ooi, but you want your game run on Nokia 6280 too. You may need to change your source code in order to make it work. We call this porting.

Porting is a headache sometime, so we need some solutions to make the porting easiler and faster. Preprocessing is a way to do it. Here are two articles from www.devx.com which give you some tips to do the preprocessing.

Automate Your J2ME Application Porting with Preprocessing [Bruno Delb]
Use AOP to Help Get Mobile Content to Market Faster [Allen Lau]

No comments: