| Author |
Java & SMS
|
Anthony Castillon
Greenhorn
Joined: Nov 30, 2001
Posts: 18
|
|
I'm looking for a good resource to learn how to create SMS messages using Java. My search in the Net yields very little; some tutorials I found use Visual Basic. I'd appreciate it if anybody can help me on this. Anthony
|
 |
Atif Shah
Greenhorn
Joined: Jan 30, 2002
Posts: 27
|
|
i have developed one solutions using C# it is base on ATI commands. but i have looked on solutions on net utl is http://sourceforge.net/projects/kvanttisms i hope this might helps
|
 |
a sanjuan
Ranch Hand
Joined: Jun 12, 2002
Posts: 164
|
|
Sending A Wireless Text-Message With Java http://www.wirelessdevnet.com/channels/java/features/simplewire/
|
 |
Ta Ri Ki Sun
Ranch Hand
Joined: Mar 26, 2002
Posts: 442
|
|
will you be using a GCOM modem or SMPP ? the modem route is pretty simple but really slow, well as slow as a phone is. the SMPP route will also be simple cos there are many products that handle the complexity for you, try SMS-JDK. a few lines of code later you can send 100 messages per second, so its claimed
|
 |
Valentin Crettaz
Gold Digger
Sheriff
Joined: Aug 26, 2001
Posts: 7610
|
|
jSMSEngine also provides a solution to the problem at hand. http://www.imail.gr/jsmsengine/index.php
|
SCJP 5, SCJD, SCBCD, SCWCD, SCDJWS, IBM XML
[Blog] [Blogroll] [My Reviews] My Linked In
|
 |
Michael Yuan
author
Ranch Hand
Joined: Mar 07, 2002
Posts: 1427
|
|
|
If you can wait for the reference implementation to come out, JSR 120 "Wireless Messaging API" looks promising.
|
Seam Framework: http://www.amazon.com/exec/obidos/ASIN/0137129394/mobileenterpr-20/
Ringful: http://www.ringful.com/
|
 |
Jeremy Thornton
Ranch Hand
Joined: Feb 21, 2002
Posts: 91
|
|
Depending on the phone you want to send from there are also proprietary APIs available for J2ME apps. e.g. Siemens have an SMS.send(String phoneNumber, String message)method - or something like that. Nokia also provide a similar method.
|
 |
Andres Gonzalez
Ranch Hand
Joined: Nov 27, 2001
Posts: 1561
|
|
www.simplewire.com you can download a SDK to send sms messages using java.
|
I'm not going to be a Rock Star. I'm going to be a LEGEND! --Freddie Mercury
|
 |
Anthony Castillon
Greenhorn
Joined: Nov 30, 2001
Posts: 18
|
|
Folks, Thanx for the replies. I've been looking at the leads you've provided. Again, thanx! Anthony
|
 |
 |
|
|
subject: Java & SMS
|
|
|