• 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

SMS notification

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm a student and new to Web application development. I've got a problem. In fact I'm working on a project which requires to send SMS notifications to administrator/owner at each registration on the site.

I'm using JSP and Servlet for development. Also I've no idea how sms feature is added. Any help will be appreciated.
 
Ranch Hand
Posts: 2908
1
Spring Java Ubuntu
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to JR, Kumar.

Integrate your web app with some SMS gateway in India and start sending SMS over it.

Also, this section of fourm is JSP specific, better you choose forum carefully.

[Corrected OP name]
 
Kumar Barun
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Sagar Rohankar wrote:Welcome to JR, Jumar.

Integrate your web app with some SMS gateway in India and start sending SMS over it.

Also, this section of fourm is JSP specific, better you choose forum carefully.



Thanks a lot for the clue and thanks also for the advice.
 
Sagar Rohankar
Ranch Hand
Posts: 2908
1
Spring Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome Kumar
 
Ranch Hand
Posts: 77
Eclipse IDE Tomcat Server Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

I'm a student and new to Web application development. I've got a problem. In fact I'm working on a project which requires to send SMS notifications to administrator/owner at each registration on the site.

I'm using JSP and Servlet for development. Also I've no idea how sms feature is added. Any help will be appreciated.




Hi Kumar Barun,

You can even create your own sms notification system.. i have created one for my project... just use a template for message and call it in your java code...pretty easy and neat way of doing it....
 
reply
    Bookmark Topic Watch Topic
  • New Topic