answersLogoWhite

0


Best Answer

Struts2 is very powerful web development framework which can be used to build highly scalable, pluggable web application.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: When to use struts technology what type of application developed using struts framework?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Where can one find information about struts software?

STRUTS software was developed by the Apache Software Foundation and is an open source web application framework that is used for developing Java EE web applications. More information can be found on the Apache website or on Wikipedia.


What is the difference between PHP and struts?

STRUTs is a framework of technology of java based on JSP/Java Servlets PHP is another server scripting language


What is strutting?

Struts is an open source Web application framework developed as Apache Jakarta project Struts is based on MVC (Model View Controller) framework. It is used to build Web applications based on Servlet and JSP. So Struts application is a genuine Web application. Struts leverages J2EE design patterns that people find quite useful in building J2EE applications. Because Struts follows these patterns including MVC, Struts is relatively simple to use and learn. A Composite View is a view built using other reusable subviews. A single change to a sub-view is automatically reflected in every composite view that uses it. Furthermore, the composite view manages the layout of its sub-views and can provide a template, making consistent look and feel feel easier to achieve and modify across the entire application. Struts has its own set of custom tag libraries. Struts also support utility classes.


Can you use struts in a desktop application?

If the desktop application you mean would be run on a web browser - Then the answer is YES. STRUTS is an open source framework used for the development of web based java applications using other J2EE technologies like JSP, Servlets and XML.


What is j2ee struts?

Struts is an Model-View-Controller Framework by the Apache Foundation. Struts comes in two flavors: Struts 1 and Struts 2. Struts 1 is a framework that was built by Craig McClanahan and then donated to the Apache Foundation in 2000. More information on Struts can be found here: http://en.wikipedia.org/wiki/Apache_Struts Struts 2, though it may share the name with the former, is quite different. It is essentially version 2 of the WebWork Framework. Both are very competent frameworks for Enterprise class java web applications. There seems to be much more information available for Struts 1 than there is for Struts 2, including tutorials and plugins. When planning a new application, be sure to take into account required functionality. Struts may not be the appropriate answer for all applications.


The best IDE for Struts framework?

Jdeveloperjdeveloper produced a virtual drag and drop environment for the Struts framework and helps the developer to manage and speed up the project.IDEAIDEA 8 has full fledged support for the Struts 2 frameworkthere are Struts plugins availableEclipsethere are Struts plugins available


What is the explanation for the importance of Java Struts?

Java is a platform independent language and is widely used. In java JSP-SERVLET architecture creates over head of response and request object. So to simplify it ,a framework called struts was introduced.Like .net struts is also a framework which is advance version of jsp-servlet archite cture . Struts framework provides functionalities like to include struts tags, jquery.


How do you solve bugs in struts framework in java?

Struts is an open source framework that is created/marketed by the Jakarta commons project. It is an open source and so you can also get the source code of the struts framework. If you feel the code has any issues, then you can fix them in your code, test them and contact the Jakarta commons project and have the fix implemented.


How to do Clientside validation in struts?

check the following site. http://www.devarticles.com/c/a/JavaScript/Validators-Introducing-Struts-Validator-Framework/1/


Can you use jsp as controller in struts application?

no


What does one learn from a Struts tutorial?

One may use a "Struts" tutorial to learn about the "Struts" framework, configuration, localization and integration. A great tutorial may be found at the website "Tutorials Point".


What is a strut?

Struts is an open source Web application framework developed as Apache Jakarta project Struts is based on MVC (Model View Controller) framework. It is used to build Web applications based on Servlet and JSP. So Struts application is a genuine Web application. Struts leverages J2EE design patterns that people find quite useful in building J2EE applications. Because Struts follows these patterns including MVC, Struts is relatively simple to use and learn. A Composite View is a view built using other reusable subviews. A single change to a sub-view is automatically reflected in every composite view that uses it. Furthermore, the composite view manages the layout of its sub-views and can provide a template, making consistent look and feel feel easier to achieve and modify across the entire application. Struts has its own set of custom tag libraries. Struts also support utility classes.