[Lazarus] Lazarus applications as webpaged
Michael Van Canneyt
michael at freepascal.org
Sun Aug 30 16:17:36 CEST 2015
On Sun, 30 Aug 2015, Larry Dalton wrote:
> I have a very large application with at least 20 forms. What would be the first step in rewriting it as a web app?
- Completely split all GUI logic from business logic.
- Create an API that encapsulates the business logic.
- In essence you'll then have to rewrite all GUI handling.
So, depending on the application:
Decide whether you want to write a RIA or a simple series of webpages ?
Michael.
More information about the Lazarus
mailing list