我想SMS application
通过java web ie在jsp、servlet和sms应用程序所需的其他东西中进行开发。
我的要求是:在我的database(oracle)
两列即student_name and student_score
存在。如果有人想知道他的分数,那么他会发短信STUDENT hisname to a number (let's say 1234)
,然后在收到此短信后,我的 java 短信应用程序将通过从数据库中获取分数来发送他的分数。
我需要关于如何开发它的建议或想法?从哪里可以得到一个数字1234
?
用户将sms
:
STUDENT suresh to 1234
在我的数据库中,suresh 的分数是80
这样的user will get score 80 in his mobile