Talk:Frameworks - Ajax Patterns

Talk:Frameworks

From Ajax Patterns

Contents

Ajax/Javascript Programming and Usability in "Ajax Design Patterns" Book

Should be incorporated

How come Prototype and its derivative Scriptaculous are missing from the frameworks page? They should be under the "Pure Javascript: Infrastructural Frameworks" section.

Already Incorporated into Main Text

Thanks everyone for the following entries, they've all been incorporated into the main text.

[1] SWATO (Shift Web Application TO...) is a set of reusable and well-integrated Java/JavaScript library that give you an easier way to shift the interaction of your web apps through the AJAX way.

SWATO has the following features:

   * The server side Java library can be easily deployed in all Servlet 2.3  compatible containers.
   * The client side JavaScript library can be worked in various browsers that is HttpXMLRequest supported.
   * Using JSON to marshalling the data of your POJOs on server side. So that you can access the remote data in any JavaScript environment (HTML, XUL, SVG…) easily by either hard coding or integrating with kinds of mature JavaScript libraries.
   * Providing a simple interface for your JavaScript code to interactive with the remote POJOs exposed to the client side. (RPC and more…)
   * Easy and flexible configuration using <servlet> and <filter> in web.xml and comes with (but not depends on) Spring integration.
   * Comes with several reusable component (Auto-complete Textbox, Live Form, Live List, etc) that help you develop your web apps rapidly.





Flash JavaScript Integration Kit http://www.osflash.org/doku.php?id=flashjs The Flash JavaScript Integration Kit allows for the integration of JavaScript and Flash content by enabling JavaScript to invoke ActionScript functions, and vice versa. All major data types can be passed between the two environments.

-mike chambers <sp_ch>friend</sp_ch>