1. Is there another way to deploy PAR (not in SAP NDS) ?
2. Which UI framework/taglibs is the best for portlets (HTMLB, WebDynPRO, html with scriplets and so on)?
For example in IBM I could use only 2 tags in forms
<form action='<portletAPI:createURI><portletAPI:URIAction name="submit" /></portletAPI:createURI>' > <INPUT name="<portletAPI:encodeNamespace value='name'/>" />
Is there the same taglibs in SAP(If I dont want to use HTMLB or WebDynPro) ? May I use JSF ?
3. If my application has portlets and servlets. Do I need to create 2 projects and 2 archives (.war for servlets .par for portlets)?