Hi iam new to springs ,can u explain what are the advantages of springs?

Showing Answers 1 - 1 of 1 Answers

mikessun

  • May 7th, 2008
 

Spring is an IoC based framework. IoC refers to Inversion of Control, meaning that one object using 2nd object to provide certain capability.

Advantages:
* simplify coding via POJO programming and framework
* easier and more controllable than EJB framework
* fewer requirements for application server than EJB-based J2EE application
* less knowledge required for SQL

  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