I have a java server running with the spring framework. For now I have to develop a GCM service to send data from the server to an Android app.
I have been seeing some tutorial on Internet and all of them implements this service in a php script. I'm wondering if I can use them in my java server with spring.
I know I can rewrite the code to Java but I don't have so much time as it's a work for University, so I don't wanna waste much time rewriting all of this..
So I'd like to know if it is possible to add these php scripts and if so, how can I do it?