• 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
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Am newbie in JSF

 
Ranch Hand
Posts: 129
Firefox Browser Tomcat Server Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Am newbie in JSF but knows struts1.3
I want some good resources which will help me learning jsf ...

What all are similarities between JSF and STRUTS 1 ....???

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I was newbie to JSF a month back. I folllowed the below link to get some idea about JSF atleast we can start with comfort.

http://www.roseindia.net/jsf/

I am also struts developer before and after moving to JSF, its different for first couple of weeks, then things will set right. Try to compare and analyze with struts while you go through the JSF tutorial, then its easy to remember things.

Thanks
Pardha

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In some ways, Struts and JSF are similar.
That is both make use of a configuration file...In case of Struts it is 'struts-config.xml' ...in case of JSf it becomes 'faces-config.xml'.
Also both make use of the MVC Architecture.
The servlet controller in caseof Struts is 'ActionServlet'...in case of 'JSF' it becomes..'faces-servlet'....
I have found that if you one of them, learning the other will become a piece of cake. And persoanlly I feel that JSF is much better an option then struts, because of the simplicity in configurng web.xml file
 
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic