What is the actual purpose of using framework in realtime applications?

Questions by kiranmaye

Showing Answers 1 - 12 of 12 Answers

Framework will act as interface between our program (more specifically our business process) and java software and framework will enforce us to follow certain rules/standards to implement the business logics. For Example if you take struts or springs or Torque frameworks, every framework will have it is own defined rules so we need to follow if we implement the framework in our application.

 

To summarize, Framework will make programs building very easy…

To develop the applications very easily this frame works are developed .These frameworks are developed based on good architechture,upcourse we have follow the rules .

ex: validator frame work
       tiles framework
                              Just by plugin the framework  in strutsconfig.xml and we can use by folling the rules

  Was this answer useful?  Yes

Frame work automatically generate ActionServlet which is reduce the work of programmer. In traditional Servlet/JSP project programmer explicitly write Actionservlet

  Was this answer useful?  Yes

To reduce the developer effort we will go for the framework. Because in the old projects are implemented with some pattern and they find some sort of common problems so all the common problems are solved in frameworks and at the time of maintainence also it reduces to solve the bugs and it is easy to trouble in future

  Was this answer useful?  Yes

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