JSF: Allows WebWork style Actions
Am I working too late or does JSF allow a WebWork style Action? According to this post, you can have your properties and your logic in the same class (like WebWork). Also, no more worrying about BeanUtils.copyProperties()?
Struts encourages you to use Strings for field values that might need conversion, in order to redisplay correctly in case of conversion errors. You don't need to worry about that with JavaServer Faces, because the redisplay is handled by the components themselves. You will generally use the native data types for your field properties.
Regardless of what the WW Developers say, I think I'm gonna dig Java Server Faces.
Posted by Russ on September 18, 2003 at 11:18 AM MDT #
Posted by Matt Raible on September 18, 2003 at 12:22 PM MDT #
Posted by Dave Johnson on September 18, 2003 at 01:01 PM MDT #
Posted by Jason Carreira on September 18, 2003 at 01:45 PM MDT #
Posted by Don Brown on September 18, 2003 at 04:57 PM MDT #