-
Core Java
The Serialization Proxy Pattern
In my last post, I talked about serialization in general. This one is much more focused and presents a single…
Read More » -
Software Development
How to define performance requirements?
“The app is slow, can you make sure it is fast.” The quote above should send shivers down the spine for any…
Read More » -
Career
7 Tips to Starting a Job Search
Do you have a resolution to find a new job this year? Check out these tips for a better, streamlined…
Read More » -
Core Java
Calling grandparent methods in Java: you can not
In the article Fine points of protection I detailed how “protected” extends the “package private” access. There I wrote: What…
Read More » -
Desktop Java
JFXPanel and FX Platform Thread pitfalls
The JFXPanel is a component to embed JavaFX content into (legacy ;-)) Swing applications. Basically it makes it very easy…
Read More » -
Enterprise Java
Required Reading: Iron Clad Java
They didn’t teach appsec in Comp Sci or in engineering or MIS or however you learned how to program. And…
Read More » -
Enterprise Java
EE JSP: The Reversed Jacket of Servlet
Generating HTML from Servlet is only practical if you have small amount of pages, or needed fine control of the…
Read More » -
Desktop Java
How to allow users to customize the UI
Idea Take advantage of the declarative design pattern of JavafX/FXML and allow users to customize a certain view without any…
Read More » -
Scala
Microservices Development with Scala, Spray, MongoDB, Docker and Ansible
This article tries to provide one possible approach to building microservices. We’ll use Scala as programming language. API will be…
Read More »