La presentation technique de XWiki et GWT faite hier a l'OSSGTP avec Ludovic.
Et une autre presentation de GWT trouve ce matin sur onGWT:
A ‘new’ way to program dynamic web applications (pdf)

Aller au contenu | Aller au menu | Aller à la recherche
vendredi, mars 16 2007
Par jeremi Joslin le vendredi, mars 16 2007, 12:00
La presentation technique de XWiki et GWT faite hier a l'OSSGTP avec Ludovic.
Et une autre presentation de GWT trouve ce matin sur onGWT:
A ‘new’ way to program dynamic web applications (pdf)

mardi, février 20 2007
Par jeremi Joslin le mardi, février 20 2007, 08:06
JsViz est une librairie en Javascript. Il permet de créer un graphique de visualisation en 2 dimensions, une sorte de nuage de point, ou de mots relié entre eux. Ceux-ci sont animés par un effet de physique. On peut étirer les points, tout revient en place comme si il y avait un élastique.
Ok, le plus simple, c’est une démo, le site kylescholz.com affiche sous forme de nuage les artistes recommande, par exemple, j’ai choisi Franz Ferdinand.
Un autre exemple, de simples points que l’on peut déplacer.
On pourrait utiliser cela pour modéliser les relations dans un réseau social, ou encore, naviguer dans un wiki en utilisant les relations entre les pages.
Liens :
lundi, février 19 2007
Par jeremi Joslin le lundi, février 19 2007, 19:21
J’avais parle il y a quelques semaines de la Timeline de Simile. Je viens de trouver une widget GWT qui permet de la manipuler par l’API java.
Liens:
dimanche, décembre 17 2006
Par jeremi Joslin le dimanche, décembre 17 2006, 21:14
Actuellement, il n’est pas simple d’écrire une application AJAX, on passe beaucoup de temps pour débuguer et tester les différents navigateurs. La réutilisabilité du code JavaScript est faible du fait de son manque de modularité, de la difficulté d’écrire des tests, débuguer et de partager.
Google Web Toolkit(GWT) tente de répondre à ces problèmes. Cest un framework de développement java Open Source qui permet d’écrire des applications AJAX sans connaissances du JavaScript. Le compilateur GWT génère le code HTML et JavaScript. Vous pouvez tout simplement placer ces fichiers génères sur n’importe quel serveur web, pas besoin de module particulier. Vous avez besoin d’un Tomcat si vous voulez exécuter du code cote serveur comme par exemple un enregistrement dans une base de données.
Les avantages de cette solution :
mardi, décembre 12 2006
Par jeremi Joslin le mardi, décembre 12 2006, 14:53
this news was published on Google Web toolkit but remove a little bit after. I got it by my google reader 
Update: It's official now
Today is quite a milestone for Google Web Toolkit: with the GWT 1.3 Release Candidate, our team is very happy to announce that all of GWT is open source under the Apache 2.0 license. There's a lot to say, but let's start with our mission: it's "To radically improve the web experience for users by enabling developers to use existing Java tools to build no-compromise AJAX for any modern browser." (I'd really encourage you to drop the red verbiage - kw) Since our primary mission is to help users (as opposed to hoarding proprietary development tools), opening up GWT has always been a no-brainer -- we just had to decide when. Now that GWT has some serious adoption and a lively user community, open-sourcing became the obvious next step to help GWT evolve more quickly. And we're committed to doing this the Right Way. All of our development will be done in the open, and we're going to be working directly from the GWT project on Google Code. We've created a charter document ("Making GWT Better") that describes the philosophical foundations of GWT as well as the nuts and bolts of compiling GWT yourself, submitting patches, and participating in the new Google Web Toolkit Contributors group. We'll be discussing the GWT roadmap and all technical decisions publicly, we've republished the GWT web site documentation under a Creative Commons license, and, while we're at it, we'll be publishing our team meeting notes to the contributors group. So, what's new in this 1.3 RC? Well, nothing, actually. The only thing that has intentionally changed since GWT 1.2 is the open source thing. However, since we did have to tweak a lot of source code and the GWT build scripts to make it easy for anyone to compile, we want to be conservative and call this a Release Candidate anyway. Once we hear enough success stories with the 1.3 RC, we'll call it 1.3 Final then get back to full-speed-ahead coding as we drive toward a nice big GWT 1.4. Meanwhile, what's done is done: GWT is an open source project!