Browse Source
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2279 50f2f4bb-b051-0410-bef5-90022cba6387pull/1/head
3 changed files with 29 additions and 0 deletions
@ -0,0 +1,10 @@
@@ -0,0 +1,10 @@
|
||||
/* |
||||
* The simplest implementation of the JNDI SPI that could possibly work. |
||||
* |
||||
* <p>Useful for setting up a simple JNDI environment for test suites |
||||
* or standalone applications. If e.g. JDBC DataSources get bound to the |
||||
* same JNDI names as within a J2EE container, both application code and |
||||
* configuration can me reused without changes. |
||||
*/ |
||||
|
||||
package org.springframework.mock.jndi; |
||||
@ -0,0 +1,11 @@
@@ -0,0 +1,11 @@
|
||||
/** |
||||
* A comprehensive set of Portlet API mock objects, |
||||
* targeted at usage with Spring's web MVC framework. |
||||
* Useful for testing web contexts and controllers. |
||||
* |
||||
* <p>More convenient to use than dynamic mock objects |
||||
* (<a href="http://www.easymock.org">EasyMock</a>) or |
||||
* existing Portlet API mock objects. |
||||
*/ |
||||
|
||||
package org.springframework.mock.web.portlet; |
||||
@ -0,0 +1,8 @@
@@ -0,0 +1,8 @@
|
||||
/** |
||||
* Support classes for the integration of |
||||
* <a href="http://www.lifl.fr/~dumoulin/tiles">Tiles</a> |
||||
* (included in Struts) as Spring web view technology. |
||||
* Contains a View implementation for Tiles definitions. |
||||
*/ |
||||
|
||||
package org.springframework.web.servlet.view.tiles; |
||||
Loading…
Reference in new issue