MAX BUILD SPEED
  • Home
  • About
Sign in Subscribe

Max Rohde

Max Rohde
Relocating SVN repository for multiple projects in eclipse workspace

Relocating SVN repository for multiple projects in eclipse workspace

Although an SVN server is possibly a fixed anchor in dynamic and distributed development efforts, even these servers might have to be relocated from time to time. Surprisingly, this can be done quite swiftly, even in complex set ups, for instance an eclipse workspace comprised of dozens of projects stored

By Max Rohde 14 Sep 2011
Java 8: Key Features (I would love to see)

Java 8: Key Features (I would love to see)

There has been not little critizim of the slow progress made in the core of Java. Java 6 has been released on the 11th of December 2006 (!). Java 7 saw the light of the day almost five years later this July. Competing languages, most notably C# in Microsofts .NET environment

By Max Rohde 12 Sep 2011
Maven and Eclipse Indigo

Maven and Eclipse Indigo

It has been a while since the new release of the eclipse IDE, Indigo, has been released. One of the most interesting new features seems to be a better integration with Maven. After some very unsuccessful attempts using eclipse IAM and the m2eclipse plugin, I became a bit sceptical of

By Max Rohde 02 Sep 2011
Restlet Quickstart

Restlet Quickstart

The Restlet framework is one of the possible options to provide Restful web services in Java. In many framework comparison, Restlet is criticized for being a little bit difficult to understand as well as to perform slightly worse than competing frameworks (e.g. Apache Wink, Jersey, ...) (Sangeetha, 2011). However, Restlet

By Max Rohde 02 Sep 2011
Innovating on a Dime: Design Science for Small Teams

Innovating on a Dime: Design Science for Small Teams

Disruptive technological innovations often originate from surprisingly small beginnings**.** Giants of the Internet age such as the omnipresent Google search engine and the Facebook social networking platform have initially been designed and developed by small and independent teams. These examples are attractive to design science researchers in information systems, who

By Max Rohde 08 Aug 2011
Format Source Code in MS Word

Format Source Code in MS Word

The Problem You have to write a Word Document, which should contain snippets of code. The code should be displayed using syntax highlighting following established rules for your programming language of choice. Furthermore, at a later point in time, you would like to publish parts of your word document as

By Max Rohde 06 Aug 2011
Deploy Tomcat Applications in Custom Directory

Deploy Tomcat Applications in Custom Directory

I have already written about how to change the directory of applications deployed in tomcat 7 by configuring the server.xml. However, there is an easier way to change the deployment directory using the tomcat manager. 1. Deploy the WAR file using tomcat manager's web upload feature (make

By Max Rohde 30 May 2011
IdentityHashMap in Google Web Toolkit (GWT): String Identity

IdentityHashMap in Google Web Toolkit (GWT): String Identity

Problem IdentityHashMap in Google Web Toolkit (2.2.0) JavaScript applications does not seem to work correctly, if String objects are used as key. Source Code: final IdentityHashMap<Object, List> idsFromObjects = new IdentityHashMap<Object, List>(); final String node1 = "Node 1"; final String id = "

By Max Rohde 27 May 2011
GWT Script does not load in Chrome and Internet Explorer

GWT Script does not load in Chrome and Internet Explorer

The Problem GWT (Google Web Toolkit) allows compiling Java into JavaScript source. I like to use it to create client-only JavaScript applications (this can be very useful for testing purposes). The GWT compiler will place all the compiled JavaScript sources in your project directory and the applications can be tested

By Max Rohde 20 May 2011
GWT setSize(): Do not use “inherit”

GWT setSize(): Do not use “inherit”

Widgets in GWT are essentially elements in the DOM tree of a web document. GWT widgets enable convenient control over these elements. For instance, a call of the widget method setSize(String width, String height) will set the dimensions of the HTML element underlying the widgets. Values to define the

By Max Rohde 20 May 2011
Google I/O 2011 Google Web Toolkit (GWT) Sessions

Google I/O 2011 Google Web Toolkit (GWT) Sessions

It seems in the Session List for Google I/0 2011 there is no easy way to see all the Google Web Toolkit (GWT) sessions in one glance. So here is a quick overview: GWT and Ui GWT + HTML5: A web developers dream!, John Labanca GWT + UI Designer: Enterprise Web

By Max Rohde 11 May 2011
Change the path of applications in Tomcat

Change the path of applications in Tomcat

Problem It is quite easy to deploy application to a Tomcat instance using the Tomcat manager (usually accessible under the url /manager). However, by default the applications are available under a path equal to their WAR file name: e.g. an application 'test_application.war' would be available

By Max Rohde 01 May 2011
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.