Steve Bohlen
|
860c097eb6
|
fixing error in mvc4 webapi dependencyresolver impl dispose process
|
2012-06-22 16:17:15 -04:00 |
|
Steve Bohlen
|
4afa7fc8a2
|
SPRNET-1510 mvc4 updates to suppose mvc4 rc changes to IDependencyResolver
|
2012-06-10 22:41:06 -04:00 |
|
Steve Bohlen
|
aca093125c
|
SPRNET-1510 - mvc support for IDependencyResolver changes in mvc4 rc
|
2012-06-10 08:20:41 -04:00 |
|
Steve Bohlen
|
19881ea0b2
|
mvc4 support for IDependencyResolver changes in mvc4 RC
|
2012-06-09 20:15:05 -04:00 |
|
Steve Bohlen
|
30038f299a
|
fixing up minor issues from pulling sprnet-generics branch
|
2012-05-16 12:31:57 -04:00 |
|
Marko Lahma
|
cbfbed206b
|
Fixing compilation and configuration issues in Spring.Scheduling.Quartz.Example
|
2012-05-14 08:50:55 +03:00 |
|
Marko Lahma
|
96bfaaae53
|
Fix Spring.WebQuickStart.2008.sln, remove Spring.Web.Mvc4.xml from version control and add it to ignore
|
2012-05-13 11:34:24 +03:00 |
|
Steve Bohlen
|
a3bc044c96
|
fixing up misc problems with the failing build
|
2012-05-10 20:54:22 -04:00 |
|
Steve Bohlen
|
c4244c172b
|
SPRNET-1497 added explicit support for aspnetmvc4
|
2012-05-03 09:49:51 -04:00 |
|
Steve Bohlen
|
01dac426cb
|
adding package references rather than direct /build/ output refs
|
2012-04-18 14:54:55 -04:00 |
|
Marko Lahma
|
7778994f05
|
Changing from arrays to IList, generify AOP API, change GetObjectsOfType<T> to GetObjects<T> and GetObjectNamesForType<T> to GetObjectNames<T>
|
2012-03-26 08:47:01 +03:00 |
|
Marko Lahma
|
68b67e3f45
|
Fix remaining issues that were spotted by build and test system
|
2012-03-24 13:29:11 +02:00 |
|
Marko Lahma
|
0bc9f6581c
|
Converted Spring.Data.NHibernate.Northwind example to use web application project model instead of problematic web site model
|
2012-03-04 21:36:08 +02:00 |
|
Marko Lahma
|
a16d06db3a
|
Remove NHibernate integration projects except for 3.2
|
2012-03-01 23:29:52 +02:00 |
|
Marko Lahma
|
41a0f3ce0a
|
Remove DotNetMock
|
2012-02-18 14:27:56 +02:00 |
|
Marko Lahma
|
1aef71785d
|
Changing all NET_2_0 to NET_4_0 in build files, fixing web site model DLL references, removed obsolete Spring.Web.Extensions.Example.2005
|
2012-02-18 10:47:04 +02:00 |
|
Marko Lahma
|
3687d33f0a
|
More reference and whatnot fixes
|
2012-02-17 18:44:26 +02:00 |
|
Marko Lahma
|
98978b297c
|
Fixed Spring.Northwind.Dao.NHibernate.2010.csproj's System.Core reference
|
2012-02-17 17:14:57 +02:00 |
|
Marko Lahma
|
88e05db3de
|
Removing .NET 2.0 and 3.0 support, updating build and project files, removing obsolete defines
|
2012-02-16 22:32:16 +02:00 |
|
Marko Lahma
|
18df6ad530
|
This time fixing Quartz example projects to point to new Quartz 1.0 lib folder
|
2012-02-13 22:27:19 +02:00 |
|
Bruno Baia
|
c4b0bf255f
|
Fixed WCF Quickstart [Related to SPRNET-1475]
|
2011-10-20 18:20:48 +02:00 |
|
Marko Lahma
|
ffdeea9d8d
|
SPRNET-1459: Remove VS2003, VS2005 projects and solutions
|
2011-08-15 19:48:36 +03:00 |
|
sbohlen
|
451f734a5a
|
fixing /example/ proj bin regs to consistently point to /bin/net/##/debug/
|
2011-08-02 16:12:09 +00:00 |
|
sbohlen
|
3320e99102
|
-fixing missing /example/ solutions for VS2010
-adding calls to build VS2010 /example/ slns in solutions.build.nant
-update NH3.2 reference bins from CR1 to GA
|
2011-08-02 14:33:29 +00:00 |
|
markpollack
|
57fae392b1
|
Fix MVC3 Quickstart project references
|
2011-08-01 18:28:34 +00:00 |
|
bbaia
|
4aedd8520d
|
Polishing 1.3.2 release
|
2011-07-27 13:05:56 +00:00 |
|
sbohlen
|
c46d1be0e2
|
SPRNET-1450
-adjust base class for MvcApplicationContext to WebApplicationContext to acquire proper session scope support
|
2011-07-05 20:56:07 +00:00 |
|
bbaia
|
5858d9a76d
|
Clean up Calculator quick start
|
2011-06-04 00:26:24 +00:00 |
|
bbaia
|
91283facfe
|
Clean up Calculator quick start
|
2011-06-03 23:48:56 +00:00 |
|
bbaia
|
963c462fcb
|
Clean up Calculator quick start
|
2011-06-03 23:32:19 +00:00 |
|
bbaia
|
bc7b370ec9
|
Add Caching quick start [SPRNET-1447]
|
2011-06-02 20:57:28 +00:00 |
|
sbohlen
|
6edcc27814
|
|
2011-06-02 02:42:44 +00:00 |
|
sbohlen
|
c732da2329
|
SPRNET-1443
-added ThreadSafeDependencyResolverRegistrar called from the HttpApplication.BeginRequest event to ensure that attempts to register the IApplicationContext initialization is properly delayed until the HttpContext.Request actually exists. See http://mvolo.com/blogs/serverside/archive/2007/11/10/Integrated-mode-Request-is-not-available-in-this-context-in-Application_5F00_Start.aspx for details on this issue and the pattern implemented to address it.
|
2011-06-02 02:36:28 +00:00 |
|
sbohlen
|
6ef068396c
|
SPRNET-1443
-add MVC3 sample app to /examples/ folder
|
2011-05-23 01:42:34 +00:00 |
|
bbaia
|
5532f67a9d
|
Removed Spring.Http project (moved to GitHub project spring-net-rest) (SPRNET-1345)
|
2011-02-04 19:10:36 +00:00 |
|
bbaia
|
7d635d6d83
|
REST client API: Polishing (SPRNET-1345)
|
2011-01-17 16:59:12 +00:00 |
|
bbaia
|
57a25d344b
|
REST client API: Silverlight and Windows Phone support (SPRNET-1345)
|
2010-12-30 23:07:54 +00:00 |
|
bbaia
|
ff9008d390
|
Added VS2010 solution to Spring.Web.Extensions example.
|
2010-12-12 02:26:44 +00:00 |
|
sbohlen
|
2898f6c0c4
|
remove errant .user file
|
2010-12-11 18:14:52 +00:00 |
|
sbohlen
|
7f2dd1b9a8
|
adding missing examples code
|
2010-12-09 21:10:01 +00:00 |
|
sbohlen
|
b7d6885de5
|
modified MVC example app to target .net 3.5
|
2010-12-09 18:25:00 +00:00 |
|
sbohlen
|
91549d3d36
|
misc build script changes and add MVC example app
|
2010-12-09 17:10:50 +00:00 |
|
bbaia
|
ce1b9e7309
|
REST client API (SPRNET-1345) :
- Added VS2005 solution/projecs
- Support for .NET 4.0
|
2010-11-28 20:35:18 +00:00 |
|
eeichinger
|
a997f32044
|
fixed SPRNET-1379, Calculator EnterpriseService example
|
2010-10-31 02:51:35 +00:00 |
|
sbohlen
|
3697d212eb
|
Introduce VS2010 instances of the sln and cspproj files for the example application
|
2010-10-27 16:48:34 +00:00 |
|
sbohlen
|
ce22e68a9d
|
Added comment to clarify the reasoning behind the call to Session.Lock(...) in the sample app to ensure that future misunderstandings as lead to this forum post don't reoccur: http://forum.springframework.net/showthread.php?t=7261
|
2010-09-30 18:03:29 +00:00 |
|
bbaia
|
5fc12d6c1e
|
Fixed use of RegularExpressionMethodPointcut in WCF QuickStart (related to SPRNET-1325)
|
2010-09-15 14:25:12 +00:00 |
|
markpollack
|
5ba2f65431
|
SPRNET-1362 - Spring.EmsQuickStart contain generate-classes.bat puts in namespace for Spring.NmsQuickStart
|
2010-09-06 17:44:30 +00:00 |
|
sbohlen
|
e12262992f
|
introduction of stand-alone VS2010 SpringAir Example folders and files (to isolate .NET 4.0-specific settings, etc. from interpretation by prior framework versions)
|
2010-08-23 21:22:09 +00:00 |
|
sbohlen
|
2ec59054fe
|
fixing broken build by reverting the last commit; the VS2010/.NET 4.0 version of the SpringAir example project is going to need it own folder, copy of the projects, etc. in order to avoid polluting the VS2005/VS2008 edition of the example
|
2010-08-23 20:58:20 +00:00 |
|