Powerbuilder Documentation 9.0

Chapter 7 Working with Application Servers and Transaction Servers – PB Docs 90

Chapter 7 Working with Application Servers and Transaction Servers About this chapter This chapter describes how to create dynamic Web content by working with pages in a Web delivery environment that contains an application server and/or a transaction server. Contents Topic Integrating with application servers Working with server scripts About the Web Target object model…

Integrating with application servers – PB Docs 90

Integrating with application servers If you want to deliver dynamic content for your Web site, you must integrate an application server (to process server-side scripts) into your Web site delivery strategy. For sites that use PowerDynamo or JSP, you can take advantage of 4GL extensions to the Web Target object model. The 4GL Web page…

Working with server scripts – PB Docs 90

Working with server scripts You can embed server scripts in your HTML pages or place them in separate script files. You can import a server script file that contains code for processing by the application server you specify, or you can include a server script file if its contents need only to be redirected, without…

About the Web Target object model – PB Docs 90

About the Web Target object model The Web Target object model uses a set of language structures and objects that are common to PowerDynamo and ASP application server technologies. It has also been duplicated using Java classes for deployment to JSP servers. The Web Target object model streamlines the process of developing and deploying Web…

Accessing database content from your Web target – PB Docs 90

Accessing database content from your Web target If you want to access database content from your Web application, you should define a database profile to make this connection available throughout your Web target. A database profile is a named set of parameters stored in the registry that defines a connection to a particular database. Defining…

Integrating with EAServer – PB Docs 90

Integrating with EAServer EAServer is a middle-tier, component transaction server that hosts executable business objects called components. You can access components on EAServer from your Web applications. EAServer can host various types of components including PowerBuilder objects and Java classes or beans. Although these components have different origins, they have several things in common. These…

Chapter 8 Working with JSP Targets – PB Docs 90

Chapter 8 Working with JSP Targets About this chapter This chapter describes how to work with JSP targets using the Web Target object model. Contents Topic About JavaServer Pages JSP Web Target wizard JSP page authoring JSP Web services JSP Web Target object model Custom tag library for the Web DataWindow Document get from Powerbuilder…

About JavaServer Pages – PB Docs 90

About JavaServer Pages JavaServer Pages (JSP) technology provides a quick, easy way to create Web pages with both static and dynamic content. JSPs are text-based documents that contain static markup, usually in HTML or XML, as well as Java content in the form of scripts and/or calls to Java components. JSPs extend the Java Servlet…

Working in an integrated Web delivery environment – PB Docs 90

Working in an integrated Web delivery environment In Web delivery environments, application and transaction servers play a vital role in delivering dynamic content to Web site users by extending the capabilities of a Web server and integrating database management systems (DBMS) into the delivery strategy. An application server processes server scripts to produce customized pages,…

JSP Web Target wizard – PB Docs 90

JSP Web Target wizard Like the PowerDynamo Web Site wizard, the JSP Web Target wizard creates a target with Source and Build folders and a deployment configuration. JSP pages are deployed as a Web application in a Web Archive (WAR) file. Many of the pages in the JSP Web Page wizard are similar to those…