|
|
| I'm working on a new project called the PortletFaces
Bridge which will enable the use of JSF 2.0 within Portlet 2.0
compliant portals like Liferay 5.x. The bridge impl... |
|
|
|
| In this post I'm going to show a simple fully integrated
CRUD style application working on Google Application Engine.... |
|
|
|
| As I happily wrote about new features of JSF 2.0, my coauthor David Geary kept asking me how to run the examples in Tomcat 6. I kept putting it off—hunting down all those JAR... |
|
|
|
| Cells contents are being updated with ajax, user is able to add rows/columns by clicking the buttons on the bottom-right corner. I am calling this component 'sinek'. Probably... |
|
|
|
| Extensive mind map of JSF 2 concepts.... |
|
|
|
| These are the notes I derived from blogs on JSF 2 :... |
|
|
|
| Although JSF 2 moved most of it's configuration to annotations still some must be made on xml's, like the phase listeners.
The most straight forward way to implement a mechani... |
|
|
|
| Ever wonder why you can’t pass parameters to EL method-expressions? Well, now you can, and it’s easy to incorporate!
This quick guide assumes you are using Maven. And is a... |
|
|
|
| A common problem encountered by writers of dynamic JSF 1.x components (like Metawidget) was "at what point in the lifecycle can I safely manipulate the component tree"?
Fo... |
|
|
|
| I normally don’t do all that much work-related traveling. A couple of trips to Oracle HQ every year. A conference here and there. Manageable.
The last two months... |
|
|
|
| Here's a quick tutorial on how easy it is to get started with JSF 2.0 and JSR 299, Java Contexts and Dependency Inject (CDI) using the latest release of Netbeans 6.8.... |
|
|
|
| JSF2 is an amazing web-framework, and as part of our initiative to engage the community, Dan Allen, Andy Schwartz, Kito Mann, the rest of the Expert Group, and I have been put... |
|
|
|
| I found the following error when I configured a JSF 2.0 application from scratch (JSF RI 2.0.1-b01):... |
|
|
|
| JSR 299: Contexts and Dependency Injection (CDI) defines a set of services for the Java EE environment that makes applications much easier to develop. It provides an architect... |
|
|
|
| The good news first: actually there's not much difference between setting up a JSF 2.0 web application for Google App Engine compared to using your regular application server... |
|
|
|
| This tutorial will guide users through the process of
developing a JavaServer Faces application using Sun Microsystem's
final release of the reference implementation f... |
|
|
|
| This section discusses some of the problems you you will
encounter when you try to use Sun Microsystem's Reference
Implementation of the JavaServer Faces 2.0 framework... |
|