Results 1 to 5 of 5

Thread: Java API for sending SMS

  1. #1
    Join Date
    Apr 2010
    Posts
    84

    Java API for sending SMS

    We are working with a Management software for managing Hardware devices in SAN network. Now, any critical event notification comes up, we only facilitates Email notification to the end user. Do you have any idea about any API in Java or a method through which we can also provide an option for the end user so that method they can get an notification through the SMS on their cell phone.

    Thanks

  2. #2
    Join Date
    Apr 2008
    Posts
    2,277

    Re: Java API for sending SMS

    Because I think, you are just not discussing about J2ME and I have to say there is no SUN API for such within the J2SE or J2EE standards. However there are:

    1. Several SMS APIs ready from different vendors (perform a google search on java and sms and you will get the applicable result related)
    2. Email servers that make enables to send SMS as well and as a client that you can use the well known java mail API.

  3. #3
    Join Date
    Apr 2010
    Posts
    84

    Re: Java API for sending SMS

    Thank you very much such wonderful help and also for the quick reply and I will try to go with suggested options. I am still running with same confusion here and have question about the sending notification to separate Messenger For example : Yahoo message or MSN? Do you have any idea about the available API or we have to rely on some open source APIs provided ?

  4. #4
    Join Date
    Apr 2008
    Posts
    2,277

    Re: Java API for sending SMS

    There is no API available and provides with the Java OOB (j2se or j2ee) for this type of task . After all some of the public APIs posted by different users and expert. I got some other as sourceforge for communicating with MSN message or also from sourceforge for connecting through the yahoo messenger . However, since each one messenger contains and follow through it's own protocol (that is not actually public) you will be specific to the flexibility of your fixes. According to me, the emails and SMS are more then enough. I didn't got this type of functionality that anybody receiving notifications in the messenger installed .

  5. #5
    Join Date
    May 2008
    Posts
    2,389

    Re: Java API for sending SMS

    According to me, you need to go for the SMS gateway. It controls the network link failures and SMS service provider disabilities with the automatic reconnect property, backing up the routing and fail-safe load balancing. Message loop protection is also involved to ignore the threats caused by auto-responding the mobile messaging services

Similar Threads

  1. Sending SMS with a Java application
    By Bricklayer in forum Software Development
    Replies: 8
    Last Post: 13-08-2010, 10:20 AM
  2. Datagram sending in Java
    By samualres in forum Software Development
    Replies: 7
    Last Post: 08-07-2010, 11:55 PM
  3. Sending a POST Request in Java
    By Sheenas in forum Software Development
    Replies: 4
    Last Post: 26-02-2010, 10:52 PM
  4. Sending SOAP Request in java
    By samualres in forum Software Development
    Replies: 5
    Last Post: 09-02-2010, 06:55 PM
  5. Problem in sending mail - java program
    By ISAIAH in forum Software Development
    Replies: 5
    Last Post: 04-01-2010, 01:11 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,215,706.30387 seconds with 17 queries