Processing PFC Applications

PowerServer supports most PFC features. As such, under most situations the existing PFC code can also work under the PowerServer environment without any modifications. However, there are a few features that are not supported. For that handful of unsupported features, PowerServer would devise a workaround or alternate implementation of those features. Then, the PFC framework would be enhanced with any auto-sensing feature that would detect whether the PFC framework is being run as Client/Server or as PowerServer Web. If Client/Server, then for those features that PowerServer does not support it will execute the original Client/Server implementation. If Web, then only for those features that PowerServer does not support it will execute the modified implementation.

After modifying these unsupported features, you can deploy the PFC application just as how you deploy a normal PowerBuilder application.