Category Archives: English
Finally Germany is live
MsgTmpl
Nach Zeitquatscher ist MsgTmpl nun mein zweites WebOS-Programm, das es in den Appcatalog geschafft hat, bzw. im Laufe des Tages dort auftauchen sollte.
MsgTmpl is my second WebOS-APP that have reached the app-catalog (should appear within the next hours).
Feels like half degree colder
New UK HM-shop
ZeitQuatscher WEB
Da WebOS-Programme (mal abgesehen von PDKs) auf JavaScript, html und CSS basieren, gibts den ZeitQuatscher quasi als Nebenprodukt gleich auch noch für den gemeinen Webbrowser. Die besten Ergebnisse scheint WebKit zu bringen.
As WebOS-Apps (except of PDKs) are based on JavaScript, html and CSS, you can find the a ZeitQuatscher-version for normal Webbrowsers here. Is seems that it works best with WebKit-based browsers.
ZeitQuatscher
Dieses Wochenende war ich mal ein wenig kreativ. ZeitQuatscher ist ein kleines Spaßprogramm für WebOS das (mit meiner Stimme ;)) die aktuelle Uhrzeit ansagt. Ich benutze dabei HTML5-Audio und spiele gemäß der jeweiligen Sprachgrammatik einfach die entsprechenden Samples ab.
Viel gibt es dazu nicht zu sagen – einfach Knopf drücken und amüsiert sein. Ich freue mich über Feedback.
Das Hintergrundbild stammt von piqs.de (Autor: fdecomite) und steht unter Creative Commons BY 2.0.
I used this weekend to be a bit creative. ZeitQuatscher (TimeChatter) is a WebOS-fun-app that speaks the current time (using my voice ;)). I use HTML-5-Audio to just play the samples according to the used language-grammar.
There is not much to say – just press the button and be amused. I’m happy about feedback.
The background-image is from piqs.de (author: fdecomite) and licenced under Creative Commons BY 2.0.
- App Catalog (Review läuft / review in progress)
Semlor on fettisdagen
… I really like this sweet-stuff-based swedish traditions 🙂
I’m a shroom :D
Find the original here: alberto montt: 2010-07-01.
Spring Integration upgrade from 1.0 to 2.0.3
Today I had the pleasure to upgrade from Spring Integration 1.0 to 2.0.3 in a big project. As there are some major changes in 2.0 it took me several hours just to get everything compiling – not thinking about to get the millions of tests to run ;).
Here is what I found out besides the stuff that can be found in the official migration document or in this helpfull blogpost from JTEAM.
-
MessageChannel#getName removed
-
void AbstractReplyProducingMessageHandler #handleRequestMessage(Message, ReplyMessageHolder) replaced by Object AbstractReplyProducingMessageHandler #handleRequestMessage(Message)
-
org.springframework.integration.channel.MapBasedChannelResolver removed (each router can have mappings now)
-
MessageChannelTemplate renamed to MessagingTemplate
-
MessageChannelTemplate#send(Message, MessageChannel) replaced by MassagingTemplate#send(MessageChannel, Message)