This document provides an overview of using Java Server Pages (JSPs), resources, and internationalization in SAP Portals. It discusses how JSPs are compiled to Portal Components and integrated with HTMLB tags. It describes two methods for JSP integration: JSPDynpage, which uses a controller class and beans, and JSPNative, which compiles a single JSP directly to a component. The document also reviews using different types of resources like images, scripts, and XML files from components and recommends a file structure. Finally, it mentions internationalization at a high level.