Java system sending message to mobile

-1
Personally, I'm developing a Java web application with Eclipse Maven for use in a small office, system running in the cloud, and access by office computers. I was asked at the end of a launch, that a given user receive a sms in his cell registered by the system, with information regarding the activity performed by the system. It would be something like when we received sms from the bank agency informing, every move of the account. Thanks if anyone can help me. Thank you.

    
asked by anonymous 14.10.2016 / 08:46

1 answer

0

Dear Silvano, your doubt is not specified, what do you want to do? Want tips on where to start, how to do? How far do you know? This way we can help you better.

There are a few ways to do this:

1) Calling a web service / API (easier way)

  • Search for sms gateway or sms api (There are companies specialized in this type of service in Brazil, unfortunately I only know the companies of Spain that is where I live, in case you need help to search comments below I'll help you.) I've seen a lot of options in php, javascript, and other languages, and adapting to java would be no problem because it's usually called http.

2) Creating a server connected to a mobile phone, as you said it was in the cloud would be impractical.

Like this:

If your sms needs to have legal validity, which is now very high, you could try to hire Certising where you use the services of the company where Lleida.net works to send sms and certified emails .

    
14.10.2016 / 12:20