MobilizeNet / PowerBuilderDemo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PBNET

PBNET is a tool that understands your PowerBuilder application and converts it to a ASP.NET Core web application that uses frameworks such as Angular, CSS, and Typescript.

This tool has the ability to process the source code to generate C#, Angular, HTML, and CSS files.

Instead of manually rewriting an entire application, we help you by automating this process using PBNET. This reduces costs, risks and time, while keeping the existing business logic intact.

For more details you can go to our website or check our documentation at https://docs.mobilize.net/

PowerBuilder to .Net Core Sample App

This repo contains the source code and binaries for the PowerBuilder app.

This app just shows a Powerbuilder Window with a different components to interact for example: Dropdown, checkbox, etc.

The sample was migrated with our tools to a ASP.NET Core web app with an Angular FrontEnd.

How to Build

If you want to build this app:

  • BackEnd: you can use the
cd MigratedSolution
dotnet build
  • FrontEnd: you can use the
cd MigratedSolution\sampleSite\sampleSite-angular
npm install
npm run build

Code Structure

When you migrate your app from Powerbuilder to ASP.NET core you will have:

  • WebSite application based on the original app pbt
  • A class library for each Powerbuilder pbl
  • An angular application which whil will generate an angular module with the ui elements from each pbl

Running the app directly from your browser

If you do not want to install anything but still wnat to take a look at migrated application your can open the application using the link below:

Open in Gitpod

Legacy vs migrated app

  • Legacy form Legacy

  • Migrated form Migrated

  • Legacy form Legacy

  • Migrated form Migrated

  • Legacy form Migrated

  • Migrated form Migrated

About


Languages

Language:C# 88.4%Language:Roff 4.7%Language:CSS 2.3%Language:TypeScript 2.0%Language:HTML 1.9%Language:Standard ML 0.4%Language:Csound Document 0.2%Language:GSC 0.2%Language:JavaScript 0.1%Language:PowerBuilder 0.0%