• 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

Migrating JSF 1.1.14 to JSF 2

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have been working with a JSF facelets 1.1.14 application and now I have to migrate it to JSF 2. I have searched many forums and implement the required changes; however, it was'nt satisfactory. In my application, I use JSF Facelets 1.1.14, servlet jstl 1.2, servlet api 2.5, and many more other plugins. The application runs with Jetty plugins 6.1.10 in Eclipse IDE. What steps should I follow to accomplish this task? Thank you in advance...
 
Saloon Keeper
Posts: 27762
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to the JavaRanch, Zaman!

Moving from JSF 1.x to JSF 2 is generally pretty easy if you are using Facelets. The major difference is probably in the fact that Facelets is part of JSF2 whereas it had to be added as a third-party extension to JSF1. Other than that, the legacy code should generally run unchanged, but you should now be able to use annotations and the built-in AJAX support and other improvements.
 
Do not set lab on fire. Or this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic