• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Java and SMS

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Ranch Rangers,

I am basically a web developer and J2EE, Struts, Hibernate and Springs are the only haunters in my life. I never had the J2ME nightmare. But now I intend to send SMS for my web applications but no nothing about it. I even don't have any idea weather 2EE and 2ME are inter operable. Can some body kindly say Good Morning to me, any web references any thing.

Thanks for having a look,
Ambikesh
 
Saloon Keeper
Posts: 27807
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Most poetic.

SMS is actually fairly easy as long as you have access to an email server. You simply have to know the SMS email address of the recipient. It's generally something like theirphonenumber@theirserviceprovider.com.

If you want to sent SMS direct from a midlet, I think there may be a JSR for this, but the email approach works great from any web server.
 
Ambikesh Khiriya
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well Tim,

Thanks for the replying and you know what? I <clicked>.
Least you have prompted hope in he!
just kidding.
Can you share some web resources or something that could help to begin with.

Thanks again
 
Tim Holloway
Saloon Keeper
Posts: 27807
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The article on "SMS Gateway" in the Wikipedia was very useful to me.
 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello ..
about sending SMS using j2me you can use the "javax.wireless.messaging.*" package in j2me polish,
and read about MessageConnection in j2me polish docs.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic