Quantcast
Channel: Java – blog.
Browsing latest articles
Browse All 38 View Live

Defining pointcuts by annotations

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] Using annotations...

View Article


Using annotations element-value pairs in AspectJ

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

View Article


Configuring Maven to use standalone aspects

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

View Article

Testing hard to reach app states with a custom debug shell

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 states that are hard to test manually. Often I...

View Article

Reusing Spring Boot’s Dependency Management

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 to an executable...

View Article


Working Efficiently with Gradle Modules

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 the latest build. This feature results in significant...

View Article

Android – ORMLite

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 an easier way of working with SQLLite. I’m using ORMLite...

View Article

Impressions from Microsoft Build – day 2

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

View Article


Android Networking: How to Mock the Internet

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

View Article


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

View Article
Browsing latest articles
Browse All 38 View Live