Run JSP -JSTL aplication over mobile device(CELL PHONE)
hi there,
I have created an application to make appoinments, this program is running pretty good, I have a new request from my customer they need to show this program in a CELL PHONE....
I'm wondering Can I run the same program over a CELL PHONE browser ? or Do I need to make a new version of this program to fit it to phone screen?
Thanks
[366 byte] By [
RIMA33a] at [2007-11-27 6:43:18]

# 2
> well I THINK you'll need to redevelop the application with J2ME.
Not at all, but you probably need to redesign the pages to make them readable on a small screen, and you need to take into account that the size of your page (in bytes!) needs to be as low as possible.
Removing:
- images
- fixed size elements
- ajax
are prime suspects for making a page ready to be viewed on a mobile phone.