umm... just to add, http from cell phones via midp would require the phone to 
support GPRS (assuming you're on a GSM network) and whatever subscription fee 
that entails.  

If you're using wap, then you can have a wml page submit to your servlet url , 
after your servlet dumps the request to the JMS queue, you can have it spewing 
wml tags via its output stream so the wap browser can display it.

If youre gonna go SMS then the approach will very different.  Your server end 
will have to either connect to the telco (each telco has their own protocol 
from where i'm at) or for simple low throughput apps you can purchase a serial 
port GSM modem and slot in your sim card, connect it to your server , then use 
Java Comm to read incoming SMS messages (GSM modems recognizes AT command sets) 
and process them as you wish.



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868160#3868160

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3868160


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to