Skip to main content

Norbert Truchsess

Having started programming as a 14 year old in the early 80th I've done lots of things with computers. Starting from manually coding bits'n bytes going through a long period of C/C++ that accompanied my student-life at the University of Wuerzburg where I got my degree in Physics in 1993. This period extended through the first few years of work which included some years of work with the millions lines of code of Lotus Domino. In the late 90'th I finally I became addicted to Java and J2EE programming, wrote my own JSP-container and became member of JSTL-expert group (JSR52). Currenty I'm focused on bringing the best of JSF and AJAX together. For contributing quite some lines of code to project jMaki SUN awarded me a glassfish-champion-award at Java One 2007. Other projects that I'm interested in to contribute to are dynafaces and facelets.

 

ntruchsess's blog

JPA and enum - how to map enums to values that contain characters that are illegal in java type identifiers

Posted by ntruchsess on August 24, 2011 at 9:31 AM PDT

in JPA it is possible to map String-data to enumerated values. But you are limited to Strings that are legal to be used in enum-types. E.g. using '-' or plain numbers will not work. An enum using such characters will not compile:

where is the Tree in java.util.Collections?

Posted by ntruchsess on October 19, 2007 at 6:09 AM PDT

I allways wandered why there's no generic api defined for trees under the umbrella of java.util.Collections api. And every time I needet to handle tree-structured data I ended up writing quite the same code with slight modifications once again.

announcing jMakiEventListener

Posted by ntruchsess on September 14, 2007 at 7:59 AM PDT

As a new feature targeted to version 1.1 jMaki now integrates smoothly with dynafaces to forward messages from jMakis publish/subscribe bus to the server and back.

JSF 1.2: why you cannot store references to UIComponents in Component State

Posted by ntruchsess on June 15, 2007 at 6:36 AM PDT

I just spend two days writing a bunch of base-classes for JSF component-collaboration that do the lookup of related components in the tag-handler allowing you to access the other UIComponents independent from the component-tree structure easily. Just like a logical structure in parallel to the component tree for each compound-component.

separating Markup from Component hirarchy in JSF

Posted by ntruchsess on June 11, 2007 at 7:47 AM PDT

All JSP, facelets and JSFTemplating make use of xml (or xml-like) syntax to define a view in JSF.

going asynchonous with JSF?

Posted by ntruchsess on June 6, 2007 at 6:47 AM PDT

The main idea behind jsf is to have a layer of abstraction in the description and the handling of user-interface-components. The components in the component-tree itself are (conceptually) independent of their visual representation on a particular human interface device.

In reall life this fails shortly - shure you can write additional renderkits and render wml or pdf instead of html.

unifying jMaki's widget-to-widget and widget-to-Server communication

Posted by ntruchsess on June 6, 2007 at 6:05 AM PDT

the jMaki widget model allows for two ways of communication: there is in-page communication from one widget to others on the same page and communication in between a widget and the server

the first case of inter-widget-communication makes use of a high level of abstraction by using a publish/subscribe-mechanism to 'topics' and decriptive wireing called '