I want to deploy an ERP system developed in Powerbuilder 2017 on the web. Appeon's solution is to use PowerServer which has the severe limitation of working only with Windows clients (IE, Firefox on Windows pc) only. How do I make the application available to clients on Linux and OSX ? What are the Appeon components required for doing this?
#2 This is possible in PB 2019. Depending on what UI technology you will use, either you would create a C# Web API or C# assembly project. C# DataStore is provided as well as tool for converting any existing PowerScript DW/DS to C# DataStore.
#3 Yes, it is correct there is no magic solution to migrate existing PB desktop apps to HTML/CSS UI. This would be a hand coding effort for the UI layer. However, the business logic layer can be migrated to C# with the C# DataStore, and we are working on developing a PowerScript-to-C# code converter.