开发者

Asp.Net, PHP, JSP What other popular languages for HTML pages generation are there?

开发者 https://www.devze.com 2022-12-19 06:18 出处:网络
Asp.net, php, jsp What other popular (used alot in production) languages for HTML pages generation are there开发者_Python百科?JSP and ASP.NET aren\'t languages as such, they\'re frameworks on top of a

Asp.net, php, jsp What other popular (used alot in production) languages for HTML pages generation are there开发者_Python百科?


JSP and ASP.NET aren't languages as such, they're frameworks on top of a language: Java in JSP's case, [your choice of .NET-based language] in ASP.NET's.

It's only really PHP that binds the programming language to the templating syntax. Elsewhere you tend to have free choice of templating system. Whilst JSP is certainly the usual choice for Java and Rails the most popular choice for Ruby, you can always choose alternatives. Meanwhile Python is a popular web scripting language with no usual ‘default’ templating system for it. You can pick whichever you like from a cast of dozens!


In those Wiki articles you can find a lot of information of the programming languages used in (MVC) webapps:

  • Implementations of MVC as web-based frameworks
  • Comparison of web application frameworks

To sum up, the languages used are:

  • ABAP Objects
  • Actionscript
  • ASP
  • C++
  • ColdFusion
  • Flex
  • Groovy
  • Java
  • JavaScript
  • Informix 4GL
  • Lua
  • .NET
  • Perl
  • PHP
  • Python
  • Ruby
  • Smalltalk
  • XML
  • XQuery

And a little few more. JSP as being a Java based view technology obviously falls in the "Java" category.


Ruby and Python are up there. One notable user of Python is Google.


Python, Perl, Ruby.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号