简体   繁体   English

仅客户端的Web应用程序

[英]Client-side only web applications

I am seeing more and more applications that seem as though they are entirely written in JavaScript see ( https://chrome.google.com/webstore/ ) for an example and view the source. 我看到越来越多的应用程序似乎完全用JavaScript编写,请参阅( https://chrome.google.com/webstore/ )查看示例并查看源代码。 As you will see there is no source code except a call to a series of JS files. 正如您将看到的,除了调用一系列JS文件之外没有源代码。 The app works as though it's still a website though and seems to use the HTML5 history API to alter the address on the fly. 该应用程序虽然仍然是一个网站,但似乎使用HTML5历史API来动态更改地址。

Anyone know much about this sort of technology/design patterns, know some good starting points or examples of their own? 任何人都知道这种技术/设计模式,知道一些好的起点或自己的例子吗? I have seen things like Sproutcore and Cappuccino but they seem very different to the way in which the Chrome web store has been built. 我见过像Sproutcore和Cappuccino这样的东西,但它们与Chrome网上商店的构建方式有很大不同。

I'm looking to use it with frameworks like ASP.NET MVC 3 and CakePHP. 我希望将它与ASP.NET MVC 3和CakePHP等框架一起使用。

Alot of Googles projects are developed with Google Web Toolkit. 很多Googles项目都是使用Google Web Toolkit开发的。 It's a framework for building Javascript apps in Java. 它是用Java构建Javascript应用程序的框架。

http://code.google.com/webtoolkit/ http://code.google.com/webtoolkit/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM