• 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
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

what is the JSF version support by was 6.1/rad 7.0

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
what is the JSF version support by websphere application server 6.1/rad 7.0? seems like it is still JSF 1.0. can't believe it. Can I use JSF 1.2 by just download and copy JSF 1.2 jar file to my own web application lib?
 
author & internet detective
Posts: 42027
916
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Justin,
Websphere 6.1 supports JSF 1.1. I don't know about WebSpher 7.

I wouldn't expect updating the jar file to work, but you could try it to find out.
 
Ranch Hand
Posts: 284
Netbeans IDE Firefox Browser Debian
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Justin(lijun) wang wrote:what is the JSF version support by websphere application server 6.1/rad 7.0? seems like it is still JSF 1.0. can't believe it. Can I use JSF 1.2 by just download and copy JSF 1.2 jar file to my own web application lib?



You can, but this has two drawbacks:
- Develpment: RAD plugins will continue working with JSF 1.0
- Execution: Since JSF belongs to WAS 6.1 runtime, you will need to change class loading policy to PARENT_LAST in order to override server implementation.

Regards
 
Liar, liar, pants on fire! refreshing plug:
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