`
cloudhe
  • 浏览: 107393 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

About JavaScript, JScript, JSP

阅读更多

1、Java, JavaScript, JScript, JSP

 

语言开发者类型                编译位置    动/静其它
JavaSun面向对象编程语言需要客户端静态前身Oak语言
JavaScriptSun, Netscape基于对象,事件驱动,脚本语言不需要客户端静态简称JS, 介于Java与HTML之间
JScriptMicrosoft基于对象,事件驱动,脚本语言不需要客户端静态包含JavaScript, (仅?)用于IE
JSPSunCGI语言?服务器端动态JavaServerPages, 以Java为基础

 

注:


1. JS (JavaScript) 是一种脚本语言,是嵌入式的,可以嵌入到 HTML、JSP、ASP、ASP.NET 中,是一门比较灵活的的语言。

  

 

2. JSP (Java Server Pages) 不是脚本语言,是和 ASP、PHP 一样的,用来写服务器端处理页面的 CGI 语言, 运行在服务器中。

 

 

3. JSP 和 ASP 并列为开发动态网页的两中基本语言。

 

 

4. JSP 只是一个服务器脚本语言的规范,并没有规定一定要用 Java,事实上有不少 JSP Engine 支持额外的脚本语言,尤其是支持 JS 居多。

 

 

5. JSP 技术是 Java 系列技术的一部分。JSP 页面被编译成 servlets,以便在服务器端处理。(applet 和 servlet 是用 Java 语言编写的,在服务器上运行的程序)。

 

 

6. ASP (Active Server Page) 不是一门语言,而是一个 web 服务器端的开发环境,利用它可以产生和运行动态的、交互的、高性能的 web 服务应用程序。ASP 采用脚本语言 vb script(java script)作为自己的开发语言。除了可使用 vbscript 或 jscript 语言来设计外,还通过 plug-in 的方式,使用由第三方所提供的其他脚本语言,譬如 rexx、perl、tcl 等。

 

 

7. PHP (Hypertext Preprocessor, 超文本预处理器) 是一种跨平台的服务器端的嵌入式脚本语言。它大量借用c、java 和 perl 语言语法,并耦合 PHP 自己的特性,使 web 开发者能够快速地写出动态生成页面。



2、静态网页、动态网页

        程序是否在服务器端运行,是重要标志。在服务器端运行的程序、网页、组件,属于动态网页,它们会随不同客户、不同时间,返回不同的网页,例如 ASP、PHP、JSP、ASP.NET、CGI 等。运行于客户端的程序、网页、插件、组件,属于静态网页,例如 html 页、Flash、JavaScript、VBScript 等等,它们是永远不变的。

 

分享到:
评论

相关推荐

    something about javaScript

    something about javaScript maybe can help you

    Learn JavaScript In a Weekend 2003

    JavaScript will entail about 70% of the book, while about 30% will be dedicated to JScript. <br>A JavaScript programming primer for beginning programmers and Web page developers will also be ...

    Packt.Object-Oriented.JavaScript.3rd.Edition

    Learn everything you need to know about object-oriented JavaScript with this comprehensive guide. Enter the world of cutting-edge development! About This Book This book has been updated to cover all ...

    2018 年 JavaScript 的未来及远方

    “The Future of Javascript 2018 and Beyond,” offers our future-looking analysis and predictions about the latest in JavaScript. We also look back at all the JavaScript craziness from 2017 and neatly ...

    Mastering.JavaScript.1785281348

    You will learn about modern libraries and tools so you can write better code. By the end of the book, you will understand how reactive JavaScript is going to be the new paradigm. What you will learn...

    JavaScript Data Structures and Algorithms

    The motivation for writing this book was the lack of resources available about data structures and algorithms written in JavaScript. This was strange to me because today many of the job opportunities ...

    JavaScript: Moving to ES2015

    JavaScript: Moving to ES2015 by Ved Antani English | 24 Mar. 2017 | ASIN: B06XWDKLS8 | 1194 Pages | AZW3 | 9.08 MB Explore and master modern JavaScript techniques with ES2015 in order to build large-...

    Test-Driven JavaScript Development

    This book is about programming JavaScript for the real world, using the techniques and workflow suggested by Test-Driven Development. It is about gaining confidence in your code through test coverage,...

    Javascript document

    some very good books about javascript,if u complete those books and can use some debug tools such as FireBug or chrome developer tool, then u will have a very good comprehension of javascript

    JavaScript Functional Programming for JavaScript Developers (PDF, EPUB, MOBI)

    About This Book Write powerful code with the high-level functions that JavaScript offers Discover what functional programming is, why it's effective, and how it's used in JavaScript Understand and ...

    6 JavaScript Projects Kindle Edition

    Understandably, many articles have been written complaining about how difficult it is to learn modern JavaScript development these days. We’re aiming to minimize that confusion with this set of ...

    JavaScript A Beginner’s Guide Third Edition

    and points you toward resources if you want to learn more about JavaScript once you have completed the book. This book includes a number of special features in each chapter to assist you in learning ...

    Mastering JavaScript High Performance(PACKT,2015)

    You will also learn about JavaScript performance on mobile platforms such as iOS and Android and how to deploy your JavaScript project to a device. Finally, by the end of the book, you'll be able to ...

    JavaScript Patterns

    You'll also learn about anti-patterns: common programming approaches that cause more problems than they solve. * Explore useful habits for writing high-quality JavaScript code, such as avoiding ...

    getting good wiht javascript

    a good book about javascript

    JavaScript Best Practice

    Understandably, many articles have been written complaining about how difficult it is to learn modern JavaScript development these days. We’re aiming to minimize that confusion with this set of ...

    Mastering.JavaScript.High.Performance.1784397296

    You will also learn about JavaScript performance on mobile platforms such as iOS and Android and how to deploy your JavaScript project to a device. Finally, by the end of the book, you'll be able to ...

    Eloquent JavaScript 3rd

    This is a book about JavaScript, programming, and the wonders of the digital.

    Functional.Programming.in.JavaScript.1784398225

    About This Book Discover what functional programming is, why it's effective, and how it's used in JavaScript Understand and optimize JavaScript's hidden potential as a true functional language Explore...

Global site tag (gtag.js) - Google Analytics