As for "JSP" -- you did post this in the JSP forum -- you wouldn't use a JSP to send an SMS. The purpose of a JSP is to generate content which will be displayed in a browser, i.e. to generate the view component of the application. Sending SMS messages is a function of the model, or more likely the controller component.
Pradeep Somani
Greenhorn
Joined: Nov 08, 2010
Posts: 1
posted
0
karamjeet singh wrote:sorry for that its an web application for sending messages to clients on their mobiles
i am making web application for the bank to send an alert for each transaction they make to bank
and i have no idea for that
how can i make that
please help me
thanks
To Send SMS from website you need to have a SMS API from bulk sms providers.
You will get short code for the same.
You can then by using sms api and jsp coding send an sms from your website.