We are very proud to announce that the latest release of WebSphere Liberty 18.0.0.2 is Java EE 8 compatible — both Full Platform as well as Web Profile. As many of you know, we have been delivering preliminary versions of the Java EE 8 features in our monthly betas since late last year. And now, …
Category: Home
The Cloud Native Java Modernization Path Looks a Lot Like Reactive – DZone Java
We sat down with Lightbend’s CEO Mark Brewer to discuss Cloud Native Java Modernization and what lies ahead, including insight on the Reactive movement.
Truth first, or why you should mostly implement database first designs – JAXenter
You should implement a “database first” design in your application’s data models, rather than a “Java first” design, to prevent a long road of pain.
Java’s Magic Sauce – DZone Java
This post looks at the sun.misc.Unsafe package. While this package was hidden from the code library, it is essential to Java’s success for memory access and atomic operations.
Java Annotated Monthly – July 2018 | IntelliJ IDEA Blog
Try-With-Resource in Plain Java – basically, what does try-with-resources give us? Working with Embedded Java Databases & Intelli….
Bag — The Counter – Oracle Developers – Medium
I have often times encountered the necessity to count the number of objects. I have experienced the necessity to count in two flavors…
Java Certification Training Course
Develop web applications across platforms with Java Certification Course including DBC architecture, JUnit Framework, SOA. Enroll in Java Online Training Course, Now!
Top 30 OOP Concept Interview Questions Answers in Java – Object Oriented Programming
Java is an object-oriented programming language and you will see a lot of object oriented programming concept questions on Java interviews…
New Java Champions: Holly Cummins, Aleksey Shipilev, and David Heffelfinger
This blog is the source for news about major Java announcements and the Java community.
17 Popular Java Frameworks: Pros, Cons, and More (Part 2) – DZone Java
This post is the second installment of the top Java frameworks in alphabetical order, including the pros, cons, and uses for each of the most popular frameworks.
Fixing the if smell
From time to time we might end up with some huge if statements in our codebase. Those statements hav…
Apache Camel URI Completion with Java DSL – RHD Blog
Apache Camel URI completion for Java DSL is now available in Visual Studio Code and Eclipse Desktop. This article shows it in action in these two IDEs.
Pluralsight Java courses
Sander is a Fellow at Luminis in The Netherlands, where he crafts modular and scalable software, most often on the JVM, but with a touch of TypeScript when needed. He also is a Java Champion and author of the O’Reilly book ‘Java 9 Modularity’ (see javamodularity.com). As an avid conference speaker, Sander loves sharing knowledge, also through his blog at http://branchandbound.net and as Pluralsight instructor.
Spring State Machine: what is it and do you need it?
State machine is a model of computation based on the finite states, as Wikipedia very obligingly say…