AJAX-RMI Plug-in Based on JSON and IoC
Min Li
Abstract
Min Li
Abstract
Asynhronous JavaScript and XML(AJAX) has a big resistance to the communication between JavaScript at client side and the service module.AJAX service component is difficult to be integrated with current MVC framework non-invasively.Data exchange system based on structural XML occupies many system resources and transmission bandwidth,so its structure can not be matched effectively between client and server system.Aiming at these problems,a plug-in called MyAJAX based on JSON data exchange which can be seamlessly integrated with current mainstream MVC frameworks and can be interfaced by AJAX remote method is designed.With the Inverse of Control(IoC) container,the JavaScript dynamic stub generation and the JSON serializing model of service module are proposed to realize transparent remote call between JavaScript and the service module inside the container.Application instance of MyAJAX is given.
OpenAlex reports 1 citations for this work. Citation counts describe recorded attention and do not establish research quality.
A contribution statement is not available in the OpenAlex record.
Method details are not available in the OpenAlex metadata.
Findings are not separately available in the OpenAlex metadata.
Limitations are not available in the OpenAlex metadata.
Application details are not available in the OpenAlex metadata.
Asynhronous JavaScript and XML(AJAX) has a big resistance to the communication between JavaScript at client side and the service module.AJAX service component is difficult to be integrated with current MVC framework non-invasively.Data exchange system based on structural XML occupies many system resources and transmission bandwidth,so its structure can not be matched effectively between client and server system.Aiming at these problems,a plug-in called MyAJAX based on JSON data exchange which can be seamlessly integrated with current mainstream MVC frameworks and can be interfaced by AJAX remote method is designed.With the Inverse of Control(IoC) container,the JavaScript dynamic stub generation and the JSON serializing model of service module are proposed to realize transparent remote call between JavaScript and the service module inside the container.Application instance of MyAJAX is given.
Key concepts: JSON, Ajax, Computer science, JavaScript, Operating system, XML, Web service, Client-side