Platform migration from PowerBuilder to Java
Convert PowerBuilder to Java
Move PowerBuilder client-server applications onto Java without losing the business rules sealed inside binary PBL libraries and DataWindow objects. Spec-first, validated, and governed end to end.
Six reasons to move off PowerBuilder
PowerBuilder still runs working line-of-business systems, but the risk of standing still compounds every year.
Logic is locked in binaries
Application logic ships inside compiled .pbl libraries that cannot be read, searched, or diffed in source control without the proprietary IDE. Nobody can review what they cannot open.
Same functionality, new platform
Migration does not mean rebuilding features. Forge reconstructs what your PowerBuilder objects actually do into a Living Spec, then generates Java that preserves that behavior.
BEHAVIOR PRESERVED
Talent is disappearing
The pool of engineers fluent in PowerScript shrinks every year, driving up maintenance cost and concentrating key-person risk in a handful of people close to retirement.
Security and compliance
Actively maintained Java frameworks receive the patches and audit tooling that aging PowerBuilder runtimes and their client-server assumptions no longer get.
Escape the desktop deployment model
Client-server executables pushed to every workstation become web-deployable JVM services, removing an install-and-update burden from every release.
Velocity returns
Teams ship features far faster on the JVM ecosystem than on a frozen PowerBuilder platform where every change is a risk review.
See your ForgeScore before you commit
Every import is scored across eight engineering-health dimensions before a Work Order is planned, so you know what you are dealing with up front.


Every PowerBuilder-to-Java project on Forge starts the same way: your codebase is imported, scored across eight engineering-health dimensions with ForgeScore, and reconstructed into a Living Spec before a single line of Java is generated. That is what keeps behavior intact and architecture on plan.
8
ForgeScore dimensions
Every stage
Approval gates
6
Pipeline stages
What changes when you move to Java
The shift is more than syntax. Paradigms, data access, and runtime assumptions all move, and each one needs an explicit mapping.
01
Language & paradigm
PowerScript event handlers attached to visual objects are restructured into idiomatic, well-factored Java classes and services rather than transliterated event for event.
02
Data access
DataWindow objects, which bind query, layout, and update logic in a single artifact, are decomposed into explicit JDBC or JPA data access plus a separate presentation layer.
03
Runtime & packaging
Client-server executables deployed to desktops give way to services deployable on the JVM, with the database connection moved behind an application tier.
04
Tooling & workflow
The proprietary PowerBuilder IDE and binary PBLs are replaced by standard IDEs, plain-text sources under Git, automated tests, and CI pipelines.
What Forge actually produces
Every PowerBuilder import is scored across 8 engineering-health dimensions, then broken into Build, Migrate, and Decommission work orders. Here is what that looks like for a DataWindow coupling finding.
ForgeScore finding
Data Weight
54
How data is modeled, moved, and owned. Moderate score: DataWindow objects bind query, layout, and update rules into a single artifact, so each concern needs separating first.
Medium severity finding
Migration work order
Migrate: d_customer_list
Migrate
Decompose the customer DataWindow into a typed Java model, explicit data access, and a separate presentation layer with equivalent validation. Includes verification against the original PowerBuilder behavior before this work order is marked complete.
Common challenges
Most PowerBuilder migrations fail for the same handful of reasons, and it is rarely the technology itself.
Logic sealed in binary PBLs
Business rules live inside compiled library files that cannot be read or searched without the proprietary IDE, so discovery has to happen before any planning.
DataWindow coupling
A single DataWindow binds SQL, layout, validation, and update behavior together, and each concern has to be separated before it can move.
Type & semantic mismatches
PowerScript's decimal handling and implicit conversions rarely map cleanly onto Java's type system without explicit precision decisions.
No test coverage
Legacy PowerBuilder systems usually ship with nothing to prove behavioral parity against.
Frequently asked questions
How long does migrating PowerBuilder to Java take?
Can Forge read our compiled PBL files?
Will the generated Java be maintainable?
What happens to our DataWindows?
How do you prove the migrated system behaves the same?




