AspectJ
-
Android Core
Is AspectJ Still Useful for Android? Part 2
In the first part of this post, I showed some ways that AspectJ would be useful in android development when it comes…
Read More » -
Android Core
Is AspectJ Still Useful for Android? Part 1
For Java projects I sometimes use AspectJ for various tasks, but for Android projects I initially decided against using it.…
Read More » -
Android Core
Android Studio 3.0 – Initial Impressions of Tool Support
I have been using Android Studio 3.0 since since the alpha versions, and it is good to see it finally…
Read More » -
Enterprise Java
Spring Test Context Caching + AspectJ @Transactional + Ehcache pain
Are you using AspectJ @Transactionals and Spring? Do you have multiple SessionFactory’s maybe one for an embedded database for unit…
Read More » -
Enterprise Java
Java: Exception translation with AspectJ
Within this blog post I describe how you can use AspectJ to automatically translate one type of exception to another.…
Read More » -
Enterprise Java
Project Student: Simplifying Code With AOP
This is part of Project Student. Many people strongly believe that methods should fit within your editor window (say, 20…
Read More » -
Core Java
Integrate AspectJ with NetBeans Platform Development
Are you developing your project using the NetBeans Platform? Are you willing to use AspectJ to use AOP? You do…
Read More » -
Enterprise Java
Auditing a Spring MVC Webapp with AspectJ. Part 2
Now, this is the blog you want to read if you’re interested in creating a Spring MVC Webapp that uses…
Read More » -
Enterprise Java
Auditing a Spring MVC Webapp with AspectJ. Part 1
If you’re like me, then you’ll have those kinds of programming days where everything seems to go incredibly well. You…
Read More »