Matthias Wessendorf’s Weblog

jQuery – A fluent JavaScript API

February 11, 2008 · 1 Comment

Nowadays you read more and more about DSL and Fluent APIs / Fluent Interface, which I was to reminded when I bumped into jQuery today (by doing some JS related work).

In jQuery you can do things like:

  $('<p></p>')
  .html("Blah, blah, blah")
  .addClass("foobar")
  .appendTo("body");

This code simply adds a new paragraph to the current page, nothing special with that, but it is done with a very sexy and well readable syntax. It is truly worth to evaluate jQuery in detail!

Categories: javascript · web²

Release of Apache MyFaces Trinidad 1.2.6

February 11, 2008 · Leave a Comment

The Apache MyFaces Trinidad team is pleased to announce the release of
Apache MyFaces Trinidad Core 1.2.6.

Apache MyFaces Trinidad is a JavaServer(tm) Faces 1.1 component library.

Trinidad Core 1.2.6 is available in both binary and source distributions:

* http://myfaces.apache.org/trinidad/download.html

Apache MyFaces Trinidad is available in the central Maven repository under
Group ID “org.apache.myfaces.trinidad”.

Release Notes:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310661&styleName=Html&version=12312923

In case you use Trinidad, would be cool if you add your company to this page.

Categories: apache · java · jsf · myfaces · trinidad · web²

Release of Apache MyFaces Trinidad 1.0.6

February 11, 2008 · Leave a Comment

The Apache MyFaces Trinidad team is pleased to announce the release of
Apache MyFaces Trinidad Core 1.0.6.

Apache MyFaces Trinidad is a JavaServer(tm) Faces 1.1 component library.

Trinidad Core 1.0.6 is available in both binary and source distributions:

* http://myfaces.apache.org/trinidad/download.html

Apache MyFaces Trinidad is available in the central Maven repository under
Group ID “org.apache.myfaces.trinidad”.

Release Notes:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310661&styleName=Html&version=12312922In case you use Trinidad, would be cool if you add your company to this page.

Categories: ajax · apache · java · jsf · jsp · myfaces · trinidad · web²