End-to-End J2ME Application Development by Example


Posted

in


I found this article last night via the java.sun.com RSS feed:

Implementing an end-to-end J2ME application is no small feat, and the architecture and development of such a system can be quite complicated. This article uses Sun’s Java Blueprints showcase application, Java Smart Ticket, to show you how to design and implement a complex, end-to-end application based on MIDP and J2EE. We will discuss the design patterns, architecture, and implementation tricks used to create the application.