Having employees constantly connected to one's enterprise is vital to many
companies. This is one of the reasons Research in Motion's BlackBerry has
mustered a massive following (over three million users at the time of this
article's writing) in recent years. BlackBerry addiction has become pandemic.
In this article, you'll learn how to build, test, and deploy applications to
Blackberry devices using WebSphere Studio Developer.
WebSphere Studio Device Developer (hereafter called Device Developer)
provides you with an integrated development environment (IDE) in which you
can build, test, and deploy J2ME applications.
For learning purposes, the sample MIDlet application you'll create following
the steps in this article is pretty simple: it takes input text from a user,
tr... (more)