|
|
February 8th, 2010
Here are the GWT sessions on the upcoming google i/o 2010 to keep an eye on.
Google usually publishes the sessions on youtube and uploads the slides to the respective session homepage. Ray Ryan is talking on two session, one of it is called “Architecting GWT applications for production at Google” – maybe it is part [...]
January 21st, 2010
Tags: gwt | Category: GWT |
I just spent some time on the GWT issue list, nice to see work being completed on the 2.0.1 release. Unfortunately, it looks like week numbers are not going to make it into 2.0.1. Since many issues are already marked “FixedNotReleased” it might be a good option to checkout and build GWT from the source. Unfortunately the standard [...]
December 9th, 2009
Speed Tracer on a Mac
I finally got Speed Tracer running on Mac OSX. Just in case you missed the news: GWT 2.0 was released yesterday and brought a nice friend called Speed Tracer.
The tool itself is written in GWT (funny, don’t?) and works as an Chrome extension. Since Chrome for Mac is beta [...]
November 5th, 2009
Tags: gwt | Category: GWT |
I just read an interesting blog articles about “is GWT the future of web development or not“. I find the titles quite funny, because I really don’t believe that it was no ones intention to forecast the future, so the real question is – is GWT a good approach for present web development?
There is actually [...]
October 28th, 2009
Es ist etwas kurzfristig geworden… Ich werde auch auf der WebTech 09 in Karlsruhe einen Vortrag über GWT halten:
Google Web Toolkit – Making a Better Web 2.0
Mit Adwords und Google Wave sind die ersten großen GWT basierten Anwendungen von Google erschienen. Mit einem optimierenden Kompiler und pfiffige Codegeneratoren werden mit GWT maßgeschneiderte JavaScript Anwendungen erstellt, [...]
October 17th, 2009
Category: GWT, open source |
There have been some quiet updates in the last days on the GWT development front.
First and most important is that the GWT development team has released a milestone towards GWT 2.0. The milestone release can’t be found on the main page, and it was not mentioned in the official GWT blog.
This milestone provides early access [...]
September 23rd, 2009
In Zusammenarbeit mit der Firma OIO wurde die GWT Schulung angepasst. Jetzt werden auch die Architektur Best Practices aus dem Adwords Team besprochen:
Architekturkonzepte für GWT Anwendungen
Serverseitige Integration mit dem Command-Pattern (gwt-dispatch)
Clientseitige Dependency-Injection (google-gin)
Umsetzung des Model-View-Presenter Entwurfsmusters (gwt-presenter)
Loose Kopplung in der Anwendung durch Verwendung eines EventBusses
Dieses Jahr finden noch zwei Schulungen statt:
Orientation in Objects, Mannheim, am [...]
September 22nd, 2009
W-JAX 2009
Die Konferenz für Java, Enterprise Architekturen & SOA
Die W-JAX ist die Konferenz für ganzheitliches technisches Know-how im Enterprise- und Webumfeld. Hier kommen die besten Experten Europas zusammen, um ihr Wissen und ihre Erfahrung an die Teilnehmer weiterzugeben. Durch ihren einzigartigen Mix an Themen verleiht die W-JAX alljährlich der Java Enterprise Community die entscheidenden Impulse.
Google [...]
September 21st, 2009
Thanks for the tip:
Amateras HTML Editor for Eclipse
EclipseHTMLEditor is an Eclipse Plugin for HTML / JSP / XML / CSS / DTD / JavaScript editing. This plugin is required by StrutsIDE and FacesIDE.
HTML/JSP/XML/CSS/DTD/JavaScript Highlighting
HTML/JSP Preview
HTML/JSP/XML Validation
Contents Assist
Wizards for creating HTML/JSP/XML files
And many more powerful features…
Works fine with Eclipse Galileo.
I am using it now along with [...]
September 18th, 2009
Just in case you haven’t seen it yet: there is very interesting talk from Ray Ryan available online:
Google Web Toolkit Architecture: Best Practices for Architecting your GWT App
A common question people ask is how to architect a GWT app. Ray Ryan discusses real-world learnings and patterns from the Google AdWords team and elsewhere which you [...]
September 16th, 2009
Tags: dispatch, gwt, spring | Category: GWT |
From the GWT dispatch site:
Inspired by Ray Ryan’s Best Practices For Architecting Your GWT App session at Google I/O 2009, “gwt dispatch” is an implementation of the ‘command pattern’ discussed at the beginning of the video.
The project uses Gin in the frontend and Guice in the backend. Guice defines a very nice dependency injection framework, [...]
September 16th, 2009
Here is a code snippet showing how to use an image from an GWT imagebundle as a background image.
1
2
3
4
5
6
// BUNDLE is my image bundle…
Image image = BUNDLE.myImage().createImage();
String backgroundImage = DOM.getElementAttribute(image.getElement(), "style");
DOM.setElementAttribute(el, "style", backgroundImage);
July 17th, 2009
Tags: gwt, spring | Category: GWT, Java & Co. |
New project layout
Here is my overdue update to my Non invasive GWT and Spring integration blog post from early 2008. Since then we have had the GWT 1.6 and GWT 1.7 releases:
One of the biggest changes to GWT 1.6 is a new project structure. The old output format has been replaced by the standard [...]
July 16th, 2009
Tags: eclipse, gwt, i18n, utf8 | Category: GWT |
GWT does a great job reading UTF-8 encoded property files:
Both Constants and Messages use traditional Java properties files, with one notable difference: properties files used with GWT should be encoded as UTF-8 and may contain Unicode characters directly, avoiding the need for native2ascii.
This is nice, but there is a tiny little problem when using eclipse: [...]
May 6th, 2009
Tags: gwt, maven | Category: GWT |
May 27th, 2008
Tags: gwt | Category: GWT |
Just had a look at the SVN logs, and found this here:
Revision: 2940
Creating 1.5 release branch.
So no more betas? Would be great to have a release in near future. People are expecting GWT 1.5 to be announced at the Google IO conference this week. Lets hope so!
April 29th, 2008
Tags: gpl, gwt, oss | Category: GWT, open source |
I really believe that switching to GPL did more harm then good. A forum thread of more than 50 pages is no good sign…
It is quite hard to tell how GPL works for web applications. Does sending html/css/javascript code to a browser mean I am conveying the application to the user?
What is the application in [...]
April 9th, 2008
I just finished my GWT session at the Jax India 2008 conference. I had to switch notebook because I have forgetten my micro-DVI to VGA adapter at home (Germany). How bad, I was really looking forward to test drive my Macbook Air here.
I had about 50 listeners in a very nice auditorium. We had about [...]
March 26th, 2008
Tags: articles, gwt | Category: GWT, articles |
Mit dem Google Web Toolkit (GWT) soll ein Java- Entwickler schnell in die Lage versetzt werden, JavaScript/Ajax-Anwendungen zu schreiben. Die Nachfrage ist groß, und immer mehr Projekte sollen mit JavaScript im Browser dem Trend des Web 2.0 folgen: von intelligenter Validierung über Drag-and-Drop bis hin zu Mashups mit Google Maps. Der Browser hat sich zur [...]
February 22nd, 2008
Category: GWT, articles |
In der Ausgabe Vol. 14 2.08 wurde als Titelthema “Rich Internet Applications” gesetzt. Ich habe den Artikel zu GWT beigesteuert: “Make the Web a Better Place” – gestern habe ich meinen Belegexemplar bekommen. Als Brasilianer habe ich mich besonders über das Bild auf der ersten Seite gefreut!
In meinem Artikel habe ich GWT als Technologie und [...]
|
|