What is the advantages and diadvantages of Struts?

Showing Answers 1 - 7 of 7 Answers

Sudarshan

  • Apr 3rd, 2006
 

I just would like to know the advantages and disadvantages of Java struts?

  Was this answer useful?  Yes

Sudarshan

  • Apr 3rd, 2006
 

I would like to know the advantages..............

  Was this answer useful?  Yes

sivanand

  • Apr 5th, 2006
 

Advantages:-we can seperate businees logic from presentation logic.

                 maintenance is easy.

                 

disadvatages:-we cannot write java code in jsp's.

                   

ASinha

  • May 12th, 2006
 

It is not that we cannot write Java code in JSP when using Struts framework. It can be done but it is not a good practice.

Mandrita Sinha Choudhuri

  • Jul 20th, 2006
 

As commented configuring struts is bit difficult,implementing SSL or any third party plugin is as well cumbersome.

While using struts we need to be careful of the TLDs and the dtds we are using because if the DTD defination is not in sycn with the struts version then we get parsing errors with the struts-config.xml files.

  Was this answer useful?  Yes

kynath

  • Sep 25th, 2006
 

Hi friend, I too lernt struts recently,acc to my knowledge,Advantages are 1)In case of big projects,If code for maintaining and display are combined, It will be difficult to change any thing in future. for ex, If database is changed from oracle to other, we need to change every thing in project. that too we need to search a lot. but in case of struts, only we will change action class. 2)In normal programming, only designer will know exactly what he wrote. If a new person has to modify some thing, it will take a lot of time to understand his project.but in case of struts, it will be easier. Disadvantages are 1)for smaller projects,It is not recommended.Thank youyou can contact me at kynathk@yahoo.co.inbye

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions