News

Are you still stuck in the dark ages, configuring your Spring Boot apps with application.properties files? You really should start using an appliation.yml file. Here's just a few of the benefits ...
It came to our attention that the Java application blocker is prompting that self-assigned or untrusted applications have been blocked due to security settings.
Path traversal attacks against Java web applications can expose sensitive information and allow escalation to more dangerous attacks. This post provides an overview of Java path traversal and ...
While opening a media file in the Photos app, if you get These files have properties that can’t be read, so we couldn’t add them error, here is how you can get rid of the issue.
Given these two core sides of the application coin, can we ask what the real difference is between an application and a web application?
How do you deploy a JAR file to Tomcat? Typically you deploy WAR files, not JARs. But if you need to link to a JAR file from a Java web app on Apache Tomcat, here's how to do it.
In a Spring Boot sample project using a MySQL db as main data source and H2 as test data source, when launching the test using Java Test Runner extension the application properties file read by the ...
The Java Servlet API is part of the Java EE stack, providing URL mapping and request handling capabilities for Java web applications ...