• 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

How ro get started on mobile computing

 
Ranch Hand
Posts: 91
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi....am new to mobile computing. i wd like to start making a simple app whihc wd send an SMS to a GSM cell phone from my web page.
how can i do it???
i know java and vb...
 
Ranch Hand
Posts: 36
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Mansoor,
I also had similar question but didn't find any clue from here i hope u get one and then we both can be able proceed. javaranch seems to be slow in this section i think.
 
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Not really slow, but this is not really related to J2ME, more JSP and Servlets!
Usually, the web host would have a service agreement with a mobile phone network service provider to allow them to use their SMS gateway. The web host would most probably have written server side coding (Servlet/CGI) to extract the data(target number and message) from the fields on the page using a doPost()method. This data will be sent to the Service Provider in the form of an email. It is the service provider who will then take this data and execute the sending of the SMS.
MarkH
- how do I move this topic to the JSP and Servlets area?
Niz
 
There's a city wid manhunt for 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