Learning Weekly – 44/2020

These are all (most of) the conference talks, blog posts and articles I watched/read this week. This is mainly thought of as a reminder and summary for myself. Writing a short summary of each piece of content I consumed helps me keep them in mind and also makes me engage…

Continue Reading Learning Weekly – 44/2020

Testing with (large) collections of input data

  • Reading time:5 min(s) read
  • Post category:Java / Testing

I recently bought the Testing Spring Boot Applications Masterclass by Philip Riecks to improve my understanding and usage of SpringBootTest, JUnit5 and all the other testing libraries. Go ahead and check it out! One of the first topics that Philip covers in the course are the test annotations proved by…

Continue Reading Testing with (large) collections of input data

CDS’s new(ish?) generation method for schema.sql files

While I was doing research for an upcoming blog post about unit testing with CAP, I stumbled across a change in the generation of the schema.sql file by CDS. The story so far Until a couple of minutes ago, I thought that the schema.sql files generated by CDS looked something…

Continue Reading CDS’s new(ish?) generation method for schema.sql files

How to quickly build Java interfaces for your CAPM/CDS model

When working on a new feature in our SAP CAPM/CDS-based project, I often want to change a service definition or add a new database entity or view. CDS and CAPM let me do this easily and quickly. However, then I run a mvn clean install to build the Java interfaces…

Continue Reading How to quickly build Java interfaces for your CAPM/CDS model

Here we go

  • Reading time:1 min(s) read
  • Post category:General

Finally, the blog is up and running. At least sort of up and running. I guess I will figure out the design and theme along the way and just start posting things.

Continue Reading Here we go