Ed
has developed a 50 minute audio-visual presentation recounting his
experience in writing the book. This presentation includes audio clips
from the programmers themselves, including subtitles for those for whom
English is not their native language, together with insight to tie it
all together.
Ed has given this presentation at numerous international developer
conferences and user groups...
My previous entry dove under the covers for JSF 2.0 and examined composite
component metadata. This one is far less esoteric and shows how to
handle the ViewExpiredException using a new JSF feature,
the ExceptionHandler, contributed by Pete Muir a JSF
Expert Group representative from JBoss.
JSF throws a ViewExpiredException when a postback is
made to a view and, for whatever reason, that view...
This ultra-quick blog entry shows how to use the JSF runtime to
access metadata for a composite component. Note that most of the
metadata is optional when creating a composite component, therefore,
this entry will be of interest to tool vendors and those wishing to
write composite components that stand a chance of showing up nicely in
tools.
The Using Page
When showing a composite component...