Create a module for App Engine in Eclipse?

51 views
Skip to first unread message

Kirtan Thakkar

unread,
May 30, 2016, 4:04:57 PM5/30/16
to Google App Engine

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

Jim

unread,
May 31, 2016, 3:34:09 PM5/31/16
to Google App Engine
Kirtan,

If your app is going to be deployed on App Engine that it must be a web app.  There are other Google Cloud offerings that would allow you to provision a virtual machine where a true service could run.  On App Engine you could use cron jobs to run frequently and do your checking of database changes and sending of email updates.  The cron would fire URL requests which would be web calls but without any user interface.

Jim
Reply all
Reply to author
Forward
0 new messages