我正在使用 Google-GCM 服务将通知推送到移动设备并在 Java EE 中构建此应用程序。
我完全能够将通知推送到移动设备。并且从客户端(移动)我能够接收输入(字符串)。
Henceforth my conceptual question starts: When I'm receiving input from a mobile (let's say: "Hello, Server"), I'm trying to build an automated process on the server-side and in reply it will push a notification (let's say: "Hi client, I'm fine; How are you?") automatically.
我想在注册移动设备时自动推送通知。我该怎么做?