Skip to main content

All Questions

Tagged with
2 votes
1 answer
87 views

Persisting data between HttpRequests in MVC

IMetadata ...
Shelby115's user avatar
  • 1,961
1 vote
1 answer
58 views

Managing a collection of object instances and getting them back out with instance manager / service locator

I'm creating an event loop for an asynchronous event execution library for PHP in PHP. Note that this is for a library and not an application. My event loop is just that -- a simple event loop that ...
user avatar
3 votes
2 answers
8k views

Singleton interface in Java

I've created a singleton by means of an interface. I don't want to make a thing with getInstance() etc because I don't care about inheritance, and it's redundant ...
Dog's user avatar
  • 131