A Java geek
  • Me
  • Books
  • Speaking
  • Mentions
  • Focus
  • Newsletters

customization

A collection of 3 posts
Your own custom Spring Data repository
Java

Your own custom Spring Data repository

Frameworks promise to speed up one’s development pace provided one follows the mainstream path. The path may be more or less narrow. I’m a big fan of the Spring ecosystem because its design is extensible and customizable at different abstraction levels: thus, the path is as large as you need it to be. Functional Programming is becoming more and more popular. Spring provides a couple of DSLs for the Kotlin language.

Apr 11, 2021
Customizing Vaadin HTML template
JavaEE

Customizing Vaadin HTML template

This week, I had an interesting question on 'How in Vaadin do you add a lang attribute to the html element?' While it’s quite easy to customize individual components on the page, the outer html tag is outside our control. In this article, I’ll describe a possible solution to this problem.

Mar 20, 2016
Java

Customize your JAXB bindings

JAXB is a bridge between the Java and the XML worlds, enabling your code to transparently marshalls and unmarshalls your Java objects to and from XML. In order to do this, you should have a class representing your XML-Schema. This class is created by the xjc. In most cases, xjc creates a class that won’t suit your needs. In this article, we’ll see why it does so and what we can do to customize this behaviour.

Jun 17, 2009
A Java geek © 2008-2026
v. ec4b1c35402bbc8142355c5865f4267558c4035c/13885192065
Latest Posts