• 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

Reporting Web App

 
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am developing a simple reporting web application. The app server is WAS 6.0, I believe it only supports JSF 1.0. Am I correct?

Also Core JavaServer Faces books seems to be written for JSF 1.0. I just would like to double check this with someone. If you have read any other JSF book how good is it compared to Core JavaServer Faces and specifically for displaying database tables? TIA.
 
Ranch Hand
Posts: 85
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


I am developing a simple reporting web application. The app server is WAS 6.0, I believe it only supports JSF 1.0. Am I correct?



Yes.


Also Core JavaServer Faces books seems to be written for JSF 1.0. I just would like to double check this with someone. If you have read any other JSF book how good is it compared to Core JavaServer Faces and specifically for displaying database tables?



If you are just displaying the database tables, probably there are 2 JSF components which you should take a look at.
One is "dataTable" and another is "panelGrid"

IBM's implementation of JSF provides some extensions, of which one of them is a JSP Panel.
 
Ranch Hand
Posts: 2874
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Balachandran Paranjothimani:
Core JavaServer Faces books seems to be written for JSF 1.0. I just would like to double check this with someone. If you have read any other JSF book how good is it compared to Core JavaServer Faces and specifically for displaying database tables? TIA.



I would recommend

- JSF In Action - Manning, KittoDMann
- Java Server Faces - ORielly, Hans Bergsten

Latter is good for your specific thing.
 
reply
    Bookmark Topic Watch Topic
  • New Topic