Ajax Frameworks Types

There are two types of Ajax based frameworks used in
the web programming nowadays: Serverside Framework and Client-side Framework.
Server-side framework is installed inside the server while Client-side framework
entertains the user’s browser to access the web. Similarly, the code executed
on the Web server is considered as Server-side code while if executed on the
user’s browser is known as Client-side Framework.
- Server
Side Framework
The framework that is installed inside the server is known as
Server-side framework. The coding of server-side framework is actually not
created in JavaScript but it is the same language that API provided for
server-side framework. So, it is not mandatory for the developers to be
skilled in JavaScript for server-side framework programming. Nearby all the
frameworks in server-side accepts the coding of developers and automatically
translates it into Ajax when user accesses the website.
- Client
Side Framework
As opposing the server-side, Client-side framework is accessed
and executes within the user’s browsers. For creating Ajax based
client-side framework, developers must be efficient enough in JavaScript as
well as XML. Because Ajax-based client side website is fully depended upon
Ajax and it also needs to a wide range of coding for different browsers.
Come to learn more about: http://javajazzup.com/issue10/page45.shtml

|