Programming Tutorials

Interview Question: Who wrote Struts?

By: Ash in Interview Tutorials on 2008-08-13  

Question:Who wrote Struts?

Answer:

There are several active committers to the Struts project, working cooperatively from around the globe. Dozens of individual developers and committers contributed to the Struts 1.x codebase. All interested Java developers are invited to contribute to the project. Struts is a Apache Software Foundation project, with the mission to "provide secure, enterprise-grade server solutions based on the Java Platform that are developed in an open and cooperative fashion". Struts was created by Craig R. McClanahan and donated to The Apache Software Foundation in May 2000. Craig was the primary developer of both Struts 1.x and Tomcat 4. Tomcat 4 was the basis for the official reference implementation for a servlet 2.3 and JSP 1.2 container.

Craig's current focus is as architect of the Sun Java Studio Creator (formerly Project Rave). Craig also serves as the Specification Lead for JavaServer Faces (JSR-127), and is the Web Layer Architect for the Java2 Enterprise Edition (J2EE) platform as a whole.

 

 

 

 





Add Comment

* Required information
1000

Comments

No comments yet. Be the first!

Most Viewed Articles (in Interview )

What is Collection API?

Question: Difference between forward and sendRedirect in JSP?

Interview Question: What is re-entrant. Is session beans reentrant. Is entity beans reentrant?

Explain garbage collection?

Differentiate between .ear, .jar and .war files.

What is the difference between Session Bean and Entity Bean?

Interview Question: Do ActionForms have to be true JavaBeans?

Question: How would you go about analyzing performance of an application?

Interview Question: Does Struts include its own unit tests?

Interview Question: What is the difference between Message Driven Beans and Stateless Session beans?

What are Access Specifiers available in Java?

The output of System.out.println(5>>2) in Java

Interview Question: Write code of any Action Class?

What is the difference between jsp:include page and @ include file?

What is the difference between interface and abstract class?

Latest Articles (in Interview)