GS1 DataMatrix codes in Java
TLDR; GS1 Datamatrix codes can be tricky. Use OkapiBarcode for easy handling. Anyone who has had to deal with GS1 barcodes has most likely made an acquaintance with this document, or perhaps…
TLDR; GS1 Datamatrix codes can be tricky. Use OkapiBarcode for easy handling. Anyone who has had to deal with GS1 barcodes has most likely made an acquaintance with this document, or perhaps…
Android networking doesn't sound very radical nowadays. Actually, it's hard to find apps that don't have some sort of network dependency. Some of them won't even start without a stable network. Others…
This year we are three developers representing Jayway at Microsofts Build conference. This blog-post summarizes just some of the stuff we’ve seen on day two of the conference. Microsoft Cognitive…
Android and databases are powerful and really good to have but it is also not so fun working with. I'm going to show if not a funny way at least…
Gradle has the ability to check if a task is up to date and more importantly skip the task if it finds that the task input is unchanged compared to…
If you develop a Spring Boot application and are using Gradle, you have already used the Spring Boot Gradle plugin. It serves several different purposes such as packaging your project…
I have worked in a few app projects that have been up and running for quite some time. The apps often handle a bunch of error states or seldom visited…
Index This post is part of an series of posts about AspectJ and AOP. AspectJ – Dictionary The basics of AOP Defining pointcuts by pattern Defining pointcuts by annotations Using…
Index This post is part of an series of posts about AspectJ and AOP. AspectJ – Dictionary The basics of AOP Defining pointcuts by pattern Defining pointcuts by annotations Using…
Index This post is part of an series of posts about AspectJ and AOP. AspectJ – Dictionary The basics of AOP Defining pointcuts by pattern Defining pointcuts by annotations [this post]…
Index This post is part of an series of posts about AspectJ and AOP. AspectJ – Dictionary The basics of AOP Defining pointcuts by pattern [this post] Defining pointcuts by annotations…
Index This post is part of an series of posts about AspectJ and AOP. AspectJ – Dictionary The basics of AOP [this post] Defining pointcuts by pattern Defining pointcuts by annotations…
Index This post is part of an series of posts about AspectJ and AOP. AspectJ – Dictionary [this post] The basics of AOP Defining pointcuts by pattern Defining pointcuts by annotations…
I get a lot of questions from “newbies” on how to best approach app development. I think the best way is to keep it simple, so this is my approach…
Stateless architecture has become increasingly popular during resent years and for good reasons. However, stateful session based applications continue to play an important role, for example when issuing CSRF tokens…