Archiv des Autors:

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 , , , | 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 , , , , , | 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 , , , , , | 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 , | 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 , , , , | 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

Veröffentlicht unter Groovy and Grails | Verschlagwortet mit , , | 1 Kommentar

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 , , | Hinterlasse einen Kommentar