Archive for the 'SOFEA' Category
The future: web development without web frameworks - my slides from the first Berlin Java conference
12 Comments Published October 9th, 2008 in Java, Jersey, OpenAjax, PURE, REST, SOFEA, SOUI, jQueryTogether with one of the senior developers on my team I gave a speech at the the first Berlin Java conference called Berlin.JAR. The topic was about how to develop applications for the web without a (traditional serverside) web framework. There is a wave towards rich AJAX applications with GUI logic in Javascript. Two forays […]
Autowiring components to a message bus in Javascript
2 Comments Published March 31st, 2008 in Javascript, Message Bus, OpenAjax, SOFEA, SOUIWhen writing AJAX and SOFEA/SOUI applications, it’s a best practice to use a client side message bus to integrate UI components. People recognized this as a best practice lately for GUI development with Swing. As a sidenote Werx was excellent for this but sadly is dead.
One of the ways to do message buses in Javascript […]