28Jul/070
links for 2007-07-27
-
Nice tips for creating logos.
-
The Remouleur strikes back
-
Ruby gem to take snapshots of websites from Gecko.
-
One day they'll be in bed altogether
-
Capistrano 2.0 is out. Capistrano is a nice tool that nicely automates the whole deployment process of Rails applications. It is a bit hard in the beginning, but definitly worth it once you get it!
-
The Capistrano homepage.
27Jul/070
Does anyone know…
... a very stupid Java library (or framework if you like that) for handling the JavaEE web tier like that:
- controllers are servlets, with requests dispatched either by a Front Controller servlet or a filter
- views are JSPs
- URL patterns routing to the controllers
- no complicated XML configuration
- ... and that's it.
To put it in another way, what I am looking for is a deadly stupid way of implementing the web tier in a similar fashion as what you can do with Rails or Django (note: I am not looking for Grails or another full stack Rails clone).
I've been Googling a bit and could not find that. I've also scratched my head a bit but could not remember having ever seen that in the Java space.
Thanks in advance
18Jul/073
Off to Sydney
Hi everyone,
I'm leaving France tomorrow to stay a bit more than 3 weeks in Sydney, Australia, so don't be too surprised if the activity here is slow...
Have fun
10Jul/070
links for 2007-07-09
-
How to look for Jars in Groovy.
-
Tips for Grails (Groovy RoR clone). I personaly don't like Grails that much, but still worth the read.(tags: programming groovy)
-
A benchmark of what I consider to be the best full-blown opensource relationnal database server. (full bench at http://www.spec.org/jAppServer2004/results/res2007q3/jAppServer2004-20070606-00065.html).(tags: database postgresql)
-
The PetStore JavaEE sample applications using JBoss Seam / JSF, JPA (new-generation CMP EJB ) running on Glassfish.
-
A Python ORM developed by Canonical (Ubuntu).

