26 October 2007

Struts- MVC Architecture

Its my first time on this blog that i am going to try to take up some technology. These days i am busy with final year seminar which is Struts an MVC architecture, so now i have decided to take up this topic in my blog.

Struts

Apache Struts is an open-source framework that is used for developing Java web application.Originally developed by the programmer and author Craig R. McClanahan this was later taken over by the Apache Software Foundation in 2002. Struts have provided an excellent framework for developing application easily by organizing JSP and Servlet basically based on HTML formats and Java code.

Why do we need Struts?

Java technologies give developers a serious boost when creating and maintaining applications to meet the demands of today's public Web sites and enterprise intranets. Struts combines Java Servlets, Java ServerPages, custom tags, and message resources into a unified framework.

How does Struts work?

Struts combines Java Servlets, Java ServerPages.

  • Java Servlets are designed to handle requests made by Web browsers.
  • Java ServerPages are designed to create dynamic Web pages.
Struts uses a special Servlet to route requests from Web browsers to the appropriate ServerPage.

Why is it called Struts?

It's a reference to struts in the architectural sense, a reminder of the nearly invisible pieces that hold up buildings, houses, and bridges.




Sphere: Related Content

No comments: