• 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

WebSphere 6.1 comes with Servlet 2.4, JSP 2.0, JRE 5.0 limits me to JSF 1.1

 
Ranch Hand
Posts: 281
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As I understand, WebSphere Application Server 6.1 comes with Servlet 2.4, JSP 2.0, JRE 5.0.

Does that limit me to using JSF 1.1 in WebSphere App Server 6.1?
 
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Bad news. It does not look so which is BS since there are lotta defects in 1.1.
Please refer this earlier post here
 
Ranch Hand
Posts: 2458
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you use Facelets instead of JSP as view technology, you can run JSF 1.2 at Servlet 2.4.
Homepage: https://facelets.dev.java.net
Excellent documentation: https://facelets.dev.java.net/nonav/docs/dev/docbook.html
 
Bauke Scholtz
Ranch Hand
Posts: 2458
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Joe Matthew:
since there are lotta defects in 1.1.



Not if you use 1.1_02 (released april 2006) instead of 1.1 (released may 2004). https://javaserverfaces.dev.java.net/download.html
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic