Hello,
Packt Publishing asked me to review the book JSF 2.0 Cookbook. I’ll post a detailed review after I finish reading it.
In the meantime go and have a look to what the book is offering:
Demetrio
Hello,
Packt Publishing asked me to review the book JSF 2.0 Cookbook. I’ll post a detailed review after I finish reading it.
In the meantime go and have a look to what the book is offering:
Demetrio
Hi guys,
I’m going to read and then review for Packt Publishing the new book JSF 1.2 Components by lan Hlavats, the developer behing JSF ToolBox for Dreamweaver. The book is about the most important JSF component frameworks we can use to empower our application. So starting from the Standard JSF Components we’ll go through Facelets, Apache Tomahawk, Apache Trinidad, ICEfaces, JBoss Seam JSF Components and JBoss RichFaces.
It is also technically reviewed by very know guys on JSF field like Cagatay Civici (PMC member of open source JSF implementation Apache MyFaces and the project leader of popular PrimeFaces framework), Ted Goddard (Chief Software Architect at ICEsoft Technologies and is the technical leader for ICEfaces), Kito D. Mann (editor-in-chief of JSF Central – www.jsfcentral.com – and the author of JavaServer Faces in Action – Manning) and others.
I’ll come back soon with something to say, in the meantime you can download the sample chapter about the Facelets Components by clicking here, or buy the book from the Packt website!
Thanks
Demetrio
Hi all,
the book I’ve worked on the last months has finally been published!!
JBoss RichFaces is a rich component library for JavaServer Faces and an AJAX framework that allows easy integration of Ajax capabilities into complex business applications. Do you wish to eliminate the time involved in writing JavaScript code and managing JavaScript-compatibility between browsers to build an Ajax web application quickly?
This book goes beyond the documentation to teach you how to do that. It will show you how to get the most out of JBoss RichFaces by explaining the key components and how you can use them to enhance your applications. Most importantly, you will learn how to integrate Ajax into your applications without using JavaScript, but only standard JSF components. You will learn how to create and customize your own components and add them to your new or existing applications.
First, the book introduces you to JBoss RichFaces and its components. It uses many examples of Ajax components which, among others, include: Calendar, Data Table, ToolTip, ToolBar, Menu, RichEditor, and Drag ‘n’ Drop. All these components will help you create the web site you always imagined. Key aspects of the RichFaces framework such as the Ajax framework, skinnability, and Component Development Kit (CDK) will help you customize the look of your web application. As you progress through the book, you will see a sample application that shows you how to build an advanced contact manager. You’re also going to be amazed to know about the advanced topics you will learn such as developing new components, new skins, optimizing a web application, inserting components dynamically using Java instead of XHTML, and using JavaScript to manage components. This book is more than a reference with component example code: it’s a manual that will guide you, step by step, through the development of a real Ajax JSF web application.
What This Book Covers
Example chapter
You can download a sample chapter, Chapter 8: Skin Customization, by clicking here.
Where to buy it
You can buy JBoss RichFaces 3.3 from the Packt Publishing website.
Free shipping to the US, UK, Europe and selected Asian countries. For more information, please read the Packt Publishing shipping policy.
Alternatively, you can buy the book from Amazon, BN.com, Computer Manuals and most internet book retailers.
Thank you!
Demetrio
Adding Cache support to a Seam project (Seam 2.1.x) it’s very simple and it is described in the official Seam developer documentation, anyways it doesn’t explain the exact steps to accomplish the task into an EAR project, I’m writing them to make your life even more simple
And the following declaration:
<cache:jboss-cache-provider configuration=”META-INF/treecache.xml” />
And here you find the way how to use it in your projects.
Hope you liked it.
Demetrio
Hi,
As you know yesterday Google enabled Java as the second language on Google App.
I registered to the test version and I want to try to run JSF…I started with Jsf 1.1 and it worked perfectly!!
I tried the JSF example that come with JBoss Tools, try it at:
http://2.latest.demetrio81280.appspot.com/pages/inputUserName.jsf
If you want to try it, these are the simple steps:
Done! You can now deploy and test it!!
When I’ll have more time I want to try JSF 1.2 and RichFaces, I think there will be more problems trying to run JBoss Seam (we’ll see!
)
UPDATE: Facelets works perfectly in JSF 1.1, JSF 1.2 has a problem during startup (see here)
Demetrio