NetBeans Forums

 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
  

how to develop sms sending web application in netbeans ?

 
Post new topic   Reply to topic    NetBeans Forums -> Java EE Users
View previous topic :: View next topic  
Author Message
gudi



Joined: 02 Sep 2011
Posts: 1
Location: INDIA

PostPosted: Fri Sep 02, 2011 3:50 pm    Post subject: how to develop sms sending web application in netbeans ? Reply with 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
Rick
Posted via mailing list.





PostPosted: Sat Sep 03, 2011 4:09 pm    Post subject: Re: how to develop sms sending web application in netbeans ? Reply with quote

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

PostPosted: Wed Oct 26, 2011 11:04 pm    Post subject: Re: how to develop sms sending web application in netbeans ? Reply with quote

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
Display posts from previous:   
Post new topic   Reply to topic    NetBeans Forums -> Java EE Users All times are GMT
Page 1 of 1

 
Jump to:  
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


Powered by phpBB
By use of this website, you agree to the NetBeans Policies and Terms of Use. © 2012, Oracle Corporation and/or its affiliates. Sponsored by Oracle logo