MAX BUILD SPEED
  • Home
  • About
Sign in Subscribe

Max Rohde

Max Rohde
GXT Images are not displayed

GXT Images are not displayed

The Problem When developing an GWT application using Ext Gwt (GXT), various images are not displayed when opening the deployed .html file of your GWT project. These images may include: * borders of panels * backgrounds of panels * icons displayed when dragging and dropping components A panel, for instance, might look as

By Max Rohde 13 Feb 2011
GXT TreeGrid Selection Event/Listener

GXT TreeGrid Selection Event/Listener

In the evolution of the Ext GWT (GXT) framework, there seemed to have been some change as to how selection events of trees/tree grids can be intercepted. In release 2.2.1, the following approach works: treeGrid.getSelectionModel().addSelectionChangedListener(new SelectionChangedListener() { @Override public void selectionChanged(SelectionChangedEvent se) { GWT.log(

By Max Rohde 12 Feb 2011
GXT vs vanilla GWT Performance

GXT vs vanilla GWT Performance

The performance of a user interface based framework can often be a subjective matter. For me, for instance, the responsiveness of SmartGWT is slower than those of Ext Gwt (GXT), plain GWT 'feels' faster than GXT. However, such subjective measures are often quite unsatisfactory and might be wrong.

By Max Rohde 12 Feb 2011
Tests for Memory Leaks in JUnit

Tests for Memory Leaks in JUnit

Although Java features an automatic garbage collector automatically clearing up unused objects and therewith unused memory, memory leaks can occur (and do occur from time to time). This is often caused by 'circular' references between objects. There are a few ways, to automatically test for memory leaks using

By Max Rohde 02 Feb 2011
Tree Drag and Drop in GWT / GXT

Tree Drag and Drop in GWT / GXT

In Ext Gwt or GXT there are various ways to intercept drag and drop events directed at a Tree or TreeGrid. However, many of these do not necessarily lead to the expected results. There is also not much documentation of how to work with these events. 1. Implement the Interface

By Max Rohde 02 Feb 2011
Gwt-maven-plugin-2.1.1-SNAPSHOT repository

Gwt-maven-plugin-2.1.1-SNAPSHOT repository

I just spend a while to find the right repository for the gwt-maven-plugin version 2.1.1-SNAPSHOT. To cut it short, one possible repository is: <pluginRepositories> <pluginRepository> <id>Codehaus Group Snapshots</id> <url>https://nexus.codehaus.org/content/groups/snapshots-group/

By Max Rohde 14 Dec 2010
SmartGWT and Ext GWT/GXT (or the question of the GWT UI framework)

SmartGWT and Ext GWT/GXT (or the question of the GWT UI framework)

Really exiting about GWT is the promise to develop sleek user interfaces with Java; even the GWT UIs created out of the box look quite impressive when compared for instance, with a vanilla Swing interface. However, a number of frameworks help tremendously in unleashing the full capabilities JavaScript offers nowadays.

By Max Rohde 12 Dec 2010
Cannot add files to svn ignore in eclipse

Cannot add files to svn ignore in eclipse

The Problem You want to exclude certain files and folders from being uploaded to the SVN repository in eclipse. However, some files in the project allow you to right-click them and select Team / Add to svn:ignore and for other files this action is 'greyed out'. The Solution

By Max Rohde 11 Dec 2010
Leverage Eclipse to Create Executable OSGi based Applications

Leverage Eclipse to Create Executable OSGi based Applications

Both eclipse and the Netbeans IDE provide strong tool support for deploying applications based on their respective platforms. This includes supports for branding for instance with custom splash screens as well as creating executables for various platforms (Windows, Mac OS X, Linux). Eclipse allows to define Product configurations, which can

By Max Rohde 03 Dec 2010
“build.properties does not exist” and Maven Eclipse Plugin

“build.properties does not exist” and Maven Eclipse Plugin

The Problem After generating an eclipse project using both the Maven Eclipse Plugin and the Maven Bundle Plugin (BND), eclipse warns that "build.properies does not exist". The Solution Maybe more a workaround than a solution but it is relatively simple to create the build.properties file manually

By Max Rohde 02 Dec 2010
“No required execution environment has been set” from Maven Bundle Plugin

“No required execution environment has been set” from Maven Bundle Plugin

The Problem After generating the MANIFEST.MF with the Apache Felix Maven Bundle Plugin (BND) for an eclipse project, eclipse warns that "No required execution environment has been set". The Solution The solution is to add an instruction to the configuration of the maven bundle plugin and explicity

By Max Rohde 02 Dec 2010
Virtual File Systems (VFS) in Java

Virtual File Systems (VFS) in Java

Many different solutions to persistence follow a similar structure: a hierarchical organization into files and folders. It appears sensible to access these representations using a common application interface. Initially, I implemented my own little library, which was capable of accessing files on the hard disk and keeping them in memory.

By Max Rohde 26 Nov 2010
See all
MAX BUILD SPEED

MAX BUILD SPEED

be calm & code.

MAX BUILD SPEED
  • Sign up
Powered by Ghost

MAX BUILD SPEED

be calm & code.