This blog will guide you through the process of opening the web based database console for the H2 database.By default, all CAP applications persist their data to an in-memory relational database during development. For CAP Java the default developmen...
Update: I added a link to the track that I planned for tomorrow: https://www.komoot.com/tour/1626160496Beginning of June we'll have the conference triple in Rot. reCAP on 4th, UI5con on 5th and ABAPconf on 6th. As conferences usually involve a lot of...
This is a supplementary article to the recent blog by Daniel Schlachter. As CAP has 2 runtime stacks, namely CAP Java and CAP node.js, you might wonder how the described plugin mechanism looks like in CAP Java. To be honest, I have to correct Daniel ...
As CAP SFlight is a dual stack application (node.js and Java) it would be good to know whether you experienced the problem when running the CAP Java or CAP node.js stack.
In case you have attached the debugger correctly to the Maven process but your break point is not triggered it might be that the handler code has not been called. You can make sure by adding some debug logging to the handler code and see if the debug...