Here are one dev’s favorite features in Kotlin, like a focus on immutability and final by default method parameters, and thoughts on bringing them to Java.
Category: Home
Exact Matching of a String Containing a Wild Card in QueryDSL
On one of our recent projects, our client asked for a single search field that would be able to sear…
payara/cloud-connectors
Cloud-Connectors – JCA Connectors for Java EE7 that connect to Cloud Services
Eclipse JNoSQL: The Definitive Solution for Java and NoSQL Database
JNoSQL is a framework and collection of tools that make integration between Java applications and NoSQL quick and easy—for developers as well as vendors. The API is easy to implement, so NoSQL vendors can quickly implement, test, and become compliant by themselves. And with its low learning curve and just a minimal set of artifacts, Java developers can start coding by worrying not about the complexity of specific NoSQL databases but only their core aspects (such as graph or document properties). Built with functional programming in mind, it leverages all the features of Java 8.
Oracle plans to dump risky Java serialization
A “horrible mistake” from 1997, the Java object serialization capability for encoding objects has serious security issues
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.
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
Java’s String.format Can Be Statically Imported
JDK-8203630 [“Add instance method equivalents for String::format”] postulates that “t…