Hi, I am a newbie in app engine. Trying to create my first app engine project. I am finding it hard to create a module for an app engine. I am trying to create a thread which runs in background 24x7 for some background tasks in Java like, checking database changes to send out gcm messages and email updates. As this is not a web application I read it fits as a module (service) in the app engine environment. I am unable to find any sample / docs to get started with the (default) module/service for the first time.
I am using Eclipse with google plugin. However there isn't any option for creating an app engine module. Only a web app option is there. Any other software/IDE/plugins for creating a module/service?
Am I missing something? Guide me as I am creating it for the first time.
Any reference material/sample for getting started with the module/service (no front-end) on app engine?
Thank you,
Kirtan