1. Introduction to Lambda Expressions in JavaIn this post, we feature a comprehensive Tutorial on …
Spring Boot integration in IntelliJ IDEA
If you’re developing with Spring Boot, IntelliJ IDEA does offer a lot of niceties to speed up development. Let’s browse through some of them.
Create and Deploy Simple Web Service and Web Service Client in Eclipse • Crunchify
Follow below simple steps to create and deploy simple Web Service and Web Service Client in Eclipse IDE. Step-1 Install Apache Tomcat and add it to
How well do you know your jOOQ trivia? – JAXenter
Our programming trivia series continues with jOOQ! This week, Lukas Eder helps us celebrate the easiest way to write SQL in Java.
How to use Jakarta EE with orchestrated containers
Learn how to connect external services and configure orchestrated applications in this tutorial by Sebastian Daschner, the author of Architecting Modern Java EE Applications.
Java Memory Management | Udemy
What Java professionals need to know about memory, garbage collection, tuning the VM, and avoiding memory leaks.
Java Magazine, Jan/Feb 2017
View the digital edition of Java Magazine: January/February 2017.
What’s New in Java 10? – DZone Java
In this post, we look at the newest additions to Java 10 and OpenJDK 10, including a closer look at the local variable type inference, data sharing, and more.
Eclipse tips and tricks | Udemy
Various tips and tricks when using Eclipse IDE. Speed up your Java development! – Free Course
gcpolicy:nogc
In Eclipse OpenJ9 release Version 0.9.0, a new gcpolicy:nogc is supported for Java 8 and above. The new gcpolicy:nogc is implemented based on the requirement of JDK Enhancement Proposal 318: Epsilo…
How to Build a Custom Mule Connector in Java – DZone Integration
This tutorial demonstrates how to build a custom mule connector in Java by using the ConnectorConfig and SampleDynamicsConnector classes for Entity Properties.
How we accelerate Java development | Rogue Wave
Rogue Wave Software transforms enterprise software development so teams can build better software, much faster than ever before. Our robust suite of Java solutions includes:
Java Testing Weekly 31 / 2018
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 Your Own Spring Test Context is an interesting blog post which describes how you can speed up your integration tests if you are writing tests for a Spring (or a Spring Boot) application. WireMock Tutorial: Request Matching, Part Four is the latest part of my WireMock tutorial, and it describes how you can specify expectations for the XML document that is received by your WireMock server. The Really Valuable Stuff Do we find bugs with automation is a thought-provoking blog post which argues that test automation doesn’t help us to find bugs. Modern testing principles is an excellent blog post which introduces seven testing principles that help you to finish your releases as soon as possible. It’s Time to Update Your Dependencies JUnit
Java Lambda Streams and Groovy Clauses Comparisons – DZone Java
This post takes a look at creating and implementing lambda streams in both Java and Groovy, determining that Groovy provides more terse code overall.