Spring Framework is a very important skill for Java developers, not only to get a Job as a Java developer but also for your career advancem…
Category: dummyCategory
New Java proposal: JEP draft explores Java syntax with hyphenated keywords – JAXenter
Discussion and JEP drafts move us forward towards the big release. One JEP draft suggests a new solution: Keyword Management for the Java language.
5 Free DevOps Courses to Learn Jenkins, Docker, and Kubernetes for Programmers
Hello guys, you might have heard about DevOps and all the attention it is getting now. The DevOps is a new phenomenon and there is a mad ra…
Differences between @RequestParam and @PathVariable annotations in Spring MVC?
The Spring MVC framework, one of the most popular frameworks for developing a web application in Java world also provides several useful an…
How to install Payara 5 with NGINX and Let’s Encrypt over Oracle Linux 7.x
The J*, a blog about Java, JVM, JavaScript and Gentoo Linux
5 Reasons Why You Should Consider Switching to Eclipse OpenJ9
Often when the Java Virtual Machine is discussed in a presentation or article, it is described in very monolithic terms, i.e. “the JVM”. This can give the mistaken impression that there…
Deliver software faster with Microservices | Udemy
Learn how to speed up software delivery using microservices architecture – Free Course
Top 10 REST API and RESTful Web Services Book for Java Web Developers
In recent years, REST has become the standard style for developing web services, also known as RESTful Web Services. These web services ta…
Building a Java Edge Detection Application
In this article, you’ll see the different type of filters and how to apply them to different images. Also, we’ll explore how the neural…
Java : Out Of Memory Error when my application runs for longer time
I have a java application where i take files very small file (1KB) but large number of small file like in a minute i.e i am getting 20000 files in a minute.I am taking file and uploading into S3 ….
How to Process YAML with Jackson | Baeldung
Learn how to use Jackson to read and write YAML files.
Java Testing Weekly 18 / 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 REST Assured Authentication is a practical blog post that helps you to write tests for secured REST APIs. To be more specific, this blog post describes how you can write tests which use basic authentication, digest authentication, form authentication, or OAuth (1.0a or 2.0). Transforming Recorded TestProject Tests Into Java Code describes how you can download a recorded TestProject test as Java code and explains when you should use this feature. The Really Valuable Stuff Test automation is not a project, it’s a process is an excellent blog post that explains why developers should be responsible for writing all automated tests. Why your test automation is ignored — and 5 steps to stand out is an excellent blog post that identifies 5 steps
NetBeans Java IDE becomes top-level Apache project
NetBeans, a popular Java IDE formerly supported by Sun Microsystems and later Oracle, has graduated from the Apache Software Foundation’s incubator to become a top-level project, where it will benefit from commitments from a bigger pool of contributors around the world.
Top 25 Java Date, Time and Calendar Interview Questions Answers
The Date and Time API is a very important one for day to day Java development work but many interviewers don’t ask enough questions on this…