how to send sms from jsp

how to send sms from jsp
[31 byte] By [koti_423a] at [2007-11-26 23:48:58]
# 1

First of all, you need to have the gsm modem or access to any Telco sms gateway.

If you don have any access to the Telco sms gateway, try to download the SMSLib-Java-v2.1.2 java library from the http://sourceforge.net/project/showfiles.php?group_id=164313.

Edit the example in the download file and include the example in your JSP file to send the sms using GSM modem.

ccwoon80a at 2007-7-11 15:25:04 > top of Java-index,Java Essentials,New To Java...
# 2
Second, learn something about application design. A JSP has no frigging business to do something like sending an SMS. Extremely put, every line of scriptled code in a JSP marks a design mistake.
CeciNEstPasUnProgrammeura at 2007-7-11 15:25:04 > top of Java-index,Java Essentials,New To Java...