OIO ‘s Developer Blog
This is the publication playground for these guys from Orientation in Objects, a Java Competence Center based in Germany.-
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 XML Universe
Monatsarchiv: Mai 2010
GWT and Flash
Many of us GWT developers can’t rely on a fancy HTML5 ready browser. This can come to a problem when your customers expect RIA features from you web application that the browser can’t deliver natively. For example: customer wants to … Weiterlesen
Veröffentlicht unter Java Web Frameworks
Verschlagwortet mit flash, GWT, html5
Performance-Analyse mit Spring Insight
Performance-Probleme bei Webanwendungen lassen sich ohne Tool-Unterstützung in aller Regel nur schwer finden. Es stellt sich bei einer entsprechenden Analyse zunächst die Frage, ob die Probleme von der Oberflächendarstellung, der Anwendungslogik, der Datenbank oder gar von den Netzwerkverbindungen zwischen diesen … Weiterlesen
Veröffentlicht unter Build, config and deploy, Java and Quality, Spring Universe
Verschlagwortet mit grails, performance, spring, springsource, Web Development
Execute SQL Scripts in Grails Bootstrap or Integration Tests
I recently had to execute some SQL scripts when a Grails applications starts up to insert test data into the database. Executing sql scripts is easy. Just open the SQL File and read the contents of the Script to a … Weiterlesen
Simple time-formatting with PrettyTime
Did you ever tried to create human readable time output like “in 2 minutes” or “moments ago”? A nice library therefore is PrettyTime.
Veröffentlicht unter Java Basics, Java Web Frameworks
Verschlagwortet mit Accessibility, Web, Web Development
Sikuli
Mit Sikuli Script ist es möglich Quellcode mit eingebetteten Screenshots anzulegen. Es ermöglicht sämtliche Automatisierungen von allem, was auf dem Bildschirm sichtbar ist. Sikuli ist sehr einfach zu bedienen und macht jede Menge Spaß. Es eignet sich hervorragend für ganz alltägliche Dinge … Weiterlesen
Veröffentlicht unter Java and Quality, Java Web Frameworks
J(2)EE patterns reloaded
Most of the J2EE patterns were just workarounds because of the shortcomings of older EJB specifications. And most of them have become obsolete with the new programming model introduced in Java EE 5 and 6. But there are still some … Weiterlesen
Fluency in Java
Want to code collections more fluently in Java like in Groovy with its expressive syntax. Have look at this interesting thoughts and comparison between plain Java, Google Collections and Groovy: http://www.kellyrob99.com/blog/2010/05/15/achieving-groovy-like-fluency-in-java-with-google-collections/
Veröffentlicht unter Groovy and Grails, Java and Quality
Verschlagwortet mit google collections, Groovy, guava

