Jan
25
2013
Working with CRXDE is nasty enough and without support for the great Retina Display on a MacBook Pro it is very disappointing. So let’s activate it and have some more fun with CRXDE.
Jul
18
2011

Because of the missing NSQueue, i have developed my own Queue equivalent. You can download it for free there (click). I have added some Unit Tests to make sure the Queue is working.
Technorati Tags: apple, iphone development, mac, nsqueue, objective-c, sbqueue, unit tests
Tags: apple, iphone development, mac, nsqueue, objective-c, sbqueue, unit tests
Mai
16
2011

Table of contents
Technorati Tags: annotations, contract last, create, cxf, Grails, gui test, intellij idea, jax-ws, selenium, soap, test, testing, tutorial, web service
Tags: annotations, contract last, create, cxf, Grails, gui test, intellij idea, jax-ws, selenium, soap, test, testing, tutorial, web service
Apr
30
2011

Table of contents
Technorati Tags: framework, gui, ipad, iPhone, objective-c, uitextfield, uitextview, validation
Tags: framework, gui, ipad, iPhone, objective-c, uitextfield, uitextview, validation
Mrz
23
2011

Ever tried to read some interesting data like the Serial Number, IMEI, Phone Number… from your iPhone (or an other iDevice) ? Some data is easy to access, some other uses not supported API calls. I have written a simple App which can read the above mentioned data. You can download it here (click)
The App looks like this:
[caption id="attachment_557" align="aligncenter" width="320" caption="ReadIDevice-App"]
[/caption]
Reading common data is very easy, this is the Code for the UniqueIdentifier, iDevice Name, System Name, System Version and Model:
Technorati Tags: appstore, imei, iokit-extension, ios 4.3, iPhone, objective-c, phone number, serial number
Tags: appstore, imei, iokit-extension, ios 4.3, iPhone, objective-c, phone number, serial number
Jan
17
2010

Table of contents
Technorati Tags: annotation, boilerplate code, eclipse, field, generate, generators, gwt 2.0, Java, label, labelfieldgenerator, printwriter, textbox, textfieldgenerator
Tags: annotation, boilerplate code, eclipse, field, generate, generators, gwt 2.0, Java, label, labelfieldgenerator, printwriter, textbox, textfieldgenerator
Dez
10
2009

With the release of GWT 2.0 there are several new features (like Code Splitting, Compiler improvements, faster development mode) introduced and i decided to make a test run on my current enterprise project to see what have changed in this points:
Technorati Tags: compilation time, draftcompile, experience, gin, Google Web Toolkit, Guice, gwt 1.7.1, gwt 2.0, gwt-log, gxt, migrating, presenter
Tags: compilation time, draftcompile, experience, gin, Google Web Toolkit, Guice, gwt 1.7.1, gwt 2.0, gwt-log, gxt, migrating, presenter
Dez
01
2009

Technorati Tags: bug fixed, eclipse mode, EclipseMode, incremental compilation, intellij idea 9, plugin
Tags: bug fixed, eclipse mode, EclipseMode, incremental compilation, intellij idea 9, plugin
Nov
11
2009

Many people are asking (especially in the GWT Group) how to create a GWT Application for their favourite IDE. In this blog i will show you how to do this for Eclipse, NetBeans and IntelliJ IDEA.
Technorati Tags: create project, eclipse, Google Web Toolkit, gwt, i18n, import, intellij idea, NetBeans
Tags: create project, eclipse, Google Web Toolkit, gwt, i18n, import, intellij idea, NetBeans
Okt
15
2009

The problem
Just imagine you run into a case where two objects are dependent on each other. The following picture and code snippet shows one such relationship.
[caption id="attachment_385" align="aligncenter" width="270" caption="Circular reference problem"]
[/caption]
Server.java
Technorati Tags: circular reference dependencies, google guice, Java, Spring
Tags: circular reference dependencies, google guice, Java, Spring