Tagged Questions

0
votes
3answers
58 views

Testing ServiceLocator using JUnit

This is a follow up question to my previous question. I am trying to write test case for my ServiceLocator class but it gives me the following error: com/iplanet/ias/admin/common/ASException …
0
votes
3answers
131 views

Is it bad to use servicelocation instead of constructor injection to avoid writing loads of factory classes

Right now we use DI/IOC and when we need to pass extra parameters to a constructor we use a factory class e.g. public class EmailSender { internal EmailSender(string toEmail, string …
1
vote
1answer
166 views

Autofac, ASP.NET and Microsoft.Practices.ServiceLocation

I've been working thru the details of implementing IoC in my web apps but in a way that leverages Microsoft.Practices.ServiceLocation. I am specifically using Autofac and the asp.net integration, but …
3
votes
1answer
142 views

Singleton Vs ServiceLocator

What are the advantages and disadvantages of using a Service Locator versus a singleton? I've read that singletons are bad but I'm wondering if s Service Locator would be generally a better way of …
1
vote
1answer
149 views

Scope of View Models when using Service Locator Pattern in WPF app

Hi there, When using a Service Locator class to serve up ViewModels for your WPF pages to bind to. Should the ViewModels be Singleton scoped or Factory scoped? Is one generally a better idea for WPF …
3
votes
1answer
115 views

How to combine designable components with dependency injection

When creating a designable .NET component, you are required to provide a default constructor. From the IComponent documentation: To be a component, a class must implement the IComponent …
0
votes
1answer
480 views

Flex and Cairngorm Error: C0001E: Only one ServiceLocator instance can be instantiated.

Hey guys, I’m new to Flex and Cairngorm.While I’m using ServiceLocator,I do run into the problem: Error: C0001E: Only one ServiceLocator instance can be instantiated. My Code is like this: In …
1
vote
2answers
83 views

Who is using P&P Common Service Locator?

Who is using it? Is there any OS framework that relies on it?