Posts Tagged 'Packt Publishing'

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