Introduction
Brand new Spring Boot 2.0 has just been released and TouKs couldn’t wait to try it in the production. One of the newly added Read more
Brand new Spring Boot 2.0 has just been released and TouKs couldn’t wait to try it in the production. One of the newly added Read more
Suppose you want write a jaxb class in groovy. Why? Because you do not have to write these all getters, setters and other methods. You Read more
From time to time I have a need to do some fixes in my json data. In a world of flat files I do this Read more
I wrote few hbm mappings for domain classes in my recent project, and I got exception like that:
org.hibernate.HibernateException: Unable to instantiate default tuplizer [org.hibernate.tuple.entity.PojoEntityTuplizer]Read more
There is a example working GitHub project which covers unit testing and request/response logging when using WsLite.
I’m a huge Read more
Using locale specific characters in schema or wsdl (i.e. for documentation purpose) is still quite problematic. Especially if you are using JAXB to generate wsdl2java Read more
In an ideal world all the standards fit well into their places. It is sufficient to use just one serious standard, because all the problems |
Have You ever wondered about Tomcat configuration in production environment, or just let “this things” to the admins, or even worse, don’t care at all Read more
In my previous article, I introduced a wrapper library for Saxon, xquery4j http://github.com/rafalrusin/xquery4j.
Here, I will explain how to use it to create an Read more