WMA Question

Hello,

I want to make an application which uses JSP for local data storage in mysql tables.

Then I want to use WMA for sending SMS to selected numbers stored in the database based on certain conditions.

Could this be done through WMA and JSP.Can these both be integrated with each other ?

Any guidance or documental reference on this will be higlhly appreciated.

thanks,

savdeep.

[422 byte] By [svasu60a] at [2007-10-3 4:50:43]
# 1
possible.but you wanna use your phone as a sms server?
suparenoa at 2007-7-14 22:55:21 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
yes i will use a mobile phone or GSM Modem for this purpose.Any documentation or code reference on how this could be done will be highly appreciable.Looking forward to hear more on this.........thanks,savdeep.
svasu60a at 2007-7-14 22:55:21 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3

it will be better to use an smsserver like nowsms

http://www.nowsms.com/downloads/smsmmsgateway.htm

but if you want use a mobile phone, you just need to have a java server for the jsp. you connect your midlet to your jsp and get the response (the numbers will be in the response!) . parse the response and send sms until the end of the numbers ...

suparenoa at 2007-7-14 22:55:21 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 4

thanks for ur response supareno

I will be using Tomcat for JSP and mysql on Win OS.

Can u please explain this point of urs :

you connect your midlet to your jsp and get the response (the numbers will be in the response!)

parse the response and send sms until the end of the numbers .....

I believe all the condition checking on which number to send SMS and which not will happen in JSP part.

WMA will only be used to send SMS....

JSP will interact with WMA module when there is need to send SMS.

Please suggest m i right on this ?

Looking forward to hear more from u.

thanks again for ur help

savdeep

svasu60a at 2007-7-14 22:55:21 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 5
Can we use AT Commands in Java Comm. with JSP for such type of application listed above ?
svasu60a at 2007-7-14 22:55:21 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 6
Please inform which tools in Java I should download and install to develop the above kind of application.savdeep.
svasu60a at 2007-7-14 22:55:21 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 7
More suggestions on the above application will be highly appreciated.thanks,savdeep.
svasu60a at 2007-7-14 22:55:21 > top of Java-index,Java Mobility Forums,Java ME Technologies...