PowerBuilder 9: Internet and Distributed Application by William Green, John D. Olson

By William Green, John D. Olson

Model nine of PowerBuilder introduces many gains designed particularly to combination the normal power of PowerBuilder as a swift Client/Server software improvement device with the hot and rising versions for disbursed program improvement. PowerBuilder builders desire PowerBuilder-specific details on interacting with Java software servers, comparable to WebSphere, WebLogic, and Sybase's company software Server (EAServer) and net provider improvement. This e-book provides the recent features of PowerBuilder nine besides the structure and styles required to create dispensed structures in PowerBuilder.

Show description

By William Green, John D. Olson

Model nine of PowerBuilder introduces many gains designed particularly to combination the normal power of PowerBuilder as a swift Client/Server software improvement device with the hot and rising versions for disbursed program improvement. PowerBuilder builders desire PowerBuilder-specific details on interacting with Java software servers, comparable to WebSphere, WebLogic, and Sybase's company software Server (EAServer) and net provider improvement. This e-book provides the recent features of PowerBuilder nine besides the structure and styles required to create dispensed structures in PowerBuilder.

Show description

Read or Download PowerBuilder 9: Internet and Distributed Application Development PDF

Best client-server systems books

SAP NetWeaver For Dummies

This guidebook will lead you thru SAP NetWeaver, the internet services-based company integration and alertness platform that permits portals, collaboration, info administration, improvement environments, and extra.

MySAP toolbag for performance tuning and stress testing

* the excellent, self sufficient, real-world consultant to SAP functionality trying out * Covers tools and demanding situations inherent to trying out mySAP CRM, PLM, SCM, SRM, R/3 and R/3 firm, company Portal, net AS, SAP XI, MDM, and extra * indicates how one can plan, attempt, and optimize SAP NetWeaver ideas and parts for day-by-day lots, company peaks, key transactions, and end-to-end enterprise processesDrive greatest functionality and cost out of your SAP funding!

Advanced Computational Infrastructures for Parallel and Distributed Applications (Wiley Series on Parallel and Distributed Computing)

A special research of the state-of-the-art in layout, architectures, and implementations of complicated computational infrastructures and the purposes they aid rising large-scale adaptive clinical and engineering functions are requiring an expanding quantity of computing and garage assets to supply new insights into complicated platforms.

Microsoft Windows Home Server 2011 unleashed

Covers the latest model of WHS!   this can be the main accomplished, functional, and beneficial consultant to the brand-new model of home windows domestic Server 2011. Paul McFedries doesn’t simply conceal all elements of working home windows domestic Server: He indicates tips to use it to simplify every little thing from dossier sharing to media streaming, backup to safety.

Extra resources for PowerBuilder 9: Internet and Distributed Application Development

Sample text

For example, when an Internet request comes through port 80, it notifies the socket, which in turn determines that it's connected to a Web server on that port, and then allows the communication to occur between the Web server and the communication initiator. The socket/port combination allows a socket to connect one application to many ports, but there can only be one connection on any given port. The port can also be told which communication protocol it will support; for example, TCP/IP, HTTP, and so forth.

When another call is made to the component, the server first checks to see if there is a pooled instance of the component available. The pooled component is reinstated rather than a new Create being executed. Any instance data that was previously set will still be set at this point. However, the component is handled as if it were destroyed and re-created, so if you are working with pooled component instances, you should take care to perform some cleanup in the component deactivate event to clean up any instance variable settings.

More plans were in the works though to make PowerBuilder a more mainstream development language for distributed components within more commercially available application servers. Additionally, the DPB application server components had to manage things such as transactions and security by developer-written code while the more commercial application servers featured these capabilities built into the server; in fact, EAServer has these features built-in and accessible by PowerBuilder components. Ultimately, the DPB Server was made obsolete so that the product focus could be maintained on EAServer.

Download PDF sample

Rated 4.22 of 5 – based on 11 votes