A practical overview of Java mapping frameworks and their performance.
Category: Articles
Exact Conversion of Long to Int in Java
With all the shiny things (lambda expressions, streams, Optional, the new Date/Time API, etc.) to di…
Java 10 – Local Variable Type Inference
In this article we will see a Java10 feature called Local Variable Type Inference proposed as part o…
Apache Wicket 8: Write less, achieve more with this Java framework – JAXenter
Wicket 8 has arrived. What’s new about this open source Java framework? Wicket 8 boasts full Java 8 support, Lambdas, and more!
How many lines of code did you write to sort a collection of objects before Java 8 ?
How many lines of code did you write to sort a collection of objects before Java 8 ? How many, you w…
Java Weekly, Issue 232 | Baeldung
Starting with DB-centric design, through the new JDK 9 and 10 Collection improvements and finishing up with how to store credentials correctly – good stuff overall.
Zuul 2 – Sample filter
Zuul 2 has finally been open sourced. I first heard of Zuul 2 during Spring One 2016 talk by Mikey C…
Ondrej & Steve Will Be Speaking at EclipseCon France
Ondrej & Steve Will Be Speaking at EclipseCon France 17 May 2018 Ondrej Mihalyi, Payara Support Engineer and Steve Millidge, Payar….
How Decisions Are Made: Jakarta EE and Eclipse MicroProfile – DZone Java
As the process of transforming Java EE into Jakarta EE continues, let’s look at the decision-making process and see how you can get involved!
Java EE 8 Security API | Baeldung
Learn how to use the Java 8 API to add security to a JEE application.
Streamlining the workflow for Java Mobile Enterprise Applications – Gluon
Creating first-class, robust, secure, flexible and beautiful mobile or embedded applications that integrate perfectly with enterprise and cloud functionality requires lots of different skills. The Gluon tools allows Java developers to participate and control the work flow that involves design, code, integration, deployment. With Gluon Scene Builder, designers or developers with graphical skills work on …
Anderson Software Group, Inc. | Expert Courseware for Professional Developers
Menu Paul Anderson and Gail Anderson have recently been accepted into the Oracle Developer Champion program. Oracle Developer Cham….
How to Filter Collections in Java 8 with Streams and Predicates
Java 8 provides excellent features to support filtering of elements in Java Collections. Prior to Java 8, only better way to filter element…
Java Quiz 19: Working With Boolean Variables – DZone Java
Check out the answer to our most recent quiz about multi-dimensional arrays and test your Java knowledge when it comes to working with boolean variables.
Peeking Inside Java Streams with Stream.peek
For a Java developer new to JDK 8-introduced pipelines and streams, the peek(Consumer) method provid…