Posts
-
"But how do you work without a model?"
This is the question that I get most of the times, when I tell people how I design my code and that I hate the concept of getter/setter model POJO. more...
-
Jakarta EE 8: JsonCollectors And The OOP Alternative
A short overview of Jakarta EE 8's JsonCollectors and an OOP alternative for JavaEE 7 and below. more...
-
Let's Encrypt. Glassfish. AWS EC2.
A guide on how to manually create a Let's Encrypt SSL certificate and install it on the Glassfish JavaEE platform, hosted on AWS EC2. more...
-
Data Should Be Animated, Not Mapped
In practical OOP, it is impossible to get rid of DTOs. However, we can improve the way we work with data - instead of mapping it to stale, dead object, we should animate it with live, smart objects. more...
-
How Interfaces Are Refactoring Our Code
An example of why any object, in any application, should implement all its public methods from interfaces. more...
-
Selenium With Headless Chrome On Travis CI
How to run Selenium tests with Google Chrome Headless on Travis CI. more...
-
Yasson: Yet Another POJO Parser
Yasson is the reference implementation of JSON-B and, unfortunately, version 1.0 relies on POJOs' get/set design more...
-
Non flushable javax.json.JsonObjectBuilder
Working around flushable javax.json.JsonObjectBuilder more...
-
Meet Charles Michael Star Fork
A Github chatbot for indexing and searching gh-pages websites more...
-
Test Driven Rest
Using tests to make sure that your REST api is navigable more...