• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JSF 0R JSTL 0R STRUTS???

 
Ranch Hand
Posts: 937
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am confused....
Will struts become a legacy technology in less than a year or will JSF supercedes struts ...
 
Ranch Hand
Posts: 8945
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The JSF spec includes the person who designed struts. There is an artcile in IBM developerworks which tells how struts and JSF can work ( havent read it though)
[ October 02, 2003: Message edited by: Pradeep Bhat ]
 
sunitha reghu
Ranch Hand
Posts: 937
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
So JSF is compatabile with struts??. structs is open source and JSF is from sun. So i am not sure abt the compatability
 
Pradeep bhatt
Ranch Hand
Posts: 8945
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
IBM article..

http://www-106.ibm.com/developerworks/library/j-integrate/?ca=dnt-438
internet is really slowly and also costs a lot
 
Ranch Hand
Posts: 341
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
See > http://jakarta.apache.org/struts/proposals/struts-faces.html
 
sunitha reghu
Ranch Hand
Posts: 937
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Pradeep Bhat:
internet is really slowly and also costs a lot


:roll:
Thanks for the link
 
Author
Posts: 56
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
They all really compliment each other. Here's how:
-Struts is a framework, or better yet, it's an implementation of the MVC design pattern
-JSF is collection of objects for creating server-side GUI components
-JSTL is used for presentation logic
All of them can/will work together.
Sue
 
Ranch Hand
Posts: 3178
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Sue Spielman:
They all really compliment each other. Here's how:
-Struts is a framework, or better yet, it's an implementation of the MVC design pattern
-JSF is collection of objects for creating server-side GUI components
-JSTL is used for presentation logic
All of them can/will work together.
Sue


So can it be assumed that JSF, accompanied with JSTL are used in the View of the MVC design pattern, which is implemented by the Struts?
In this way, they all are working together well... Mean doing their own jobs...
 
reply
    Bookmark Topic Watch Topic
  • New Topic