cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Polling Java app hosted on SCP

0 Likes
905

Hi,

we need to deploy java app on SAP Cloud Platform (SCP), which:

  • runs constantly 24/7
  • Queries HANA database in set time intervals (polling)
  • Send emails to recipients based on the result of the DB query
  • No front end UI

can someone advise how this can be done please? SCP supports deployment of Java EE web apps. But this is not a web app nor servlet as it doesn't have any front end UI.Any help much appreciated!Thanks!

View Entire Topic
Former Member
0 Likes

We have an application running like you mention.

But where exaclty do you have the problems? Which runtime container to choose?

0 Likes

Hi Christian,

yes, which container to choose? EJB sheduler? Is there any blog or tutorial for this sort of thing anywhere as I could not find anything relevant?

Thanks
Peter