-
Enterprise Java
Hibernate Many To Many Tutorial
Introduction: In this tutorial, we’ll learn to define and use a many-to-many entity association using Hibernate @ManyToMany annotation. Context BuildUp: To follow…
Read More » -
Core Java
Using Spliterator In Java
Introduction: Iterators in Java are used to traverse elements of a given source. Spliterator in Java is one among the…
Read More » -
Enterprise Java
Top 5 NoSQL Database Programmers Should Learn in 2019
Though it’s not mandatory for a Java or Web developers to learn NoSQL database the world is moving in that…
Read More » -
Enterprise Java
Is Spring Reactive already obsolete? Inversion of Thread Coupling
Beyond Spring’s Dependency Injectiononly solving 1/5 of the Inversion of Control problem, Spring Reactive bases itself on the event loop.…
Read More » -
Core Java
How to Create QRCode Using QRGen in Java
In one of my previous articles, we saw how to create QRCode and its SVG equivalent using Zxing Java library.…
Read More » -
Software Development
Elegant READMEs
Some time ago I wrote a blog post An Open Code Base Is Not Yet an Open Source Project where…
Read More » -
Agile
Product Roles, Part 4: Product Orientation and the Role of Projects
Many people in the agile community promote a product orientation over a project orientation. That’s possible because an organization has…
Read More » -
Core Java
OpenJDK on GitHub
Project Skara was created “to … investigate alternative SCM and code review options for the JDK source code, including options…
Read More » -
Enterprise Java
Load Testing Web Apps Using Apache JMeter
Apache JMeter is an excellent tool for simulating user load on a web application in order to test performance. You…
Read More »