Category: Home
Java Testing Weekly 23 / 2019
There are many software development blogs out there, but many of them don’t publish testing articles on a regular basis. Also, I have noticed that some software developers don’t read blogs written by software testers. That is a shame because I think that we can learn a lot from them. That is why I decided to create a newsletter that shares the best testing articles which I found during the last week. Let’s get started. Technical Stuff Consumer-Driven Contracts with Spring Cloud Contract helps you to write your first consumer-driven contracts with Spring Cloud contract. Data-driven or Parameterized Testing With Spock Framework is a practical blog post that describes how you can write your first parameterized tests with Spock Framework. Also, if you want to learn how to get started with Spock Framework, you should take a look at my free mini course. Running TestProject Tests on a Local Development Environment is the latest part of my TestProject tutorial, and it describes how you can run TestProject tests and actions by using your IDE. The Really Valuable Stuff Be a pirate tester is a thought-provoking blog post that gives you four tips that help you to be a more successful
Will an Error Be Caught by Catch Block in Java? | Baeldung
A quick and practical introduction to Java Errors.
#HOWTO: CRUD application with Spring Boot 2.2, Java 11 and H2
Today I want to share with you my first YouTube series about CRUD application with Spring Boot 2.2, Java 11 and H2. This series contains three YouTube videos and will use the latest Spring Boot version, Java 11 and H2 as an embedded database. You’ll learn how to effectively write and test CRUD (Create, Read,…
Apache Storm v2.0: Porting from Clojure to pure Java & more
The latest major release from Apache Storm introduces some new changes and improvements. Apache Storm v2.0.0 rearchitects from Clojure to pure Java.
Top 20 Spring REST Interview Questions Answers for Java/JEE Programmers
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
5 Examples of Enhanced for loop in Java
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
The Ultimate Spring Framework 5 Course (Beginner to Expert)
Spring Framework 5: Learn Spring Framework 5, Spring Boot 2, Spring MVC, Spring Data JPA, Spring Data MongoDB, Hibernate
sormuras/modules
Java modules published at Maven Central. Contribute to sormuras/modules development by creating an account on GitHub.
High-Performance Java Persistence: Vlad Mihalcea: 9789730228236: Amazon.com: Books
November 4, 2017 Format: Paperback In Java world, JPA/Hibernate is the most popular and widely used framework. When it comes to ov….
How to Crack Java Programming Interviews in 2019? Topics, Courses, Books, and Questions
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
Java switch Statements
The Java switch statement provides a handy way to select a specific action based on the value of a given variable. From Java 12 the switch statement can even be used as an expression meaning it can return a value instead of only being able to perform an action.
Pivotal Throws Its Weight Behind OpenJDK with Spring Runtime – The New Stack
Pivotal has been acting as a steward of the Spring Framework for Java for more than 15 years now, but, in the light of recent changes in the Java licensing model by Oracle, the company has decided to further invest itself in the open source future of Java with its Pivotal Spring Runtime.The Spring Runtime includes Pivotal’s OpenJDK distribution, which covers ongoing support, plus regular security and performance updates, as well as commercial support for the most popular Spring projects — Spring Framework, Spring Boot, Spring Cloud, Spring Cloud Dataflow, among others — and support for Apache Tomcat (and its own Pivotal tc Server).
OK, Java is still free but which version do I use and recommend to my clients?
Yet another article on how to select the right version of Java.