Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Java in General and the fly likes How to send sms from web? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "How to send sms from web?" Watch "How to send sms from web?" New topic
Author

How to send sms from web?

Prasanna Kulkarni
Greenhorn

Joined: Jan 07, 2004
Posts: 15
Hi all,
I want to write application for sending sms from web
Can I write it in j2se only
Plz Help ms...thanx in advance.
Sloan Bowman
Ranch Hand

Joined: Jan 21, 2003
Posts: 107
You can if you use a third party package from jakarta in the commons packages. Its called Net. Just use the SMTP part of it for the SMS. You can also use the java Mail API which you can download from java.sun.com. This package is technically J2EE but I would still consider it mostly J2SE work. Let me know if you have any questions. I've written several applications for the web just like this including portlets.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: How to send sms from web?
 
Similar Threads
Can I use javax.wireless.messaging in j2se
Sms web application
How to devide a task into several parts
About Wma Api
Using SMS for data push -- how to send an SMS message from the server