cancel
Showing results for 
Search instead for 
Did you mean: 

MVP Architecture implementation in powerbuilder

Former Member
0 Kudos

In the project, We want to implement the MVP architecture in Powerbuilder. we don't know how to implement this.

So can somebody provide me the essence of MVP for Powerbuilder? I Would appreciate a couple of examples.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

A strict adherence to MVP or similar architecture would require you to not use DataWindow objects in your application. Doing that eliminates the most powerful part of PowerBuilder so would not be a good idea.

It is a good idea to separate business logic from the visual objects (windows/visual userobjects) into non-visual userobjects.