GPRS Application using Java -
We have developed an application written in Java / J2EE which sends and receives SMS from the service provider and We are facing the problem that there is some delay in the message and the cost is high for it. Considering the above situation, we have planned to go to GPRS technology (which is cheaper and faster).
So please suggest a course of action which I can start with Java in GPRS-enabled system and post any sample application.
With GPRS you will need to run client applications in a mobile device. It means that many headaches for development, deployment and support. In addition, although it will be trivial to send messages to customers, however receiving will not be so direct you will have to implement some type of "push" service. One problem will be that the client application should always run.
In general, the SMS message with GPRS communication is not easy to change. You may have to change your system structure a lot.
Comments
Post a Comment