Archive for the ‘Development’ Category

Smartphone Apps – Curse and Blessing

Friday, July 30th, 2010

Before owning an app-centric smartphone such as the Apple iPhone myself, my thinking has been that apps serve no real purpose – 90% of the purposes fulfilled by these apps exist as free Web applications and services, and app-centric smartphones usually come with capable Web browsers and data flat rate plans. My thinking has changed, however, since using an iPhone: apps have real (or at least, perceived) advantages when compared to Web applications accessed from a smartphone browser:

  • User experience perfectly adapted to the phone (e.g. touchscreen interaction)
  • Direct access to device “periphery”, e.g. gyroscopic sensor
  • Integration with other software, e.g. messaging, contacts
  • Own, colorful app icon

(more…)

Auto-Starting EJBs

Saturday, June 13th, 2009

An issue that recently gave me something to gnaw on was that of auto-starting an EJB: I wanted to achieve the effect that an EJB within a Java enterprise application would become active (and in that special case, connect to another component on another machine) as soon as it was deployed (or the container was started). If possible, I wanted the solution to be container independent. After a lot of googling and trying, I found a solution that works, but it is probably one of the most awkward hacks to solve a problem that sounds as simple as this.

(more…)

© 2009 – 2010 Jens-Fabian Goetzmann — Impress — Powered by WordPressEntries (RSS) / Comments (RSS).