Tuesday, March 27, 2012

What language uses .do extension?

No, No, No! The .do extension is strictly for JavaServer Pages using the struts framework. The .do extension tells the Application Server to find a config file which calls the proper action class to process the form. Struts is the ultimate "separate content from display" implementation. Go to www.sun.com or to apache.org to find out more about JSP and Struts.