Sé que voy con un poco de retraso, pero más vale tarde que nunca. Sólo comentar que el pasado 27 de octubre participé en mesa redonda "Soluciones Web Avanzadas" dentro de la Libre Software World Conference, con una breve presentación sobre Port@l 3.0. Podéis encontrar la presentación aquí embebida y en el siguiente enlace.
Sunday, November 28, 2010
Wednesday, July 14, 2010
Permgen problems and Running Eclipse on Java 1.6 update 21
See this post. Reposted here for future reference.
Tuesday, July 6, 2010
New Home...
... for this blog (sort of) and my common Java libraries.
Some months ago I bought the domain derquinse.net and started a new incarnation of my common Java libraries, now called derquinse-commons, hosted on Google Code, and based on Google's guava-libraries.
But is hasn't been until recently that I have configured this blog to use the new domain, and performed the first releases (in plural, as the different subprojects are now released independently), which may be found in the Maven Repository (that, as of now, will not be synchronized with Central as there are dependencies that are not part of it). Right now, I've released:
Some months ago I bought the domain derquinse.net and started a new incarnation of my common Java libraries, now called derquinse-commons, hosted on Google Code, and based on Google's guava-libraries.
But is hasn't been until recently that I have configured this blog to use the new domain, and performed the first releases (in plural, as the different subprojects are now released independently), which may be found in the Maven Repository (that, as of now, will not be synchronized with Central as there are dependencies that are not part of it). Right now, I've released:
- derquinse-commons-base 1.0.0: Base libraries.
- derquinse-commons-orm 1.0.1: Base object/relational libraries.
- derquinse-commons-orm-hib3 1.0.1: Hibernate 3.5 implementation of the ORM module.
Besides some common POMs. The collections module will be next, with Hierarchy and friends.
Stay tuned.
Labels:
derquinse-commons,
en,
hibernate,
java,
orm
Thursday, May 6, 2010
El Androide Libre sortea un Nexus One
Pues lo dicho, el blog en español dedicado a Android El Androide Libre sortea un Nexus One. Podeis encontrar las bases en el siguiente post.
Saturday, April 17, 2010
Chirp 2010: Scaling Twitter
Check out this SlideShare Presentation. Really interesting.
Labels:
en
Monday, January 25, 2010
Trees in Relational Databases
The presentation below by Lorenzo Alberton is one of the best references I've seen on how to model a tree in a relational database:
It is perfectly known that relational databases are not the best repository for tree-like (or even graph-like) data structures, but there are many times that you have no other chance, so it's good to know your options.
It is perfectly known that relational databases are not the best repository for tree-like (or even graph-like) data structures, but there are many times that you have no other chance, so it's good to know your options.
Subscribe to:
Posts (Atom)