Archive for October, 2010

ESIGate Tutorial – Partie 1

October 24th, 2010

(This tutorial is also available in English : ESIGate (ex Web Assemble Tool – WAT).

Dans la partie 1, nous allons intégrer une application très simple à une template distante, uniquement via http. Le cas d’utilisation typique correspond à un intranet d’entreprise : de multiples applications différentes (gestion de contenus, gestion RH, saisie des temps, etc…) peuvent utiliser le même thème en se basant sur une application maître.

Grâce à ce fonctionnement, on obtient les avantages suivants :

  • La charge de montage html est extrêmement réduite sur applications esclaves.
  • Lorsque le thème change dans l’application maître, les modifications sont immédiatement répercutées sur toutes les applications esclaves, sans redémarrage
  • On peut remplacer l’application maitre, sans impact si le thème est compatible
  • En cas de modification incompatible de l’application maitre, on peut ‘casser’ la synchronisation en faisant pointer les applications esclaves sur un fichier html statique

(more…)

ESIGate : new mailing lists

October 5th, 2010

Two new mailing lists were added to the ESIGate project :

  • webassembletool-devel : for committers
  • webassembletool-commits : notification of commits from SVN

Don’t forget to subscribe :-)

See ESIGate mailing lists for additional information.

ESIGate : fixed ETag and preserveHosts issues.

October 4th, 2010

I just checked in two fixes for ESIGate (previously WAT) :

  • one on ETag : was causing ETag headers to be ignored
  • another one on cache : was causing an issue with preserveHost option enabled. This one was pretty major since it may cause content of different websites to be mixed up if these sites were using name virtual hosts on the provider.

These fixes may change the behavior of your site if it has been tested using the buggy features.

Both fixes are available in the Trunk version and will be included in ESIGate 2.16.

Update : Fixes will be available in ESIGate 2.18 after all (see comments)