tandraschko / quarkus-myfaces

26 stars 6 forks source link

Adds basic OmniFaces support #1

Closed rmpestano closed 5 years ago

rmpestano commented 5 years ago
rmpestano commented 5 years ago

I actually don't know If we shouldn't create an OmniFaces extension separately or delivery an all in one JSF extension with MyFaces, PrimeFaces and OmniFaces (a quite Common JSF combo nowadays), WDYT?

rmpestano commented 5 years ago

Note that PostConstruct and PreDestroy events are not being triggered for OmniFaces ViewScope

tandraschko commented 5 years ago

You have to register scopes; see MyFacesProcessor#buildCdiScopes

I would not mix this with this extension here

rmpestano commented 5 years ago

I would not mix this with this extension here

Alright, also don't think it is a good idea, I'll create another extension for OmniFaces.