AJAX-based application architecture summary (four)

xiaoxiao2021-03-17  189

5 Server: LISP 5.1 CL-AJAX URL: http://cliki.net/cl-ajax, implementing JavaScript directly call server-side LISP functions. · Output function: (Export-Function # 'my-function) · The JavaScript agent with parameters can be generated. · Can call the JavaScript function or DOM object. · Can be integrated into Sajax. · Open source (custom, very flexible, licensed). Maintained by [Richard Newman] (http://www.holygoat.co.uk/). 6 Server: .NET 6.1 Weborb for.net (Since Aug 2005) Website: http://www.them/aboutweborb.htm, is a platform for developing AJAX and Flash-based fat customers End application and connect them to the .NET object and XML web service. (Online Example (http://www.themidnightcoders.com/examples)) · Weborb includes a client library called Rich Client System (http://www.themidnightcoders.com/rcs/index.htm). The RICH Client System provides a simple online API to bind to any .NET object or any method on the XML web service. · Method call support synchronous and asynchronous method · Do not require any modification on server-side code, do not need to customize method properties, special signatures or parameter types. ** Do not require design time generation. • Synchronous call returns data from this call (no need to call). Asynchronous calls are dependent on a backup implementation. • Any server-side method can be called synchronously or asynchronously. · The client application can request a specified activity to request the server object. As a result, the object can be easily created without any special programming. · Provide a specific API to process database query results - server code can return DataSet or DataTable, while the client displays this result with a special Recordset JavaScript object. This object provides a method to retrieve column names and row data, support data page technology. The client application can retrieve the data in the page. · Support all server-side parameter types and return values ​​- prototype, string, composite type, array, native .NET collection, remote reference · There are two versions available: Standard Edition (free) and professional (commercial license) 6.2 Ajax.NET (Since March 2005) The URL is: http: //ajax.schwarz-interactive.de/, is a library that implements access from JavaScript to server .NET. · Like Sajax, you can pass the calls in JavaScript to the .NET method and return to JavaScript call. · Access session data from JavaScript. · Cache results · Free use, source code available, not specified license. Maintained by Michael Schwarz (http://weblogs.asp.net/mschwarz/). · Do not allow the source code, with the attribute tag method · Complete class support to return to the client JavaScript value · Use HTMLControls to make input and return values ​​· You can return data sheets, datasets, data views, arrays, and collection 7 server: PHP 7.1 AJAXAC (Since April 2005) The URL is: http://ajax.zervaas.com.au/, encapsulated a complete application with a single PHP class. · All application code is included in a single class (additional JavaScript libraries) · Clean PHP file / html pages.

转载请注明原文地址:https://www.9cbs.com/read-129672.html

New Post(0)