Hello how do i handle session sharing in IE8 in java?? I have an application where multiple users can login. Before in IE7 we开发者_C百科 dint have this sort of problem. But since its loosely coupled
Recent asp.net MVC experience has drastically reduced my .NET hate f开发者_如何学Pythonrom the front-end/UI dev perspective. Is there anything similar in Java or does that servlet/portlet business whi
I\'m writing a small piece of code in Python and am curious what other people think of this. I have a few classes, each with a few methods, and am trying to determine what is \"better\": to pass obje
intro code: public interface Course { /** * returns the number of units (hours) a specific course is */ public int units();
I am struggling to see the real-world benefits of loosely coupled code. Why spend so much effort making something flexible to work with a variety of other objects? If you know what you need to achieve
Let\'s say I have three object A, B, C. B is the implementation of following interface: interface D { event EventHandler<OrderEventArgs> OrderCreated;
When I look at ASP.NET MVC projects I everytime see loose coupled architecture. For what do I need a loose coupling in a web architecture (if I do not make unit tests)?
We\'re developing a layered web application. The specs: 3 layers, data layer, business layer, ui layer.
What feature(s) of ASP.Net MVC can replace the way events can be used in Webforms to support loosely coupled components?
I consider a self-described / auto-descriptive service as a good thing in a SOA architecture, since (almost) everything you know to call the service is present in the service contract (such a WSDL).