| Author |
Basic Question on JSF
|
Mike Firkser
Ranch Hand
Joined: Oct 21, 2003
Posts: 246
|
|
I haven't had a chance to look in depth into JSF, but so far it seems to be mainly dealing with the presentation layer, and so you'd use some other system, such as Struts, to process the user input. Am I on the right track, or is this proof I need to look deeper into JSF.
|
Mike Firkser
Rutgers '84
|
 |
Bill Dudney
Author
Ranch Hand
Joined: Sep 05, 2003
Posts: 234
|
|
JSF is a whole web app framework. Not just a presentation layer. If you know Struts, JSF can be seen as a replacement for Struts. There have a been several threads already about this here... Hope this helps
|
TTFN,<br /> <br />-bd-<br /> <br /><a href="http://www.amazon.com/exec/obidos/ASIN/0471449156/qid=1064343733/sr=2-1/ref=sr_2_1/002-8375300-3666449" target="_blank" rel="nofollow">Jakarta Pitfalls</a> | <a href="http://www.amazon.com/exec/obidos/tg/detail/-/0471146153/qid=1064343733/sr=1-2/ref=sr_1_2/002-8375300-3666449?v=glance&s=books" target="_blank" rel="nofollow">J2EE AntiPatterns</a> | <a href="http://www.amazon.com/exec/obidos/tg/detail/-/0471462071/qid=1064343733/sr=1-3/ref=sr_1_3/002-8375300-3666449?v=glance&s=books" target="_blank" rel="nofollow">Mastering JavaServer Faces</a> | <a href="http://bill.dudney.net/roller/page/bill" target="_blank" rel="nofollow">Blog</a> | <a href="http://www.jroller.com/page/BillDudney" target="_blank" rel="nofollow">Eclipse Blog</a> | <a href="http://www.sourcebeat.com/TitleAction.do?id=2" target="_blank" rel="nofollow">Eclipse 3 Live</a>
|
 |
Mike Firkser
Ranch Hand
Joined: Oct 21, 2003
Posts: 246
|
|
|
Thanks for the reply - obviously there is more reading I need to do.
|
 |
 |
|
|
subject: Basic Question on JSF
|
|
|