Quantcast
Channel: Rafał Nowak
Browsing all 9 articles
Browse latest View live

System.out.println("Hello world!")

Welcome to my blog!Yes, it's going to be tech-blog about programming and so on.Yes, it's going to focus on Java.But does it mean that it will be boring? I don't think so ;)I'm going to write mostly...

View Article



Spock, Java and Maven

Few months ago I've came across Groovy - powerful language for JVM platform which combines the power of Java with abilities typical for scripting languages (dynamic typing, metaprogramming).Together...

View Article

Unable to instantiate default tuplizer

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...

View Article

Integration tests with Maven and JUnit

There is no doubt that integration tests phase is crucial in modern applications development. We need to test behaviour of our subsystems and how they interact with other modules.Using JUnit and Maven...

View Article

Spock basics

Spock (homepage) is like its authors say 'testing and specification framework'. Spock combines very elegant and natural syntax with the powerful capabilities. And what is most important it is easy to...

View Article


Grails with Spock unit test + IntelliJ IDEA = No thread-bound request found

During my work with Grails project using Spock test in IntelliJ IDEA I've encountered this error:It occurred when I tried to debug one of test from IDEA level. What is interesting, this error does not...

View Article

Log4j and MDC in Grails

Log4j provides very useful feature: MDC - mapped diagnostic context. It can be used to store data in context of current thread. It may sound scary a bit but idea is simple.My post is based on post...

View Article

Spring Boot and AngularJS quick start

In this post I am going to show very simple and quick example of web application using SpringBoot with AngularJS. This app contains simple functionality of sending and storing imaginary messages. I've...

View Article


Image may be NSFW.
Clik here to view.

Getting started with Haskell, stack and spacemacs

It has been very long time since my last blog post. During this period I have become big enthusiast of functional programming, especially using Haskell language. In this and next posts I am going to...

View Article

Browsing all 9 articles
Browse latest View live




Latest Images