aspose file tools
The moose likes Java Micro Edition and the fly likes (J2ME) : To display HTML code in Midlet Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Mobile » Java Micro Edition
Reply Bookmark "(J2ME) : To display HTML code in Midlet" Watch "(J2ME) : To display HTML code in Midlet" New topic
Author

(J2ME) : To display HTML code in Midlet

Vikram Shirur
Ranch Hand

Joined: Jul 27, 2006
Posts: 33
Hi,

I have a midlet deployed on my blackberry,
This midlet talks to a servlet deployed on a server.

The servlet returns an html file.
Is there a way to display this html code in midlet (J2ME) ?

Currently the servlet returns a single line message and this is being displayed successfully as stringItem in the midlet.


Thanks,
VIkram Shirur
Sathya Srinivasan
Ranch Hand

Joined: Jan 29, 2002
Posts: 379
To my knowledge, there is no full HTML support in any of the TextField classes either in RIM API or in the J2ME API. The closest is the ActiveRichTextField in RIM API that provides some functionality.


Cheers, Sathya Srinivasan - SCJP 1.2, SCWCD 1.2, SCMAD 1.0
Co-Author of Whizlabs SCMAD Certification Exam Simulator and SCMAD Exam Guide Book
Vikram Shirur
Ranch Hand

Joined: Jul 27, 2006
Posts: 33
Thanks for the response....
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: (J2ME) : To display HTML code in Midlet
 
Similar Threads
Accessing a web application from a midlet
j2me "hello world"
Hello World MIDlet test
How to debug J2ME?
doubt regarding J2ME Polish.