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
Archiv des Autors: Sönke Sothmann
Firebug 1.9 released
The popular web developer tool Firebug has been released in version 1.9. The new features include: Firebug panel docking it is now possible to dock the Firebug panel to any of the four sides of the browser window. Syntax error … Weiterlesen
Veröffentlicht unter Java Web Frameworks
Verschlagwortet mit clipboard, developer tool, Firebug, web developer
Hinterlasse einen Kommentar
Knockout JS 2.0.0 released – Dynamic JavaScript-UIs using Data Binding
The Knockout JS Team recently released version 2.0.0 of their JavaScript data binding framework. Knockout JS is a small Javascript library that offers declarative data binding for your HTML code. It enables you to separate you HTML code from your … Weiterlesen
Veröffentlicht unter Groovy and Grails, Java Web Frameworks
Verschlagwortet mit Data Binding, Dynamic UI, grails, javascript, Knockout JS, mvvm
Hinterlasse einen Kommentar
Grails Database Queries – Criteria Builder vs. Where Queries [updated]
Before Grails 2.0 arrived, Grails offered 3 ways of doing a database query: dynamic finders HQL queries Hibernate Criteria Builder If the database query is very simple, dynamic finders are a good choice. But for everything else, I used Criteria … Weiterlesen
Veröffentlicht unter Groovy and Grails
Verschlagwortet mit Criteria Builder, Database, grails, Hibernate, Query, Where Query
5 Kommentare
Grails 2.0 released
It took Grails 6 years from it’s beginning to reach version 2.0. A lot of great and long awaited features justify the version jump from 1.3 to the new major release 2.0. Visit the What’s new in Grails 2.0? page … Weiterlesen
Veröffentlicht unter Groovy and Grails
Verschlagwortet mit grails, release
Hinterlasse einen Kommentar
Integrating Selenium 2 with Ant
We recently integrated Selenium 2 into the Ant build of one of our projects. In this blog post I will show you how you can integrate your automated JUnit based Selenium 2 tests with Ant. If you are using Maven … Weiterlesen
Veröffentlicht unter Build, config and deploy, Java and Quality, Java Web Frameworks
Verschlagwortet mit ant, junit, Selenium 2, test, tomcat
Hinterlasse einen Kommentar
Environment specific externalized Grails configuration
Grails supports environment specific configuration, which can be used to define different settings for development, test, production or custom environments. The Grails User Guide describes this feature in detail. E.g. you can define different database settings for development (use a … Weiterlesen
Debugging Dojo Applications
When you try to debug your JavaScript sources of your Dojo Toolkit webapp / website using Firebug, you will realize soon that it’s quite not possible. Error reports are linked to framework JavaScript files but do not point you to … Weiterlesen
Veröffentlicht unter Java Web Frameworks
Verschlagwortet mit Debugging, Dojo Toolkit, javascript
Hinterlasse einen Kommentar

