jsp sends sms to mobile connected at COM port
hello all,
I have been using jsms api to send sms from a desktop application.
in this my java code listens to a com port fro sending and receiving sms.
I now have to develop a webapp in which my jsp code sends sms to selected user from database.
i dont know how will my webapp will listen to com port .
or rather i do not know how to proceed with this webapp.
Till now i have made a jsp page which selects users enters text to be sent and a submit button.
I am using weblogic server , jsms api for sending sms .
please help.
TIA
# 2
hi,I have used jsms api for my desktop applications.I can send and receive sms with it.but now I now need to use it for making a webapp,I am using weblogic server , jsms Has anyone tried this before?Is it possible ?
# 4
hi am getting this error...
wat i have to do?
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
org.apache.jasper.JasperException: Unable to compile class for JSP
An error occurred at line: 6 in the jsp file: /test1.jsp
Generated servlet error:
SmsService cannot be resolved to a type
An error occurred at line: 6 in the jsp file: /test1.jsp
Generated servlet error:
GsmSmsService cannot be resolved to a type
An error occurred at line: 6 in the jsp file: /test1.jsp
Generated servlet error:
SmsMessage cannot be resolved to a type
An error occurred at line: 6 in the jsp file: /test1.jsp
Generated servlet error:
SmsMessage cannot be resolved to a type
thankx
ravi