Blog
All articles have been written by me - not AI. AI might have only been used to polish an already written article.
All articles have been written by me - not AI. AI might have only been used to polish an already written article.
Hi coding addicts :) Often, while coding we have to deal with some POJO objects that have dozens of fields in them.
Hi! Merry Christmas everyone :) Quite recently I've seen a nice presentation about Google Guava and we came to the conclusion in our project that it could be really interesting to …
Some interesting link: Very nice presentation about Google Guava , sources
Sorry for not having posted anything in some time but I had plenty of work. Anyway today I will continue the example with JMS that I've shown you some time ago.
I am happy to announce that I managed to find some time in order to create a repository for the code that I've been presenting here (at least for the most of it).
Hi! In one of my projects I was supposed to create a message router that like all routers was supposed to take the JMS messages from one topic and put it into another one.
The following post will show how in one of the projects that I took part in we used Spring's AOP to introduce some security related functionalities.
Next portion of interesting articles from dZone Understanding JVM internals How to analyze Java thread dumps Practicing Code, Java, and Databases 10 Things I Never Want to See a …
Hi! In one of my projects we had a very interesting situation in terms of testing.
In one of the projects we were supposed to implement an inheritance in the db. The project based on Spring and Hibernate so we could pick one of the three inheritance methods.