Blog
Sending Apple Push Notifications with notnoop's java-apns library
Tobias Knell
27.07.2010
If you need to send apple push notifications to your users, like we do in a secret project mentioned earlier this week, notnoop’s java-apns library is a good choice, because…
I think I spider
David Linsin
26.07.2010
We are working on a fair number of Apps here at our mobile team and today we are proud to announce one of them: I think I spider! The “I…
Debugging on your N900
Gast
23.07.2010
During development I realized that many device specific features are not available in the emulator. So I decided to find a way to debug software in realtime on the device.…
Dependency Hell or Including JSR303 into a hibernated JavaEE App
Joachim Arrasz
20.07.2010
Today i integrated the JSR303 reference implementation, which is Hibernate-Validator 4.x, into an existing JavaEE application. The application is built on Spring 3.0 and uses our Synyx Hades project, which…
Mobile Solutions – Summary
David Linsin
16.07.2010
There’s a lot going on over at the mobile solutions blog, so in case you are not subscribed to our feed, which I hope you are, you can grab it…
Split NSString by characters
David Linsin
11.07.2010
Have you ever pondered on the NSString class reference and you were overwhelmed by the sheer amount of methods? I certainly have and due to the endless possibilities those methods…
Creating a MySQL dump for JDBC
Florian Hopf
09.07.2010
I have just been fighting with the sql-maven-plugin while trying to import an OpenCms MySQL dump automatically. The module wasn’t really verbose with an error message: [ERROR] Failed to execute:…
Servlet container options for Maven
Florian Hopf
09.07.2010
When developing web apps with Maven the de facto standard for running the app is to use the excellent Maven Jetty Plugin which runs the project in an embedded Jetty…
UI Prototyping iPhone Apps
David Linsin
29.06.2010
Before flying off to WWDC last month, I watched a whole bunch of sessions from 2009. Among others a session on “Prototyping iPhone User Interfaces” by Bret Victor. If you…