50+ Guicy Tips

Parleys shares “50+ Tips to Guice up your Java”-Talk from Crazy Bob, held at JavaPolis 2007.

Guicy JSR

this is awesome news. First of all, it is nice, that Spring and Guice find some common ground. More importantly, independence of any EEish API is absolutely necessary for this to become interesting.
Not that Guice needed a specification to back it up, but it is good to push it more into the mainstream.

Wicket 1.3.6 Release

Wicket 1.3.6 was released. The best news for me there is, that using Guice and persistent Sessions is probably going to work now (did not check yet.)

Fun on the Guice mailing list

i had to look twice reading this sentence on the google guice mailing list:
If you’re looking for a stable, future-proof build that’s suitable for
use in production, I recommend the recent snapshot.
pretty weird

Quartz fits

whenever you have any need for cron-like functionality within your java application, Quartz is the obvious chose for quite a long time now.
i did not need much of what quartz had to offer, so i [...]

Wicket, Guice and java.lang.reflect.Type

if there is anyone suffering from

[...]

Warp-persist

i recently wrote an article on Warp-persist , an excellent framework for integrating JPA with Guice. This article can be found here .

Wicket, Guice and persistent PageStore

I filed another guice related issue at Wicket’s Jira
https://issues.apache.org/jira/browse/WICKET-1403 [...]

Java Reflection

I just wrote a library that (de-)serializes command objects after transmitting over network. Before executing, i’d like to (re-)inject members annotated with Guices @Inject annotation. I did some Reflection before, but never felt the needed [...]

Guice AutoBind

Please note, that i released just another piece of free software: Guice-AutoBind.It is used to complement guices @ImplementedBy annotation in order to easily bulk-bind whole implementation packages.
[...]

Wicket LazyInitProxyFactory

i fell over a subtle bug in Wicket-IOC, that causes RuntimeException when Wicket-Guice is used together with Guice-bound-Interceptors while Injecting non-Interface Classes.
[...]

Guice & Wicket, a perfect match.

You know
Wicket [...]