monx663 has asked for the wisdom of the Perl Monks concerning the following question:
There is a CMS/web application framework currently operational which is stable and tried and tested over many years and various production installations.
The idea is to start using this CMS/Web app framework, as a hub for mobile applications running in Android or iOS. The keywords RESTful and JSON, immediately become relevant.
However, the web framework was written over a decade ago and as a result, many of the HTML UI elements it uses are outdated and make its pages look like a a blast from the past! The framework was written in Perl and despite being outdated (UI wise) was designed along the lines of the MVC paradigm and is extremely modular and configurable.
And here is the question... The CMS is currently being renovated and it has already implemented functionality for AJAX and JSON, in order to have certain pages that communicate with the server asynchronously, using jQuery.
When it comes to the stage of having the CMS act as a mobile app hub, will the apps running on Android or iOS be expecting to communicate with the "hub" in JSON over RESTful URLs? Also, since some front end frameworks offer functionality to populate HTML form elements using JSON data, should our framework make JSON the standard method of data interchange between server and client? ("client" being a mobile app or a web browser)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Web application framework and Smartphone apps
by Corion (Patriarch) on Apr 06, 2021 at 07:11 UTC | |
by monx663 (Sexton) on Apr 06, 2021 at 10:46 UTC | |
|
Re: Web application framework and Smartphone apps
by bliako (Abbot) on Apr 05, 2021 at 21:50 UTC | |
by monx663 (Sexton) on Apr 05, 2021 at 23:02 UTC | |
by bliako (Abbot) on Apr 06, 2021 at 21:07 UTC | |
by monx663 (Sexton) on Apr 07, 2021 at 12:24 UTC | |
|
Re: Web application framework and Smartphone apps
by Bod (Parson) on Apr 05, 2021 at 21:52 UTC | |
by marto (Cardinal) on Apr 06, 2021 at 09:29 UTC | |
by Anonymous Monk on Apr 06, 2021 at 15:10 UTC |