-
Trivadis Developer Blog
This is the publication playground for these guys from OIO Trivadis, the Trivadis Group`s Java experts.
Tag cloud
Agile Methods and development Atlassian Tools Build, config and deploy Did you know? Eclipse Universe Groovy and Grails Java and Quality Java Basics Java EE Java modularization Java Persistence Java Runtimes - VM, Appserver & Cloud Java Web Frameworks MDSD Open Source BI Other languages for the Java VM Politics Security SOA / Webservices Spring Universe Web as a Platform XML Universe
Monthly Archives: November 2012
Shortlist für die Umbenennung von JBoss AS steht fest
Ich hatte jüngst ein wenig historisch eingeordnet, was es für mich bedeutet, dass es eine JBoss Umfrage zur Suche eines neuen Namens in der Community gibt. RedHat Mitarbeiter haben mittlerweile aus dieser Umfrage eine Liste von 5 Kandidaten destilliert, über … Continue reading
More on fonts for programmers
Almost one year ago I came across a special font for programmers called Anonymous Pro. Recently, while setting up a new development environment, a co-worker commented that he personally prefers Source Code Pro from Adobe. To keep it short: it … Continue reading
Using two pass authentication in your application
Google introduced a 2-step authentication some time ago. With the 2-step authentication, the user is asked for a token after successfully logging in with you username/ password. Such token is provided by some application and is usually short lived. Google … Continue reading
Interview: GWT wird immer bekannter
Kurz nach meinem Vortrag auf der W-JAX wurde ich zum Thema GWT kurz vor die Linse gezerrt. Was dabei rauskam kann man online auf youtube sehen: Mein Vortrag wurde aufgezeichnet ist aber noch nicht online. Die Folien habe ich bereits … Continue reading
Spring MVC und HttpServiceInvokerExporter
Will man in einem Spring-Projekt die annotationsbasierte Konfiguration von Spring MVC Controllern mit dem Veröffentlichen eines HttpServiceInvoker-Dienstes verbinden, stößt man möglicherweise auf folgende Fehlermeldung beim Starten: No adapter for handler [org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter@4cfc65]: Does your handler implement a supported interface like Controller? … Continue reading
Posted in Spring Universe
Tagged @Controller, HttpServiceInvokerExporter, spring mvc
Leave a comment
Eclipse Orion
Die IDE Eclipse Orion wurde in der finalen Version 1.0 veröffentlicht. Es handelt sich um eine Entwicklungsumgebung für Javascript, HTML und CSS, die ohne Installation im Browser läuft und mit einer komplett statuslosen Server-Infrastruktur per REST-APIs kommuniziert. Orion ist aber … Continue reading
Posted in Eclipse Universe, Web as a Platform
Tagged CSS, Eclipse, html, IDE, javascript, orion
Leave a comment
Bootstrap 2.1 and 2.2 – what’s inside the box?
After version 2.0 of Twitter’s Bootstrap has been released a while ago, there are two new releases: 2.1 and 2.2. Bootstrap is a open-source HTML/CSS toolkit (Apache 2 licence) to build modern websites or web applications. It’s not a framework … Continue reading