joachimvanpraet
Active Participant
Member since ‎03-14-2005

User Statistics

  • 178 Posts
  • 10 Solutions
  • 20 Kudos given
  • 97 Kudos received

User Activity

We have deployed applications in multi-tenant mode to multiple customers. Now it is time to add new features. How will we deliver those features to our customers? For all customers at once? The first day to 25% of the customers, the second to 50...
Hi all, I was able to deploy a multitenancy application on cloud foundry.In a nodejs app I can show the current user and tenant ID.Next step is to share my destination service in my provider account to be able to read my destinations in my consumer...
Hi All, For a small business application we want to send e-mails from our nodejs application. In this blog post I will show you how you can use sap-cf-mailer based on nodemailer to send emails through an SMTP server defined in your destinations. ht...
Hi all, There are a lot of http clients available to consume HTTP service in Javascript. There are a lot of discussions on which one is the best, I love them all, but in the end you have to use only one. My personal favorite is axios. it's well doc...
Recently we started our first CAP nodejs project. Initially we used the SAP Web IDE, but we ran into the problem that we were not able to test our service with authentication quickly. We always had to deploy the service first, and that was taking a l...