Jussi Hallila

Talk is cheap, show me the code

Polyblog

12 May 2016

Entity Inheritance and Spring Data JPA DAOs

Something I stumbled upon over my latest story that might be of use in the future. When we have the...

08 May 2016

Faster development workflow with your IDE

One neat thing about modern IDEs with a local server setup is the ability to hot swap your code changes...

01 May 2016

Fixing Internet Explorer for Your React ES6 Application

Polyfilling missing features from IE JS interpreter Sometimes we have the luxury to work with other than nicely working evergreen...

24 Apr 2016

Launching Multiple Actions From Your Redux Action Creator

At times we stumble upon the need to launch multiple actions at the same time from your Redux action creators....

17 Apr 2016

Making Your CI Server Build Frontend Resources

In Java world Maven or Cradle is often king and that makes often difficult to include other things into your...

11 Apr 2016

Java webapps and modern frontend - Querying The World With ORM

Reducing the load on your boundaries Like we know, ORMs are OK on some things but a big mistake on...

02 Apr 2016

Java webapps and modern frontend - Incorporating Tests To Your Frontend Build Process

Last week we went through the basics of introducing build process to your frontend resources. Now I believe it’s time...

28 Mar 2016

Java webapps and modern frontend - Introducing Build Process For Your Frontend Resources

Previously we took a look at how to structure our frontend application and noticed that a buildfile is one of...

21 Mar 2016

Java webapps and modern frontend - How Should We Structure Our Frontend Code In JVM Webapp

If we think about our Maven/Cradle driven JVM webapp we usually have a very strict structure when it comes to...

13 Mar 2016

Java webapps and modern frontend - Using Your First Dehydrated Data Dump

Jumping from rehydration to dynamic web app Previously we figured out how to inject some data from out Spring controllers...

06 Mar 2016

Java webapps and modern frontend - From JSP to Javascript dehydration

This is the second post on the series explaining a journey from fully server rendered web page towards modern frontend...

28 Feb 2016

Using Rules to Help Your JUnit Testcases

Everyone in the Java world is aware of writing tests and the importance of them. Most developers are also aware...

21 Feb 2016

Java webapps and modern frontend

Something I’ve been playing with in my head quite a bit has been the transition of moving from old Java...