0

Hi I have an application that needs to be migrated from jsf1.1 to jsf2.0. I have read the answers posted in Migrating from JSF 1.2 to JSF 2.0 by BalusC.

I have thought not to go ahead converting JSP to facelets.Retain the JSP2.x as the view technology.

I would request someone to clarify couple of my doubts.

As a part of migrating the custom components is it a must to create a new custom-taglib.xml file ? Can't I retain .tld files as it is.

Since JSF implementations like JSF 2.0 provides backward compatibility with older versions, Is it necessary to change the custom compoent code, for the deprecated methods and replace it with the appropriate methods from JSF 2.0? because we are not migrating it completely to facelets.

Community
  • 1
  • 1
Mahesh
  • 1
  • 5

1 Answers1

0

Do I need to create a new taglib.xml file when migrating JSF 1.1 to JSF 2.0 while keeping JSP as view technology?

No. The *.taglib.xml files are for Facelets what *.tld files are for JSP.

BalusC
  • 992,635
  • 352
  • 3,478
  • 3,452