-
Software Development
Pragmatic Thinking and Learning – how to think consciously about thinking and learning
Firstly, I think every programmer should read this book, even more, anyone whose career requires constant learning new things, skills…
Read More » -
Software Development
Developing a plugin for IntelliJ IDEA – some useful tips and links
When I started thinking about writing my first plugin for IntelliJ IDEA the biggest problem was lack of good and…
Read More » -
Enterprise Java
Parametrizing custom validator in JSF 2
Writing a custom validator in JSF 2 is not a complicated task. You implement Validator interface, add @FacesValidator annotation and…
Read More »