Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=3662660
By: tskale
There are two ways for creating an app.
First is to have a page with three includes, header, content and footer and change the source of include for content section as required.
Second is to have a separate URL for each page, which will create a desktop for each page.
Considering memory use, garbage collection and performance, is one way better than the other?
↧