TouK is one of the lecturers on this year WGK (I National Conference on Computer Games Development). The conference is to take place on Gdańsk Read more
Tag: gwt
GWT Designer for Eclipse 3.6 can cause project compile freeze
Lately I installed GWT Designer for Eclipse Helios (3.6). I wanted to check it’s features. They aren’t so cool I’ve expected but that’s other story. Read more
(Another) GWT exception in Development Mode
Lately I got a new kind of exception during GWT Development Mode startup.
java.lang.NullPointerException
at com.google.gwt.dev.resource.impl.DirectoryClassPathEntry.descendToFindResources(DirectoryClassPathEntry.java:79)
at com.google.gwt.dev.resource.impl.DirectoryClassPathEntry.findApplicableResources(DirectoryClassPathEntry.java:54)
at com.google.gwt.dev.resource.impl.ResourceOracleImpl.refresh(ResourceOracleImpl.java:351)
at com.google.gwt.dev.cfg.ModuleDef.refresh(ModuleDef.java:386)
at com.google.gwt.dev.cfg.ModuleDefLoader.tryGetLoadedModule(ModuleDefLoader.java:150)
at
Read more GWT / GXT compilation slow and freezes my Windows ?
Recently I was able to run some basic GWT / GXT compilation tests to compare time efficiency between some old and new machines using Microsoft Read more
GWT exception in Hosted Mode
I work with GWT version 1.7.0. It’s old but our product requires it. Recently I had to debug using Hosted mode under Windows XP. Read more
Creating charts in GWT was never so easy. (OFC GWT)
In Java world there are many libaries which allow to create charts (with the most popular is JFree Chart Library). None of this libraries are Read more
GWTaculous – visual effects on the loose !
GWTaculous is open source visual effects library for application created in or based on GWT. It is based on other open source library –
How to change theme in Ext-Gwt (GXT) application
Some time ago Sencha company included new theme in their GXT library. It’s called SLATE and can be viewed in GXT Explorer demo on this Read more
passive view for Ext GWT applications
Seeing “Google Web Toolkit Architecture: Best Practices For Architecting Your GWT App” presentation by Ray Ryan coincided with start of a new project – an Read more