Archive for the ‘Blogroll’ Category

New UI technologies: Hang on for the next revolution

Thursday, January 13th, 2005

Gordon Moore (the man behind Moore's Law) said, "You never leave a recession on the same technology that you entered it". It looks like this is happening with software as well.
Like a lot of people in this industry, I've been following the new changes in UI development with respect to search and "task-based' computing, looking at Apple's new Dashboard idea (which reminds me of good ole' Sidekick on DOS), and thinking about the fact that everyone is doing search technologies these days (Google Desktop, Microsoft Desktop Search and Spotlight). I have also enjoyed RSS for quite a while now (mostly reading it, but also producing some), and XUL and its friends are able to provide a richer UI experience inside HTML real estate, sans plugins. All the pieces are there for an entirely new way of computing, where most tasks can be started by just typing a word about what you want and get all kinds of options of tasks to do with such a word, from editing documents to looking up on the web, buying related things or finding articles. Incidentally, looking at Martin Fowler's Semantic Diff idea makes me think that automated version control and RSS may eventually make it into filesystems, so that software handlers for different file types can feed the search database semantic diff deltas when a file is overwritten, effectively allowing you to search for refactorings or RSS subscribe to specific types of content changes on your computer.

It certainly is an exciting time.
.

Python 2.3.3 Released

Monday, December 22nd, 2003

Python 2.3.3 has been released. This is a bugfix-only release..

IBM DeveloperWorks (XML) Reuse it or lose it

Wednesday, July 9th, 2003

This 3-part "Benefits of Reuse" article on IBM developerWorks outlines some good strategies for reusing XML for your data across your organization.
Part 1 gives an overview,
Part 2 explains how to make your own data dictionary and
Part 3 illustrates serialization, XSL components and web services..

Nuke con EJB: Nukes on JBoss

Wednesday, July 9th, 2003

Nukes on JBoss es una conversion de PostNuke a Java y EJBs. Apenas están comenzando, pero ya hay un Artículo de O'Reily sobre sus experiencias en el proyecto.
(more...)

Sitio ahora en PostNuke

Tuesday, July 8th, 2003

He migrado el sitio a PostNuke. Tiene mejor internacionalización, y se siente más estable. Por favor notifíquenme si hay algo que no funciona o hace falta.

Entre las cosas que puedes hacer ahora se encuentran las siguientes: (more...)

Site now on PostNuke

Tuesday, July 8th, 2003

Now the site is based on PostNuke. Internationalization is much better, as well as overall stability. Please notify me of anything you find missing or strange..

La Nueva Metodología - Martin Fowler

Tuesday, July 8th, 2003

En Marzo, Martin Fowler escribió un artículo acerca de metodologías ágiles, traducido al Español por Alejandro Serra.

El artículo cubre los casos en los que es conveniente utilizar metodologías ágiles (y también los casos donde no es recomendable), así como una breve explicación de las metodologías ágiles que existen hoy en día.

Recordemos que en Octubre escribí una Mini-introducción acerca de programación extrema

¿Qué metodología utilizas? ¿Ágil o tradicional? Apreciaría mucho tus comentarios..

New JDK 1.4.2, with GTK+ and XP look and feel

Thursday, July 3rd, 2003

JDK 1.4.2 is out. Along with many changes and enhancements, you can now select GTK+ and Windows XP look and feel.

Get JDK 1.4.2 and Check out the new L&Fs.

JSqlIde 0.1.0 Available

Tuesday, December 17th, 2002

I have released SQL-IDE 0.1.0. New features include CLOB viewing on the result set and the ability to save your own oft-used queries per connection for your right-click menu.
(more...)

Jakarta Commons CLI 1.0 disponible

Thursday, November 7th, 2002

El proyecto Apache-commons tiene por objetivo el desarrollar código y componentes reutilizables.

Hoy el proyecto commons ha anunciado la disponibilidad de CLI 1.0, una librería para interpretar opciones en la línea de comando en sus programas de Java.

CLI ayuda en las fases de definición, interpretación e interrogación de argumentos..