Which programming language has extension .do

空扰寡人 提交于 2019-11-30 11:12:08

问题


Just wondering which programming languages is used on the web pages with the extension ".do"


回答1:


According to FileInfo, the file extension is for Java Servlets.




回答2:


Strictly speaking, you can't tell for sure just by looking at the extension. I can configure a web server to interpret *.do URLs as referring to PHP files or even executables and run it accordingly. In fact, *.do URLs may not even refer to files at all! It really does depend on how the server is configured.




回答3:


That is typically not so much a programming language feature but a framework feature: apps developed with Apache Struts (see http://struts.apache.org/) typically use that extension.




回答4:


.do extension is used to build a J2EE enterprise application using Struts and dao factory method that is latest technology framework to build EE applications. It is much faster and efficient than JSP and JSF.



来源:https://stackoverflow.com/questions/5973505/which-programming-language-has-extension-do

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!