The Artima Developer Community
Sponsored Link

Java Buzz Forum
Introducton to Spting

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
instanceof java

Posts: 576
Nickname: instanceof
Registered: Jan, 2015

instanceof java is a java related one.
Introducton to Spting Posted: Sep 19, 2015 9:12 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by instanceof java.
Original Post: Introducton to Spting
Feed Title: Instance Of Java
Feed URL: http://feeds.feedburner.com/blogspot/TXghwE
Feed Description: Instance of Java. A place where you can learn java in simple way each and every topic covered with many points and sample programs.
Latest Java Buzz Posts
Latest Java Buzz Posts by instanceof java
Latest Posts From Instance Of Java

Advertisement

Spring Framework history:
  • Spring 1.0 was released in 2004
  • Initially developed by Rod Johnson.

What is Spring:
  • Spring is  Open Source Framework.
  • Spring is Lightweight Application Framework. 
  • Spring is  Simple framework.
  • Spring is loosely coupled. 
  • Spring is a complete and a modular framework,because spring can be used in all layers of applications means front end(Spring MVC),Database(Spring JDBC,Spring ORM).

Why Spring:
  • Struts designed for Web Layer,like Other Frameworks also addressed specific layer,But Spring Framework provides solution to support all layers of application.
  • Spring is non invasive framework,means Spring doesn't force to implement or extend any class from predefined class from Spring API.


Advantages of Spring:
  • Spring is open source and lightweight framework.
  • Spring is supports all layers including web layer.
  • Easy for testing.
  • Spring Supports POJO Model.
  • POJO-Plain Old Java Object. 
  • Spring works in simple Java environment,because it is non,invasive.
  • Spring can be integrated with any Application Server
  • Spring simplifies J2EE development. 

Spring Modules:
  • Spring Core
  • Spring DAO
  • Spring AOP
  • Spring ORM
  • Spring MVC
  • Spring WEB
  • Spring Context 
spring tutorial



  • Spring is combination of various modules Seven well defined modules,Most of them are reasonably independent.
  • Spring modules built using modular approach,you can use only required modules Each module is set of one or more JAR files
  • Spring’s core module is “Inversion of Control”(IoC) also known as “Dependency Injection”.
  • All other Spring modules are built on top of IoC.IoC is a Foundation or Container of Spring Framework

Read: Introducton to Spting

Topic: Pluggable persistence in Activiti 6 Previous Topic   Next Topic Topic: Grails tutorial for beginners

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use