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..
Month: July 2003
OnJava: Writing a Progress Bar with JSP
O’Reily’s OnJava site has a great article on how to write JSP Progress Bars. Just like in Desktop development, a JSP page that shows a progress bar with the status of long-running process. Continue reading “OnJava: Writing a Progress Bar with JSP”
Nuke con EJB: Nukes on JBoss
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.
Continue reading “Nuke con EJB: Nukes on JBoss”
Enciclopedia de Metodologías Ágiles en Español
Acabo de encontrar un muy buen sitio de programación Extrema llamado Agile Spain.
Contiene, entre otras cosas: Continue reading “Enciclopedia de Metodologías Ágiles en Español”
Sitio ahora en PostNuke
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: Continue reading “Sitio ahora en PostNuke”
Site now on PostNuke
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..
Martin Fowler – The New Methodology
In April, Martin Fowler updated his article The new Methodology, where he outlines the agile methodologies for producing software. Very interesting read..