i want to build a custom JSF Component. Now i read some docs from oracle and saw a few code Examples. The problem is i am a bit confused:
It seems there are two ways to build a custom component with JSF 2.0+. As far as i understood since JSF 2.0 i can use these Composite Components to build my own component.
But do they have any disadvantages compared to the "Classical" Component ?
My Component will be rather complex do i loose anything (beside downwards compability) when i use Compisite Components ?
For example my Component will have some work todo in java, is this possible with Composite Components ?