-
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: January 2011
Aus Hudson wird Jenkins
Die Abstimmung über die Zukunft oder besser den künftigen Namen des Continuous Integration Servers Hudson ist beendet und ab sofort wird der neue Name Jenkins sein. Genaue Hintergründe gibt es auf der neuen Jenkins Homepage, dort ist unter anderem auch … Continue reading
Posted in Build, config and deploy, Did you know?, Politics
Tagged ci server, continuous integration, hudson, jenkins
Leave a comment
Bad performance on IE?
You should take Microsofts advice and upgrade you IE. And if IE8 is not fast enough or you cannot upgrade, try using Google Chrome frame. This is good news for companies willing to switch from IE to chrome, but for … Continue reading
There is no standard for rich internet applications
Web technologies based rich internet applications (RIAs) are sort of a gray zone concerning standards. The Java EE specification does not define a RIA-Framework – Java is actually the server side of things. Neither the W3C nor the IETF do … Continue reading
Print pages and page fragments using an IFrame and jQuery
In my current Grails project I am using jQueryUI to display information in a dialog window. When opening the dialog window, the content of the dialog is loaded via Ajax. One requirement we had to implement was a print button … Continue reading
Posted in Groovy and Grails, Java Web Frameworks
Tagged grails, IFrame, javascript, jquery, print
5 Comments
Configuring your Apache for GWT applications
Running your GWT app behind an Apache as proxy?
Spring (endlich) ohne XML mit Java Config
Lange mussten wir darauf warten. Mit der Version 3.0 von Spring wurde das Projekt Java Config teil des Core Frameworks. Damit ist es möglich, den Spring Container vollständig ohne XML zu konfigurieren. Es existieren dafür die beiden folgenden ApplicationContext-Implementierungen: JavaConfigApplicationContext: … Continue reading
NoSQL – Vergleich von SimpleDB vs MongoDB vs CouchDB vs RavenDB und Landkarte für den Überblick
Für einen schnellen Einstieg in das aktuell viel diskutierte Feld NoSQL kann ich die folgenden beiden Links empfehlen: Im Blog von Nathan Hurst findet sich eine interessante Karte der aktuellen NoSQL Systemlandschaft – klassifiziert nach den Kriterien des CAP-Theorems (Konsistenz, … Continue reading
Posted in Java Persistence, Java Runtimes - VM, Appserver & Cloud
Tagged CAP, couchdb, mongodb, nosql, simpledb
Leave a comment