On 4/7/06, John Slave <[EMAIL PROTECTED]> wrote:
You should note that in the more recent versions of these components (and the way they are packaged with Java Studio Creator) this configuration file is inside the component jar. They do use a phase listener, courtesy of Shale Remoting -- it is shared across all of the components using this library, versus the early bpcatalog strategy of each component providing their own listener.
Some people prefer to use separate servlets. But zero configuration (nothing needs to be added to web.xml) is a pretty nice feature of using a phase listener.
In bpcatalog tutorial there is a special requirement:
putting some xml in faces-config.xml to tell jsf servlet to use a
special phase listener to manage request.
You should note that in the more recent versions of these components (and the way they are packaged with Java Studio Creator) this configuration file is inside the component jar. They do use a phase listener, courtesy of Shale Remoting -- it is shared across all of the components using this library, versus the early bpcatalog strategy of each component providing their own listener.
Why is not this requirement present in myfaces ajax component (for
example input suggest). How can i easily create an ajax custom component
using myfaces?
Some people prefer to use separate servlets. But zero configuration (nothing needs to be added to web.xml) is a pretty nice feature of using a phase listener.
Yours faithfully
John Slave
Craig