I am porting an old Swing client.
It uses a loader.jsp with a ROWINCLUDE to switch between login page and
application.
I understand that ROWPAGEBEANINCLUDE is the more current way to do it.
Since it is only a onetime switch on login I wonder if I should just stay with the
ROWINCLUDE or if this will be deprecated ?
ROWINCLUDE is of course still supported, actually it is the internal base for the ROWPAGEBEANINCLUDE component.
So you still can use it.
The Page-Bean-inclusion-concepts are muchchchch simpler and nicer than the pure ROWINCLUDE... so for any continuation of development: use page beans. ;-) (You do not have tro convert everything: start at these places where you begin you development.)