On one of our recent projects, our client asked for a single search field that would be able to sear…
Category: Articles
Get started with Servlet 4.0
Servlet 4.0 fully integrates HTTP/2’s server push technology, and also enables runtime discovery of a servlet’s mapping URL. With video demonstrations and code examples, this hands-on tutorial gets you started with HTTP/2 server push and the new HttpServletMapping interface in Java servlet and JSF applications.
Java Weekly, Issue 229 | Baeldung
This week, Spring Boot 2.0 and metrics, a deep insight into Gradle performance testing, and a cool write-up about problems related to running Java in Docker.
Download a File From an URL in Java | Baeldung
Explore the different ways of downloading a file in Java.
Apache Wicket Java 8 upgrade only partially supports lambdas
The open source Java web framework continues to subclasses for extensions, due to memory and performance issues
JEP 181, JEP 315, and JEP 333 Proposed to Target JDK 11
Three more Java Enhancement Proposals were proposed for targeting JDK 11 today. The three JEPs are JEP 181 [“http://openjdk.java.net/jeps/…
Java – Write to File – HowToDoInJava
When working on enterprise application, sometimes it is needed to write files in java e.g. writing reports in filesystem.. Though, there are multiple ways to do so, let’s quickly go through few of them for quick reference when it is needed.
Kafka Producer and Consumer Examples Using Java – DZone Big Data
A developer provides an in-depth tutorial on how to use both producers and consumers in the open source data framework, Kafka, while writing code in Java.
Introducing the Kafka-CDI Library – RHD Blog
See how the Kafka-CDI library can handle difficult setup tasks and make creating Kafka-powered event-driven applications for MicroProfile and Jakarta EE very easy.
Void methods as behavior black holes
This post could have been titled ‘Void methods considered harmful’, if ‘considered harmful’ essays w…
Java SWT Browser. Different output on screens with Ultra HD (4K) or higher resolutions
A private, secure home for your team’s questions and answers. This site uses cookies to deliver our services and to show you relev….
Java – Append to File – HowToDoInJava
Learn to append content to file in java using BufferedWritter, PrintWriter, FileOutputStream and Files class. In all the examples, while opening the file to write, you have pass a second argument as true which denotes that file is opened in append mode. Table of Contents Append to File using BufferedWritter Append to File using PrintWriter …
Enterprise Java in the Blogosphere — ADTmag
John points out some must-reads to help make sense of the mind-boggling enterprise Java space.
NightHacking @nighthacking
Dev Live in Tokyo with @delabassee and @jimgris on Jakarta EE
Top 5 Spring and Hibernate Training Courses for Java JEE Programmers
Spring and Hibernate are two of the hottest and most in-demand web frameworks in Java world and also two of the most essential skill for an…