There are several Spring projects, but the initial Spring (POJO) project has arisen due to the alleged difficulties of working with J2EE. You will find a number of projects on the SpringSource website that have grown out of this, but instead of being concentrated in one structure, they have taken a more modular approach. For all products they produce, see:
http://www.springsource.org/projects
Q. Can someone tell me how they used Spring to create applications?
Spring , - . (, Javabeans), XML/Annotations. Spring bean . beans XML - .
http://static.springframework.org/spring/docs/2.0.x/reference/beans.html
Q. -, , , Spring (iread - linkedin.com spring!
, Spring. , , .
Q. -, , , (Strut, javascript, glassfish/jboss, apache .. , , spring) ?
Spring, , , , , , . Struts Spring :
http://www.ibm.com/developerworks/web/library/j-sr2.html
Glasshfish/JBoss , Spring, . :
http://static.springframework.org/spring/docs/2.5.x/reference/web-integration.html
Q. spring?
. - Spring MVC + Spring Backend. - Java Swing + Spring backend. Spring ( XML), :
JavaBean ( /DTO 's/DAO)
ExampleBean {
private AnotherBean beanOne;
private YetAnotherBean beanTwo;
private int i;
public ExampleBean(
AnotherBean anotherBean, YetAnotherBean yetAnotherBean, int i) {
this.beanOne = anotherBean;
this.beanTwo = yetAnotherBean;
this.i = i;
}
}
beans
Spring -/ web.xml ..
Spring docs btw... .:
http://static.springframework.org/spring/docs/2.0.x/reference/beans.html
Q. Spring framework?
, , . Spring POJO , . -, ( ), .
, ...