Learn how to install and use this plugin for Cordova, which will allow you to generate reports in PDF format without complicating things with a server-side API.
This post explores all the options available to test your iOS app's network layer in Swift, as well as network stubbing libraries to use with the XCTest framework.
Let's use Spring' petclinic project to dive into parallel testing for thread safety. See the ins and outs of testing and analysis as well as pitfalls to avoid.
Learn how to propagate a JMS transaction over multiple threads, adding benefits like optimizing the usage of IO threads which initially poll a message for a JMS queue.
What options does Cassandra provide for operating multi-tenant clusters? Do you have your services prepared to do the work properly? Read on to find out.
When an in-memory database calls, be ready. Here, learn how to set up H2 within your Spring Boot projects with some help from Spring Initializr and Spring JDBC.
Learn how to test your APIs with Spock, a comprehensive testing framework that uses Java and Groovy, leveraging the benefits of several existing Java frameworks.
In this post, we take a look at how you can reuse a header and footer across all Thymeleaf templates with some help from Spring Boot's auto-configuraiton.
Learn how to build a secure SPA using Spring Boot and OAuth while using a Spring Boot starter to get additional support for validation and authority mapping.