Is the JSF implementation still viable?

Hello there,
Reading the documentation online I stumbled on this documentation for the previous version:

JSF Task Forms | docs.camunda.org

That’s interesting since I wanted to know If could integrate Camunda in my JSF project without changing the actual UI implementation.

Unfortunately I can’t find the same Documentation in the new version of Camuda. Is this implementation still viable? How did it change?

My final objective is using the current jsf pages but let them interact with zeebe.

you could integrate Camunda 8 with JSF, Replace the Camunda 7 service layer with Camunda 8 Client API.

Camunda 7 example: Build your own Camunda task explorer with CDI and JSF | Camunda

Camunda 8 Client: Java client | Camunda 8 Docs

1 Like

Thanks, I suspected that much :slight_smile: