Posts Tagged 'JSF'

Review of Chapter 3 of "Apache MyFaces 1.2 Web Application Development by Bart Kummel"

The third chapter is presenting Facelets. Seems to me that it is a better introduction to Facelets than we have seen with Ian’s book.

Facelets

Bart also starts with the JSP vs. Facelets rendering stuff. But, this is much shorter when having a look at the advantages. He continues with the installation/configuration of Facelets for JSF projects. Next is templating, then composite components and finally the overview of the Facelets tags.

The writing is brilliant, because there is no useless information. The ...

More
1

Review of Chapter 2 of "Apache MyFaces 1.2 Web Application Development by Bart Kummel"

The second chapter is a bit like you may know it from my book. It describes the installation and use of important development tools and frameworks.

Getting Started

Bart chose Eclipse and JDeveloper for the IDE descriptions. Both IDE guides let me remember my first steps in JSF development. You do not get dedicated plugins from the vendor, namely Apache, but extensions developed by the community for Eclipse. The support for Trinidad in JDeveloper is more native.

One of the main ...

More
1

Review of Chapter 1 of "Apache MyFaces 1.2 Web Application Development by Bart Kummel"

Another one of those long traveling days right before weekend. I am sitting in the train and have a look at a new book I got from Packt for reviewing: “Apache MyFaces 1.2 Web Application Development” by Bart Kummel. As this book is a pretty new publication I start this review in parallel ;-) .

MyFaces implements the JSF standards 1.1 and 1.2. The team is also near a complete JSF 2.0 support. So, we soon will ...

More
0

Review of Chapter 3 of "JSF 1.2 Components by Ian Hlavats"

Chapter 3 discusses the first component framework that can be used on top of a JSF reference implementation, like Sun RI or Apache MyFaces.

Apache MyFaces Tomahawk Components

After reading this chapter you will recognize how powerful the JSF components concept really is. Ian presents some pretty cool extensions to the standard JSF tags.

Tomahawk is one of the oldest implementation. So, you will find – without doubt – some interesting stuff in it. Although it uses JavaScript, like the JSCookMenu, you will ...

More
1

Review of Chapter 2 of "JSF 1.2 Components by Ian Hlavats"

If you already have experiences in JSF programming you may also had a look at Facelets. Facelets is what makes JSF really usable.

Facelets Components

Ian starts chapter 2 with a little introduction into the history of JSF and why JSP is a worser solution to render JSF pages. Indeed, Facelets is the better alternative, maybe the only one that suits to the ideas of JSF in the end.

You can recognize that Ian has a history in using JSP and this introduction ...

More
2

Review of Chapter 1 of "JSF 1.2 Components by Ian Hlavats"

It’s Friday and I’m traveling by train from Switzerland back to Germany to meet the family after a week full of work ;-) . I’ve to spend five and a half hour for the travel. So, I have enough time to continue the review of the book.

Indeed I was not able to start the first chapter this week. So, I only had a short look at the introduction that was in parts similar to my book. ...

More
1

First Contact: The Faces of JSF

JSF is in important technology in the Java community. Here are the persons that help others to cope with it.

I was studying the possibilities of gmaps4jsf to help me with an idea for the AJAX Push chapter of my ICEfaces book. During my search I found a blog post by its author Hazem Ahmed Saleh about the Faces of Faces:

Pretty cool overview. Here are the corresponding Twitter accounts, blogs, etc.:

  • Alexandr Smirnov, RichFaces (Twitter,
More
3

How to Make the ICEfaces Connection Status Always Visible

ICEfaces allows to show if the server-side is still processing using the <ice:outputConnectionStatus /> tag in JSF pages. For long transactions this gives pretty good feedback to your users.

But, when your form is longer than the browser window it can happen that the status tag is scrolled outside of the visible part. With this the user can be confused and get it wrong.

So, we need something that allows to fix the presentation of the connection status, even if a page ...

More
3

Flex Supports Spring – Are You Ready to Skip Web 2.0?

We’ve a lot of experiences now with Web 2.0 technologies based on AJAX and JSF. Although, we hold pretty modern, almost standards-based stuff in our hands the maintenance hell for the markup-based presentation layer is pretty lively. The costs are still tremendous in comparison to similar desktop developments.

To be a successful successor for AJAX/JSF development the Web 3.0 frameworks have to be

  • as ergonomic as current desktop applications when using their user interface components
  • compatible with the Web browsers already in use ...
More
1

AIRgonaut: The "From Desktop to AIRtop" Series

Today I’ll start with the AIRgonaut series. It will give you AIR tips to desktop-like programing questions you may already answered, with Delphi, Visual Basic, and the like in the past. But, today you may recognize that all your know-how is less important and needs an update, because of such obscure ideas the Flex architects had in mind in the past ;-) .

Well, this is what my feeling was when I started with Flex/AIR this year ...

More
1
Page 1 of 3 123