English 中文(简体)
怎么能够用ms子打上我的网页?
原标题:How can i call my page using sms?
  • 时间:2010-11-17 10:10:31
  •  标签:
  • java
  • jsp
  • sms

I want to develop a web application in JSP ,in which a user can sent their id using their mobile number and after that they will get their data like total amount,balance etc. I am not getting how can i do this? If you can provide any api name and example that will be great for me.

增 编

最佳回答
  • You accept user phone no with some form persist it.
    • You map phone no with user account
    • Write a service which will send SMS to mobile no, after reading user data on timely basis.

这里,你可以检查如何从JAVA寄出ms。

问题回答

为了与全球机动电话(如移动电话)互动,你可使用。 由于SMSLib是一个 Java图书馆,你必须撰写某种背书。

农联使用《世界行动计划》议定书,自动将《世界投资行动计划》要求中包含的“国民收入指数”(电话号码)。 这可能是一个起点(针对客户向服务器提出执行《妇女行动计划》要求)。





相关问题
Spring Properties File

Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

Java Library Size

If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...

How to get the Array Class for a given Class in Java?

I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...

热门标签