On the last days i joined the JLibrary team to try to help a bit on the development of this excelent program. The project has the Goal of creating a JSR-170 compatible driver. Jlibrary uses the filesystem to store all corporate (or personal) documentation, it also tracks versions maden to the documents on the repository. The interface is build around …
Java Admin Users, a interafce to admin LDAP Users and GrRoups
On the last months i start the development of another program, Its codename is JAdminUsers. JAdminUsers is a Java program that uses SWT as a look and feel framework. Its main goal is administer and maintain LDAP users and groups on a distributed system.This days I am administering a large corporate where all users are maintained at hand . We …
Google, Perl, Java y otras lindezas
Los chicos de Google acaban de sacar el google desktop search, herramienta cojonuda donde las haya para indexar nuestro disco duro (mientras no hacemos nada) para luego poder buscar palabras en nuestros correos, mensajes de ICQ o archivos del disco duro. Vamos que es lo que estabamos esperando (al menos yo). Otra cosa interesante es el GMAIL, supongo que todo …
SVG extension to Mediawiki, more cool stuff
I develop another extremely simple (but cool) extension to mediawiki, it works like the Graphviz extension, and it uses Batik from Apache as an SVG to png render. The extension is about sharing UML graphs or Images on a developers team. With this you can use Your favorite UML modeller (Together, Argo, Omondo, …) and export the format to SVG, …
Mediawiki Extension to make graphs online
I recently created the Graphviz extension to mediawiki, its a simple extension written in php to let users and editor create graphs online with a simple language, the script uses graphviz available for free on graphviz site With this plugin you can do things like the ones listed on this site You can download the extension from Graphviz wickle CVS …
Attack the bugs with Bugzilla and a cool interface …
For a long time i am looking at a great interface to a bug tracker, the best bug tracker i know is bugzilla, but it have a terrible ugly interface, so i keep looking for another bug tracking systems, on this work i found a lot of systems : mantis bug tracker flyspray (the best interface of all) and a …
Wickle Projects and Docs Wiki Started
I recently discover the many uses and features of WIKIs and I started my own WIKI to maintain documentation on my own projects and to share ideas with other projects developers, so anibody can share and help my projects . The address is http://www.wickle.com/wikis
Apache Maven to substitute ant …
The new tool from Maven takes me a headeache and a few days of configuration and learning about it, but in the end i think its a valuable tool and will be simplify my java developments. You can view my new JDiary home generated enterely with maven at the same time that I generate the JNLP to distribute. What is …
Howto Maintain a large number of sites centralized with Jabber.
Page of the project The problem I find at my work was the next : The problem: When you maintain and update a large number of unix (or windows) machines you must review if all machines are UP, and in case of failure you must do something (well it depends on admin 😉 ), also you would like to review …