| Article: |
Introducing JavaServer Faces | |
| Subject: | Promotes an Old School Way of Thinking | |
| Date: | 2003-07-31 06:00:28 | |
| From: | sethladd1 | |
|
Thanks for the great article. I enjoyed having JSF displayed for me.
|
||
Showing messages 1 through 3 of 3.
-
Promotes an Old School Way of Thinking
2003-07-31 17:49:49 anonymous2 [View]
-
Promotes an Old School Way of Thinking
2003-08-21 09:46:48 anonymous2 [View]
REST is like falling back to C programming. JSF is the OO way of web programming. If you prefer structured programming, it's ok. I'd rather have the benefits of OO (code reuse, mainly).
Regards,
hsteck
-
simpler
2003-11-04 08:31:45 anonymous2 [View]
i guess REST (maybe together with XSLT) is much simpler then mixing simple HTML with JSF tags. Like JSP before these pages will be very difficult to build with different teams.
IMO JSF seems way too complicated. maybe huge applications are complicated but the language used needs not.



Personally, I would prefer to use the browser to bootstrap a Java Webstart enabled full blown GUI App and forget about struts/jsf and all of it, but that day is far off.
In the mean time, Struts and JSF, with their MVC underpinnings are still the best game in town.
BTW, the last thing a web app is is a collection of hyperlinked resources. Maybe in 1993 it was but many web apps today are more sofisticated applications that actually DO things for the user. JSF provides a view and Struts a particular framework that includes a view.
BTW, I do things like getUserList.do, updateUser .do and getUser.do in a web app, more than just GET,POST, PUT and DELETE.
And since Struts is one of the most commonly used Web application frameworks, I appear not to be the onely person who thinks so.