Commit Graph

101 Commits

Author SHA1 Message Date
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
sbohlen
8d171f95fb SPRNET-1189
-removed explicit call to add ID attribute to the control (as call to base class AddAttributesToRender(...) method adds it for us)
-updated SpringAir.2010.sln to target .NET 4.0 (since targeting .NET 2.0 wouldn't let it consume the 4.0-compiled dependencies
2010-08-23 20:44:22 +00:00
bbaia
9998999a95 REST client API: Dev (SPRNET-1345) 2010-08-03 15:03:38 +00:00
bbaia
ce275c9a25 REST client API: Initial checkin (SPRNET-1345) 2010-07-28 00:09:16 +00:00
markpollack
65f1d2f4b8 SPRNET-1310 - Update to use Apache NMS 1.3 2010-06-02 20:09:43 +00:00
bbaia
b97af59e06 Started adding VS2010 solutions/projects for quickstarts [SPRNET-1320] 2010-04-15 17:50:29 +00:00
bbaia
91f2eb6fe6 Added TypeNameAutoProxyCreator example to the AOP quick start [SPRNET-924] 2010-04-15 13:14:49 +00:00
bbaia
9551238d09 Add namespace parser for WCF integration [SPRNET-1324] 2010-04-14 14:57:28 +00:00
markpollack
78f4775b30 Add threading lib deps. 2010-04-08 21:04:38 +00:00
bbaia
285385abab Add VS2008 solutions/projects for all examples [SPRNET-1319] 2010-04-06 15:20:37 +00:00
lahma
3dc13bec2f SPRNET-1246: Show DI for NHibernate managed objects in NHibernate example application 2009-12-26 20:19:39 +00:00
eeichinger
10305650f4 fixed logging config in WebQuickStart 2009-12-22 21:56:16 +00:00
markpollack
474f476232 add missing reference to spring.core testing project. 2009-12-16 17:47:05 +00:00
markpollack
36302e1b23 add missing reference to spring.core testing project. 2009-12-16 14:53:45 +00:00
bbaia
11ae851769 Fixed WCF service proxy type cache [SPRNET-1272] 2009-12-14 01:43:24 +00:00
markpollack
de7a9bd104 Update readme to reflect use of SQLite.
Fix 2005 solution
2009-12-11 20:58:32 +00:00
markpollack
260b6cc718 Update EMS Quickstart to VS.NET 2008 2009-12-09 22:55:06 +00:00
markpollack
613677fb8a Clean up of .csproj files for building on bamboo server. 2009-11-30 17:50:50 +00:00
lahma
5b91c090a4 Fixed Northwind CSS to work with beloved IE, updated tutorial images 2009-08-04 08:40:01 +00:00
lahma
7441ac0254 Database back to initial clean state 2009-08-04 08:33:20 +00:00
eeichinger
8fd35067c9 integrated solutions.build.nant script into main build
fixed northwind example msbuild
2009-08-03 20:35:43 +00:00
eeichinger
da3093992f ingored files 2009-08-03 17:19:38 +00:00
markpollack
57c972ebab misc build fixes for release, doc improvements. 2009-08-03 12:16:43 +00:00
markpollack
888bd5cc79 remove old antlr.runtime.dll project references. 2009-08-02 04:45:08 +00:00
markpollack
5c7cb53dd1 packaging improvements 2009-08-02 03:41:44 +00:00
markpollack
d24dbf0249 SPRNET-1102 - Improve Northwind NHibernate example 2009-07-31 03:15:24 +00:00
markpollack
f502d14635 SPRNET-1102 - Use out-of-box logging advice 2009-07-31 01:27:11 +00:00
lahma
a2cb1ea411 Northwind sample using SQLite 2009-07-30 18:43:18 +00:00
lahma
2e2e60b26c SPRNET-1102: Improve Northwind NHibernate example 2009-07-27 20:24:32 +00:00
lahma
4c5675663d Visual updates to Northwind demo, some refactoring 2009-07-25 13:16:55 +00:00
lahma
9635c82336 SPRNET-1102: Updating NHibernate Northwind example to NH 2.1, some minor UI adjustments 2009-07-24 19:03:28 +00:00
eeichinger
47762e3f0f upgraded to nunit 2.5.1 for running unit tests
integrated ncover for code coverage analysis
switched COM integration tests to explicit
2009-07-14 22:37:59 +00:00
markpollack
a8b6e5feff TIBCO EMS QuickStart 2009-06-18 06:48:10 +00:00
markpollack
f7734690f4 Minor cleanup.
Added example of RequestReplyNmsTemplate
2009-06-16 19:53:15 +00:00
eeichinger
c356bc76a0 made Spring.NET partial trust ready 2009-05-19 04:09:27 +00:00
eeichinger
71f2834158 fixed SPRNET-1118 + added sample "NestedEmployeeInfo" to WebQuickStart 2009-04-16 23:07:09 +00:00
eeichinger
742a7ed4db explicitly ignore vs build artifacts 2009-04-16 15:23:42 +00:00
eeichinger
e422882b2f xmldoc polishing 2009-02-26 16:47:04 +00:00
eeichinger
5846694ddf added log4net support for net-1.0 2009-01-16 01:54:10 +00:00
eeichinger
0cc36fa4fc fixed moviefinder csc task to reference local lib folder (for log4net) 2009-01-16 01:18:50 +00:00
markpollack
75e2f997bd remove extra .sql file, same as one included in src directory 2008-12-16 18:33:51 +00:00
eeichinger
213c2bff41 polished WcfQuickStart sample 2008-12-14 23:16:02 +00:00
eeichinger
eb723a445a minor wcf and msmq example improvements
added vs2k8 solution for msmq example
2008-12-06 13:51:09 +00:00