Archive for July, 2005

AOP goodies

Wednesday, July 27th, 2005

While reading a JavaOne presentation on apt — the Annotation Processing Tool [en], I discovered some AOP projects I had never heard of before.
The first one, rapt [en], is used in order to define mixins using Java5 annotations. This is grammatically speaking a little bit weird, but a nice usage of apt I guess. The presentation is […]

IntelliJ and file encodings

Wednesday, July 20th, 2005

I was having problems with file encodings between Windows and Mac computers. Basically, I had a CSV file having accents rendered properly on the Windows computer, but not working with the Mac one.
So I decided to install the ShowEncoding plugin [en] (written by Guillaume LAFORGE) for IntelliJ IDEA [en] in order to figure out a bit more […]

Some few Hibernate interesting posts…

Wednesday, July 20th, 2005

Those last days I have found a few articles that might be useful for some of you (anyway, I want to keep track of these hacks for myself).
So here it is:

a Hibernate Log4j Appender [en]

and Interface-mappings for AOP persistence (you might wonder why I’m interested in this one, so have a look at the AspectWerkz-AWARE [en] project)