Spring framework vs. Struts framework

Spring framework vs. Struts framework

Struts:

Struts is a MVC pattern framework.
Generating integration logic is done dynamically using Struts.
Struts support only JSP as a component view.

Spring:

Spring supports other patterns along with MVC pattern.
Spring supports views like Velocity, Freemaker etc., apart from JSP.

Spring has 6 modules apart from existing JEE technologies.

Explain how to convert java file to jar files
The following is the process: - Type jar –cvf <.java file(s)>...
Describe how to use crystal reports in java.
Create an object of CrystalReport class. - Invoke aboutBox() method – for confirmation whether it is loaded properly - Establish the connection by using setConnect() method...
Why java doesn't support multiple inheritance
Java does not support multiple inheritances. To avoid ambiguity problem – Diamonds of Death – and complexity of multiple inheritance...
Post your comment