I have a client who wants to use JSF2 and they like that XHTML is now the default (Facelets).
However, they have a huge amount of "legacy" JSP from their JSF1.x codebase.
I know it's probably not desirable, but will it be possible to support a mix of both in JSF2, at least for a transition period whilst they port?
I know it was possible to mix the two in JSF1.x, but I can't find any information about this in JSF2.
I've googled hard but naturally all the JSF2 focus is on Facelets. Also my brief attempt at mixing (I'm not an expert at JSF!) has led to failure.