Archive for the ‘Technology’ Category

MediaWiki Project

Tuesday, February 22nd, 2011

MediaWiki is the wiki application that underlies Wikipedia and many other websites. It is written in PHP and licensed as open source under the GPL. Historically, it has run on MySQL, but it does have a sophisticated database abstraction layer that provides support for PostgreSQL, IBM DB2, and other databases.

MediaWiki

Our main goals for this project are to:

  • integrate DB2 support with the new MediaWiki installer being developed for the 1.17release;
  • debug the core wiki functionality on DB2;
  • implement search, possibly taking advantage of DB2’s Full Text Search features.

This project is being developed by AndréCésarDaniel and Diego.

DB2 9.7

Monday, April 27th, 2009

A IBM acabou de anunciar uma nova versão do DB2 :)

Que tem esta versão de novo?
  1. Imensas melhorias em termos de performance.
  2. Melhor gestão automática da base de dados, menos necessidade de DBA.
  3. Melhor compressão de XML (inlined).
  4. Compressão de indexes e de documentos XML no XDA.
  5. Suporte de XML em datawarehousing.
  6. Suporte do tipo de dados XML em stored procedures.
As novas alterações representam poupanças enormes nos custos normalmente associados a uma base de dados.
Versão grátis DB2 Express-C estará disponível em Junho. Para mais informações consulta aqui a press release.

DB2 para Mac OS X Leopard 64-bit (Intel)

Tuesday, December 23rd, 2008

É oficial! A noticia que os utilizadores de mac tanto esperaram ouvir, finalmente esta disponível o DB2 Express-C 9.5.2 para o Leopard!

Agora já não tens desculpas para não experimentares e dares o teu contributo!

Para fazer o download vai ao site do costume.

DB2 Express-C 9.5.2 beta

Wednesday, November 5th, 2008

Já se encontra disponivel o DB2 Express-C 9.5.2 beta para Windows (32-bit).

Inclui a nova Text Search feature “WHERE CONTAINS(column, ‘monkey’)=1″, optima para web development.

Screen-cast: METS Standard with IBM DB2 Express C using XForms as user-interface and Ruby on Rails as a Rest Web-services #1

Thursday, March 6th, 2008

Originally posted at:

xForms Resources

Friday, January 4th, 2008

We will post a xForms/METS/DB2 screen-cast in this website soon. To get you prepared for this I advice you to download this firefox plugin and read the following articles:

In case you are looking for good examples you can visit this wikibook or better yet… Open your console, and create a directory in your home folder. Enter the folder and write this:

svn checkout http://xforms-examples.googlecode.com/svn/trunk/ xforms-examples-read-only

These are some great samples from Google Code. Believe me I’m saving you time with this advice. You won’t need to spend hours on badly executed examples from companies that are supposed to be building xForms implementations. Outch!?