Introduction Almost every time I set up an Eclipse or Eclipse based (like Spring Source Tool Suite) IDE, sooner or later I need a good Properties file editor for editing translations in ResourceBundles. Unfortunately the one included into Eclipse - doesn't matter which Eclipse version - is not the best for this case. Fortunately there … Continue reading Eclipse Resourcebundle Plugin
Vaadin provides a convenient and fast way to create Rich Internet Applications. Normally "Desktop applications" which run in desktop browsers are created with Vaadin. For mobile applications running the webbrowser of mobile devices Vaadin provides the TouchKit addon. Spring integration with Vaadin is not provided by default but can be upgraded by the Spring-Stuff addon. … Continue reading Vaadin TouchKit and Spring
Clouds are very modern these days, so I decided to dive into the cloud, too. I descided to use CloudFoundry, because it is near to Spring and there are tools to use the cloud like a locally installed tomcat. But, how could it be different, it was not that easy to get the microcloud running. … Continue reading CloudFoundry Micro Cloud and Virtualbox
A lot of things changed in the Adobe Flex world since I wrote my last entry. Adobe stopped the development for the Adobe Air Runtime for Linux systems, Adobe wanted to support Maven officially, Adobe stopped the development of FlashPlayer for Android and Adobe decided to give Flex to the Apache Foundation as a new … Continue reading Quo vadis Flex?
A couple of weeks ago a former colleague of mine asked me if it would be possible to integrate the barcode scanner application into his application which does not use any Java. Well, of course this is possible! Flex can call Javascript methods given in the surrounding HTML so I created the Barcode Scanner v0.2 … Continue reading Barcode Scanner v0.2
A couple of weeks ago Peter Severin – the creator of WireframeSketcher contacted me and asked me if I would like to test his tool. Until now I used Balsamiq Mockups to sketch my possible GUIs so I was really looking forwart to testing WireframeSketcher. WireframeSketcher can be installed as RCP standalone version or as … Continue reading Creating user interfaces with Wireframesketcher
This week I published my first Adobe Air application for Android in the Google market. Originally I just wanted to test Flashbuilder Burrito how it feels to create a mobile application but after the application was finished, I wanted to test how the publish chain works. The application is a currency calculator which gets the … Continue reading my first air application for android in google market
Until yesterday it was fine for me using the integrated debugger in Flex-/Flashbuilder to debug my applications. It provides much comfort, nothing has to be configured, everything is fine. But currently I'm working on an application which consists of several modules which are built using flexmojos and I had the strange phenomenon that my application … Continue reading Debugging Flex applications
If you build your Flex application using flexmojos version < 3.7 you have to give Flashbuilder some additional compiler settings for multilingual application. In my projects I use the standard flexmojos maven project structure. I put my locale properties files in src/main/resources/locale which means you have for german src/main/resources/locale/de_DE and for english src/main/resources/locale/de_DE. For this … Continue reading Flashbuilder additional Compiler arguments
Introduction Flex itself can't access any backend Java logic. One could use HTTP Services to access backend systems but if you want to transfert data as quick as possible you should use something like Adobe BlazeDS or GraniteDS. BlazeDS is provided by Adobe and does not have several features the commercial product LiveCycle Data Services … Continue reading Data Management with GraniteDS