Quantcast
Channel: Finding craftsmanship
Browsing index pages (9 articles)

How to perform a release without deploy in maven

Often we would like to perform a release of a project but without deploying it to the maven repository. Below is the snippet using git and versions maven plugin to achieve that: mvn versions:set...

View Article


Guarding the state of POJO

Abstract This article describes our open source library for handling POJO states - Statemachine. It discovers new possibilities on handling states of objects using Java annotations. In a classic OOP...

View Article


Jiras linked issues finally got its meaning

Linking issues in Jira can provide lots of information for users. It can be used to tell about blockers, dependencies and other relations between issues. But when it comes to report such relations or...

View Article

Using Facebook API in Java

Facebook is now the most popular social networking website (with more than 400 million users). And contrary to sites like MySpace, it's population is constantly growing (rumours say that the next...

View Article

Troubleshooting real world applications

Aren’t you sometimes surprised that it seems that almost every other article is about yet another framework/library? There are some good articles out there that mention good programming techniques...

View Article


Performance tests as a contract - part 1

Differences in understanding performance requirements between You and Your customer can issue potential problems on the very end of a project. Customer wants his new application to be used by hundreds...

View Article

DDD, czyli dlaczego nie warto pisać kodu obiektAwego

Dowiedziałem się ostatnio, ku mojemu wielkiemu zdziwieniu, że programowanie obiektowe i java to buzzwords. Tak przynajmniej twierdzi polska wikipedia. Mianem buzzword określa się modne słowo, którego...

View Article

Successful performance tests

In this article, I will describe how to conduct successful performance tests in a web application. What does “successful” in this context mean? For me, successful tests are such tests, that allow you...

View Article


How to make a mapping between GUI for searching domain objects and...

In this post I will present a very handy solution for a problem of mapping one model (source-model) to another (destination-model). Creating a mapping between user search criteria to sql query...

View Article

Browsing index pages (9 articles)


Latest Images