Ajax Patterns and Best Practices

时间:2012-04-01 20:29:03
【文件属性】:

文件名称:Ajax Patterns and Best Practices

文件大小:827KB

文件格式:ZIP

更新时间:2012-04-01 20:29:03

Ajax

Contained within this directory are the files that make up the patterns in the book Ajax Patterns and Best Practices. There are two implementations of the patterns; .NET and Java. For both implementations the same HTML pages are used. Following is an explanation of the important directories: /patterns/DotNetAjax -------------------- Directory that contains the .NET implementations of all patterns that make server requests. DotNetAjax.sln is a project that can be loaded in Visual Studio 2005. The project sources are not .NET 1.1 compatible as they make use of .NET Generics. If you want the patterns implemented in .NET 1.1 please get the sources from the subversion database http://www.devspace.com/repos/ajax specifically the directory /ajax/framework/trunk/NAjax.1.devspace /patterns/DotNetAjax/devspace.ajax ---------------------------------- Directory that contains the .NET 2.0 pattern sources /patterns/DotNetAjax/NCommons ----------------------------- Directory that contains support functionality used by the .NET Ajax pattern implementations /patterns/JAjax --------------- Directory that contains the Java implementations of all patterns that make server requests. I use X-Develop for Java, and the project files can only be loaded by X-Develop. If you are using either Eclipse or NetBeans you only need to reference the files contained within the devspace directory. The sources are Java 5 based, and if you want Java 1.4.x please get the sources from the subversion database. http://www.devspace.com/repos/ajax specifically the directory /ajax/framework/trunk/JAjax.14.devspace /patterns/website ----------------- Directory that contains all of the HTML pages and JavaScript files used to illustrate the patterns. The files are located under the ROOT directory for Tomcat compatibility. If you are using... Tomcat point the root directory to be /patterns/website and port 8088 IIS point the root directory to be /patterns/website/ROOT and port 8080 Jetty point the root directory to be /patterns/website/ROOT and port 8088 For further questions please send me email at christianhgross@yahoo.ca If you plan on implementing the patterns in a production scenario please consider looking at the framework files located in the subversion database


网友评论