|
|
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 [...]
February 3rd, 2010
Tags: gwt | Category: My blog |
Habs gerade erst gesehen.
Aus den “release notes“:
Standard.css missing new layout styles
The CurrencyList/CurrencyData APIs are now public
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 [...]
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, [...]
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!
May 20th, 2008
Danke Andy für dein Kommentar. Freut mich, dass dich mein provokanter Titel in die Session gezogen hat – das war Absicht. Und es freut mich um so mehr, dass Du dir die Zeit genommen hast, ein Kommentar zu schreiben. Also auf gehts, möchte kurz auf dein Kommentar eingehen:
Um jedoch ehrlich zu sein: Ich finde [...]
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 27th, 2008
Tags: gpl, gwt, oss | Category: Uncategorized |
Maybe some of you already visited the project homepage of MyGWT in the last days. Yes, MyGWT is gone. The project got finally “moved” to the extjs project, something that was announced long ago.
I was surprised to see GXT getting GPLed. Or better, dual licensed. There is the open source license (GPL), and there is [...]
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 14th, 2008
Tags: gwt, spring | Category: GWT, Java & Co. |
[update]
If you are working with GWT 1.6, you probably would like to have a look at this here:
http://pgt.de/2009/07/17/non-invasive-gwt-and-spring-integration-reloaded/
[update]
Obviously I am not the only one looking for a way to integrate my Spring backend into some GWiT application. After searching for a while I didn’t find any suiting solution. There are some interesting approaches (like GWT [...]
|
|