Java articles
237 subscribers
245 links
Channel providing you with the Java and software development industry related content
Download Telegram
The new version of the HTTP protocol, HTTP/2 lets the server push content to the client before the client requests the particular content. In this great article our colleague Peter Verhas will focus mostly on the server push functionality in the Servlet 4 API and will provide very useful tips how to test it.
#java #http #middle
https://www.javacodegeeks.com/2018/07/http-2-server-push.html
Oracle JDK 8 will end its life in January, 2019, stopping the release of public updates, so you might consider moving and staying up-to-date with latest JDK versions containing awesome features and security fixes. Check this detailed article to get familiar with the necessary migration steps.
#java #java11 #middle
https://medium.com/criciumadev/its-time-migrating-to-java-11-5eb3868354f9
There are annotations everywhere in web or enterprise development, but how should they actually be defined? This article will get you through the basics of Java annotations, their restrictions, retention policies, and more.
#java #annotations #junior #middle
https://jaxenter.com/understand-annotations-java-148001.html
A CI/CD Pipeline implementation, or Continuous Integration/Continuous Deployment, is the backbone of the modern DevOps environment. In this article, you will see explained what a CI/CD pipeline is and how it works.
#CI_CD #devops #jenkins #middle
https://dzone.com/articles/learn-how-to-setup-a-cicd-pipeline-from-scratch