Christian Albrecht: August 2006 Archives

JIBX

| | Comments (0) | TrackBacks (0)

JIBX ? Yet another binding framework one could think, while reading the features. But roundtrip-engineering, schema support, full control of the code and much more definitively makes jibx numer one.

Bindmark rates it number one in performance of small and medium sets.

Tobago Master/Detail

| | Comments (0) | TrackBacks (0)

just a note to remember that in a Tobago sheet the value of state-attribute contains the object of the selected row.

<tc:sheet value="#{SupplierController.supplierList}" id="sheet" columns="1;1;1;1;1;1;1;1;2*" var="supplierobject" state="#{SupplierController.selectedSupplier}" showHeader="true" showPageRange="center" pagingLength="10″ sortActionListener="#{SupplierController.supplierSorter}">

In the Controller get it easily by

List selection = selectedSupplier.getSelectedRows(); Supplier selectedSupplier = supplierList.get(selection.get(0));

JUG Düsseldorf

| | Comments (0) | TrackBacks (0)

Attended a meeting of a local Java User Group in Düsseldorf. The talk about Maven 2 was really good and I think I´ll spend some time to experiment with the new Maven. After the talk was a discussion and some beers at a bar. Sandwiches and Brownies from Subway.

Spring Discussion

| | Comments (0) | TrackBacks (0)

Digging into the famous Spring Framework, i recently came across this discussion.

Worth reading and some good points.

About this Archive

This page is a archive of recent entries written by Christian Albrecht in August 2006.

Christian Albrecht: December 2005 is the previous archive.

Christian Albrecht: September 2006 is the next archive.

Find recent content on the main index or look in the archives to find all content.

Powered by Movable Type 4.0