Webpages ".do" extension, what is this?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • teixeira
    New Member
    • Dec 2006
    • 8

    Webpages ".do" extension, what is this?

    Hi,

    I would like to know what is the ".do" extension in webpages?
    What kind of technology is this? it's not very common i guess!

    Regards,
    Teixeira
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    This is all I could find.

    Comment

    • murcielagossi
      New Member
      • Dec 2006
      • 12

      #3
      Where did you find it?

      Comment

      • alsutton
        New Member
        • Nov 2006
        • 3

        #4
        It's most likley a page generated from a Java Struts web application.

        .do is the extension they use in most of the tutorial and example material.

        Comment

        • b1randon
          Recognized Expert New Member
          • Dec 2006
          • 171

          #5
          Originally posted by alsutton
          It's most likley a page generated from a Java Struts web application.

          .do is the extension they use in most of the tutorial and example material.
          I work on a Struts app and we do have a lot of ".do" actions. The longer explanation is that whatever comes before ".do" is probably a class name. In order to execute the code in that class an action is mapped to a URL. In order to distinguish easily if something is an URL or a java class name you throw ".do" on the end.

          Comment

          Working...