Welcome Guest, Not a member yet? Register   Sign In
Any plans for CI and JS frameworks?
#12

[eluser]Crafter[/eluser]
If you are talking about using little JS utility functions, then sure it is might be possible to embed JS code within some CI library.

However, when you start talking about a JS framework, it starts become near impossible to join the two. Take the YUI framework and CI for example. Your entire YUI front end must be coded in JavaScript, and calls made to the server

This throws the entire MVS paradigm from the traditional form into disarray. Now, the front end must be designed to run totally on the browser, instead of being generated on the server to be displayed on the browser. So you are looking at a Client-Server type application architecture, or a services approach to designing your application. Your design process will therefore shift to code that will operate on two different execution platforms (your browser, and the server).

You might have to modify your CI application to serve JSON and XML instead of HTML code, but joining them you should not.


Messages In This Thread
Any plans for CI and JS frameworks? - by El Forum - 01-24-2008, 12:44 PM
Any plans for CI and JS frameworks? - by El Forum - 01-24-2008, 03:15 PM
Any plans for CI and JS frameworks? - by El Forum - 01-25-2008, 04:35 AM
Any plans for CI and JS frameworks? - by El Forum - 01-25-2008, 04:40 AM
Any plans for CI and JS frameworks? - by El Forum - 01-25-2008, 04:41 AM
Any plans for CI and JS frameworks? - by El Forum - 01-25-2008, 04:44 AM
Any plans for CI and JS frameworks? - by El Forum - 01-25-2008, 04:46 AM
Any plans for CI and JS frameworks? - by El Forum - 01-25-2008, 07:58 AM
Any plans for CI and JS frameworks? - by El Forum - 01-25-2008, 08:04 AM
Any plans for CI and JS frameworks? - by El Forum - 01-25-2008, 11:44 AM
Any plans for CI and JS frameworks? - by El Forum - 01-25-2008, 12:15 PM
Any plans for CI and JS frameworks? - by El Forum - 01-27-2008, 04:21 PM
Any plans for CI and JS frameworks? - by El Forum - 01-28-2008, 02:45 PM
Any plans for CI and JS frameworks? - by El Forum - 01-28-2008, 08:05 PM



Theme © iAndrew 2016 - Forum software by © MyBB