Forum Moderators: phranque

Message Too Old, No Replies

.do

what is it?

         

Acternaweb

1:38 am on Sep 8, 2003 (gmt 0)

10+ Year Member



I have been seeing a bunch of sites what have applications with the extension of ".do"

What is it? How popular is it? Any info is helpful

amoore

2:01 am on Sep 8, 2003 (gmt 0)

10+ Year Member



It's the Dominican Republic. See www.nic.do for NIC information.

You can find this kind of information at IANA [iana.org...]

txbakers

2:38 am on Sep 8, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



No, it's not necessarily the Dominican Republic. In JSP pages, level 2 JSP uses the Jakarta Struts framework. Just as .NET uses a different set of tags for the HTML markup, so to does Struts.

When a JSP page has a ".do" page as a form action, that signals the application server to call a specific configuration file to look up which java action class to implement. That java class processes the form and returns whatever page is specified in the class.

BlobFisk

2:16 pm on Sep 8, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I agree with txbakers - JSP Struts form action class...