
Spring Framework
文章平均质量分 85
chenyujin999
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
SPRING 3 MVC FRAMEWORK INTRODUCTION
support restful URLs annotation based configurations supports to plug-in with other mvc framework like STRUTS. front controller which is a dispatcher, initiate the framework and load the all mapped原创 2013-10-18 20:26:26 · 648 阅读 · 0 评论 -
JSF Integration with Spring
12. JSF Integration Prev Next 12. JSF Integration 12.1. Introduction Spring Faces is Spring's JSF integration module that simplifies using JSF with Sp转载 2013-10-28 00:11:04 · 718 阅读 · 0 评论 -
Spring 3 MVC: Create Hello World application in Spring 3.0 MVC
Welcome to the Part 2 of Spring 3.0 MVC Series. In previous article we went through the Introduction of Spring MVC 3.0 framework, its request processing lifecycle and architecture diagram. In this a原创 2013-10-28 00:09:02 · 1155 阅读 · 0 评论 -
Spring MVC Framework Tutorial
Spring MVC helps in building flexible and loosely coupled web applications. The Model-view-controller design pattern helps in seperating the business logic, presentation logic and navigation logic. Mo原创 2013-10-27 22:19:17 · 1123 阅读 · 0 评论 -
Spring 3 MVC – Introduction to Spring 3 MVC Framework
Introduction to Spring 3 MVC Framework Spring MVC is the web component of Spring’s framework. It provides a rich functionality for building robust Web Applications. The Spring MVC Framework is archit原创 2013-10-28 00:07:27 · 1178 阅读 · 0 评论 -
Spring @transactional not working
I previously had a post on this issue that was resolved however since rebuilding the project with auto wired beans and les xml configuration i find i am revisiting this issue. I have foll原创 2013-10-27 22:16:56 · 1262 阅读 · 0 评论 -
Difference between applicationContext.xml and spring-servlet.xml in Spring
75 down vote favorite 45 Are applicationContext.xml and spring-servlet.xml related anyhow in spring framework? Will the properties files declared in applicationContext.xml be availab转载 2013-10-27 22:16:20 · 1690 阅读 · 0 评论 -
Developing a Spring Framework MVC application step-by-step
Copies of this document may be made for your own use and for distribution to others, provided that you do not charge any fee for such copies and further provided that each copy contains this Copyright转载 2013-10-27 22:20:58 · 829 阅读 · 0 评论 -
Spring MVC Hello World Example
In Spring MVC web application, it consist of 3 standard MVC (Model, Views, Controllers) components : Models – Domain objects that are processed by service layer (business logic) or persistent layer原创 2013-10-20 13:11:27 · 867 阅读 · 0 评论 -
org.springframework.web.context.ContextLoaderListener Quick Solution
Solution of java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener Here are possible and quick solution to fix this exception in Spring MVC application: 1) Inclu原创 2013-10-20 11:53:42 · 748 阅读 · 0 评论 -
MyBatis(iBatis 3) and Spring and Struts2
MyBatis(iBatis 3) and Spring and Struts2 http://code.google.com/p/mybatis/wiki/Spring sample code config files Install Tomcat Install Mysql Create pom.xml 4.0.0 struts2原创 2013-10-31 00:42:20 · 1426 阅读 · 0 评论