Just wondering which programming languages is used on the web pages with the extension ".do"
标签:
file-extension
相关问题
- Opening a file in my application from File Explore
- How do you change the filename extension stored in
- get extension of uploaded file in cake php
- How do I remove the '.php' extension from
- Apache: How to rewrite URL with no file extension
相关文章
- Which MIME type is correct for the .exe file?
- SaveFileDialog AddExtension doesn't work as ex
- For a .Net project, what file extensions should I
- How do you change the extension that .Net pages wi
- Does FileInfo.Extension return the last *.* patter
- How to search for files on phone sdcard or else wh
- best way to remove file extension [duplicate]
- Does PHP have a function that returns the correct
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.
According to FileInfo, the file extension is for Java Servlets.
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..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.