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.

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to