| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ] |
| Articles |
- Building an Advanced Beehive Control by Lawrence Jones - [Clicks: 146]
This article presents a behind-the-scenes look at how controls are built. It examines the role of the annotation processor, artifact generation, and eventual control assembly. By understanding this process you will be in a strong position to understand how the control architecture works in general and to build advanced controls where the control client needs to be customized to the controls it uses.
http://dev2dev.bea.com/pub/a/2006/01/advanced-beehive-controls.html - Jan, 2006 - Integrating JavaServer Faces with Beehive Page Flow by Rich Feit - [Clicks: 169]
JSF is great for building pages by wiring up components and events, but, like all view technologies, it needs a controller to separate out the navigation decisions between pages, and to provide a link to the business tier. It comes with a very basic navigation handler that is meant to be swapped out for a full-featured one. Page Flow provides the base for creating reusable, encapsulated flows of pages, and it works alongside a view layer. It is a full-featured navigation handler that treats JSF pages as first-class citizens. This article looks at how to integrate these two technologies to leverage the strengths of both.
http://dev2dev.bea.com/pub/a/2005/12/integrating-jsf-beehive.html - Jan, 2006