0

I'am using Jdeveloper(12.1.2 & 12.1.3) since 2 years and untill now i use ADF MDS to customize and personalize my jsf pages.

Now i have to "customize and personalize my jsf pages" without ADF.

My questions:

  1. Is there a tools or framework which could help me to solv my issue?
  2. Does somebody deal already with this issue?
  3. What it's JSF own approach on this issue?

Thanks

Festus Tamakloe
  • 11,231
  • 9
  • 53
  • 65

1 Answers1

1

There is no equivalent declarative way of doing this in JSF - you'll have to write Java code that will do all of this for you and change your pages at runtime - Why wouldn't you use MDS for this?

Shay Shmeltzer
  • 3,693
  • 1
  • 13
  • 9
  • Till now, we are using MDS to solv this issue. We have a very huge projet and there is not enough ADF Developer on the market. So are thinking about ADF alternatives and one of the choice is JSF where you could find plenty developer around the world. – Festus Tamakloe Dec 03 '14 at 08:22