spring.net
possible GetObjectsOfType replacement
I have this small piece of code var idObjects = Spring.Context.Support.ContextRegistry.GetContext() .GetObjectsOfType(typeof (ICustomInterfaceThatDoesSomething));[详细]
2023-02-11 04:45 分类:问答Object Xml Mapping
I knew that the Spr开发者_开发技巧ing 3 has a feature of object xml mapping. But I can\'t find the corresponding feature in Spring.net 1.3.1.[详细]
2023-02-10 09:39 分类:问答Getting Microsoft test framework to use Spring.Net to create test classes
I have a project using .Net 4.0, VS 2010 and Spring 1.3. Before and after each of my Integration tests run, I want to be able setup and clean up s开发者_运维百科ome data for the test. I was thinking o[详细]
2023-02-10 00:29 分类:问答Windsor and delegating object creation/registration
I have been using Spring.NET for about 4-5 years, and have only recently started looking at the Windsor container. There is a lot about Windsor I like, but I also have to support existing sites with t[详细]
2023-02-09 07:07 分类:问答spring.net + nhibernate + jquery ajax call to webmethod at codebehind
I am trying to make a jquery ajax call to a static method on the codebehind file. The problem is that ArtistManager injected by Spring is not static and I cannot use it in the static webmethod. I am l[详细]
2023-02-07 20:51 分类:问答Reflection says that interface method are virtual in the implemented type, when they aren't?
I have the following code in an unit test public bool TestMethodsOf<T, I>() { var impl = typeof(T);[详细]
2023-02-06 20:31 分类:问答spring.net transaction attribute works only for methods called from outside
In have a service class configured with Spring.NET. DoWork accomplsihes two tasks which should run in two transactions. But Spring.NET seems not invoke any transactional AOP behaviour. I must annotate[详细]
2023-02-04 16:55 分类:问答Resources for learning Spring.NET
Are there an开发者_开发百科y good online resources (including commercial) or books for learning Spring.NET? The only resources I found are examples and documentation on Spring.NET web. Is it enough?Th[详细]
2023-02-03 09:42 分类:问答What's the state of Spring.Net?
I\'m currently evaluating the technologies we want to use for our next project. It will mainly be 开发者_Python百科a backend for automatic data manipulation. It has some dependencies and we can only b[详细]
2023-02-03 07:41 分类:问答MaxConcurrentListeners and Remote Transactional Reads from MSMQ
Could it be that MaxConcurrentListereners on a DistributedTxMessageListenerContainer isn\'t much of use? I have the impression that only one thread at a time can handle a message from the开发者_StackO[详细]
2023-02-02 22:58 分类:问答