Good question, Bliako.

To be honest I am writing stuff even as we chat here. As I wrote earlier about this web app framework of ours, it is very well written and adheres to design principles (MVC) typically seen only in well structured languages such as C++ and Java. It's not a bunch of scripts patched together with sticky tape! lol

There's 63 "browser enabled" packages or web objects, yet there's only one "script" (controller) that pulls the relevant ones and delegates work to them.
Additionally, it's mod_perl compatible, so responses can be instant as if things were running in an application server. :p
Certain virtual class implementation code is pulled out of the database and ran on the fly. As a result, the JSON import/export code will probably be implemented in some sort of a class attribute serialization package, which most web objects can invoke through whatever method. This actually already happens with two base packages/classes which are responsible for "drawing" web objects to browsers and serializing them in and out of the database.

The biggest problem is that I no longer love to code as much as I used to! :(

In reply to Re^4: Web application framework and Smartphone apps by monx663
in thread Web application framework and Smartphone apps by monx663

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.