NetBeans Forums
| View previous topic :: View next topic |
| Author |
Message |
gudi
Joined: 02 Sep 2011 Posts: 1 Location: INDIA
|
Posted: Fri Sep 02, 2011 3:50 pm Post subject: how to develop sms sending web application in netbeans ? |
|
|
HI friends i try to make a sms sending web application in netbeans.
i want to know which project type(like java ee,java web) i have to select for
it. |
|
| Back to top |
|
 |
Rick Posted via mailing list.
|
Posted: Sat Sep 03, 2011 4:09 pm Post subject: Re: how to develop sms sending web application in netbeans ? |
|
|
Most phone companies have an e-mail interface to SMS. It usually
consists of the number @att.net or something similar.
You need to find the interface for their mobile company and their number
then use JavaMail to send the message, keeping it under the number of
characters limit.
R
On 9/2/2011 11:50 AM, gudi wrote:
| Quote: | HI friends i try to make a sms sending web application in netbeans.
i want to know which project type(like java ee,java web) i have to select for
it.
|
|
|
| Back to top |
|
 |
sibob
Joined: 26 Oct 2011 Posts: 1 Location: San Francisco
|
Posted: Wed Oct 26, 2011 11:04 pm Post subject: Re: how to develop sms sending web application in netbeans ? |
|
|
The problem with the email SMS interfaces is you have to know who the carrier is of the mobile number in order to construct the email address and get it to work, and the reliability if this approach is questionable as the carriers do not endorse this.
StrikeIron provides an SMS API (SOAP or REST) that supports 500+ carriers in over 250 countries, and all you have to do is supply the mobile number and message as parameters in order to invoke the service, the carrier does not need to be known, and the sms alert or notification is delivered.
More info here: http://www.strikeiron.com/Catalog/ProductDetail.aspx?pv=4.0.0&pn=SMS%20Alerts%20and%20Notifications
It is easy to use with NetBeans (some other StrikeIron services are included as part of the IDE) - just a line of code or two. However, it is a commercial service. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|