Tag Archives: guice

Clustering Guice Java Web Applications

Considering the origin of Guice (it’s use in Google Adwords, one of the largest apps on the Internet), it’s fair to say it should support clustering / session replication. There’s not much in the way of documentation around that aspect … Continue reading

Posted in Java, Software Engineering | Tagged cluster, guice, Java, tips | Leave a comment

AOP, Annotation-based caching solution for Guice projects…

I just released a new version of the visural-common library (0.3.1) which includes support for a simple, flexible annotation based cache, for non-distributed projects. Why non-distributed projects? Unlike most other caching libraries I don’t offer integrations with ehcache or other … Continue reading

Posted in Java, Software Engineering | Tagged caching, Google, guice, Java, open-source, visural-common | Leave a comment

onmydoorstep.com.au – officially launched!

So as of tonight, onmydoorstep.com.au is officially launched! What does that mean? Basically I’m just telling anyone who’ll listen, about it. This site represents around 3 months work, in spare time and on weekends. It’s the reason my blog posts … Continue reading

Posted in Databases, Design, General, Java, Software Engineering | Tagged guice, Java, jpa, onmydoorstep, warp-persist, wicket | Leave a comment

Using Bottom-Up Iterative Object/Database Layer With hbm2java and warp-persist

This post sort of follows on from my last one – for the project I’m currently working on at work, we have a very large legacy database (1500+ tables) on top of which we are implementing a new business layer … Continue reading

Posted in Java, Software Engineering | Tagged ant, automation, guice, hibernate, Java, jpa, tips, warp-persist | Leave a comment