python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Reduce coupling in a SOAP client
Currently we're usign jax-ws to create and consume SOAP web services, generating java classes through the wsimport goal.
We then, create a Service class to call this web service. The code in the Servi...
drubs
Votes: 0
Answers: 2
Loose coupling in Dart
I was trying to implement loose coupling in one of my Flutter projects. It was not able to find the method.
Have replicated the same in a simple Dart code, how can I fix this, and is there some way to...
Alpit Anand
Votes: 0
Answers: 1
tight coupling and loose coupling examples with Java code
I am aware of the distinction between tight coupling and loose coupling, according to this articles: https://www.upgrad.com/blog/loose-coupling-vs-tight-coupling-in-java/
What I do not understand is t...
RyanKao
Votes: 0
Answers: 2
How does Spring Framework choose between two components?
I'm new to Spring and Dependancy Injection, so I'll do my best, but this question may not be perfectly formed.
In short, imagine a 'sandwich' program that has a 'cheese' component. swiss cheese and pr...
jon P
Votes: 0
Answers: 2