Browser Based vs J2ME applications

Hi,

We are planning to provide a mobile phone application to our users. But still we are undecided on wether to provide our application as an web based application where mobile phone users can view through web browser or to provide the application as an J2ME application.

What are the pros and cons of providing the application as a j2ME and web based methods.

Thanking You,

Chamal.

[413 byte] By [chamalsla] at [2007-11-27 5:19:20]
# 1
depends on what you wanna do with your app!if you wanna use specifics JSR from J2ME, use it, otherwise, use a web based app
suparenoa at 2007-7-12 10:42:40 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
Depend also on browser device capabilities
PeppeMEa at 2007-7-12 10:42:40 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3
ot depends also on the connection capabilities of your devices. If the app doesnt need a server then do it as j2me stand alone. Using a server for browser means that you want to have a server for the apps.
MelGohana at 2007-7-12 10:42:40 > top of Java-index,Java Mobility Forums,Java ME Technologies...