• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

j2me, web protocol

 
Ranch Hand
Posts: 798
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
as you know, the hand-held device has a smaller screen than PC, so the web site just for j2me hand-held should be different from the regural web site we are using daily.

1. what is web protocol is for j2me hand-held ? we know WAP has WML .
2. any article will talk about how to build a web site just for j2me hand-held ?

Thanks
 
Ranch Hand
Posts: 290
Oracle Tomcat Server Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
J2ME is a whole plateform, which for you means it can communicate with existing protocols (e.g Http,Https, Socket..etc).

there is no specific or MUST requirments in your web site design to be J2ME compliant any website can be accessed with J2ME.
 
Ranch Hand
Posts: 1953
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by AhmadS Khan:
J2ME is a whole plateform, which for you means it can communicate with existing protocols (e.g Http,Https, Socket..etc).

there is no specific or MUST requirments in your web site design to be J2ME compliant any website can be accessed with J2ME.



Not necessarily. Some phone only accepts strict WML, some strict XML (xhtml), some even html.

It is device dependent.
[ November 21, 2004: Message edited by: Roseanne Zhang ]
 
Aryan Khan
Ranch Hand
Posts: 290
Oracle Tomcat Server Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Roseanne Zhang
Ur comments are a bit unclear to me, did u mean a J2ME phone cannot access all kind of websites, or just a phone(Not J2ME).

My understandin is that a J2ME phone can access any kind of a webpage.

ASK
 
I was her plaything! And so was this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic