• 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

Resources for JSF (SCEA specific)

 
Ranch Hand
Posts: 3852
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you have/found resources for JSF (SCEA specific), please share.

Thanks.
 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Although I've been using JSF for some time, I saw that second edition of the Core JSF book was recommended by Sun as preparation for the exam, so I picked it up and read it a few weeks ago.

One of the authors was actually on the JSF spec committee, and I found the book to be quite good at explaining the reasoning behind the design decisions made by the JSF spec committee. With knowledge of this reasoning in place, the actual implementation details of JSF are pretty straightforward.
 
ankur rathi
Ranch Hand
Posts: 3852
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by David Sheth:
Although I've been using JSF for some time, I saw that second edition of the Core JSF book was recommended by Sun as preparation for the exam, so I picked it up and read it a few weeks ago.

One of the authors was actually on the JSF spec committee, and I found the book to be quite good at explaining the reasoning behind the design decisions made by the JSF spec committee. With knowledge of this reasoning in place, the actual implementation details of JSF are pretty straightforward.



Thanks David.

But I am looking for some online resource.

Please share if you or someone have it.
 
author and cow tipper
Posts: 5009
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
One of the struggles in finding resources about JSF for the SCEA 5 exam is the fact that the knowledge needed is more about the pros and cons, benefits and drawbacks to JSF, as opposed to actual programming questions.

For example, you could be an expert at creating a custom widget of whatever in JSF, and miss every JSF question on the exam. You could know the entire makeup of the JSF configuration files, but if you don't know the effect a JSF application has on search engines spidering a primarily JSF site, well, you'll miss questions on the Sun Certified Enterprise Architect Exam.

I know, this doesn't exactly point you to a JSF resource, but maybe it will help you pass by some of the JSF resources that don't quite hit the mark.

-Cameron McKenzie
 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What is "the effect a JSF application has on search engines spidering a primarily JSF site" ???
 
Cameron Wallace McKenzie
author and cow tipper
Posts: 5009
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've sorta been wondering myself after having written the beta. Enough questions about it to make me wonder.

I haven't been on too many JSF projects lately.

-Cameron McKenzie
 
Ranch Hand
Posts: 107
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Out-of-the-box, JSF dynamically creates urls which cannot be spidered because they change on a per request basis. There are various approaches to creating friendly URLs that can easily be spidered. Some of the frameworks on top of JSF provide this capability.
[ October 09, 2007: Message edited by: Paul Croarkin ]
 
Ranch Hand
Posts: 220
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
very valuable information Paul, thank you very much.
 
Cameron Wallace McKenzie
author and cow tipper
Posts: 5009
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Paul. I was hoping someone would throw their 3 cents in.



-Cameron McKenzie
 
Akshay Kiran
Ranch Hand
Posts: 220
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
some interesting comments here-
http://sfjsf.blogspot.com/2006/02/usability-problems-in-jsf.html
might throw more light, but can't be too sure about their validity.
 
Akshay Kiran
Ranch Hand
Posts: 220
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
a light treatment of analyzing web frameworks
http://static.raibledesigns.com/repository/presentations/ComparingJavaWebFrameworks-OSCON2007.pdf

http://static.raibledesigns.com/repository/presentations/JavaWebFrameworkSweetSpots.pdf
 
So it takes a day for light to pass through this glass? So this was yesterday's tiny ad?
New web page for Paul's Rocket Mass Heaters movies
https://coderanch.com/t/785239/web-page-Paul-Rocket-Mass
reply
    Bookmark Topic Watch Topic
  • New Topic