All Questions
3 questions
1
vote
1
answer
630
views
Implementing an interface from a framework vs simple java interface
This concept is unclear with me.
I have worked on several frameworks for an instance Spring. To implement a feature we always implement some interfaces provided by the framework.
For an instance if ...
3
votes
2
answers
1k
views
Need advice on framework design: how to make extending easy
I'm creating a framework/library for a rather specific use-case (data type). It uses diverse spring components, including spring-data. The library has a set of entity classes properly set up and ...
263
votes
7
answers
299k
views
What does the Spring framework do? Should I use it? Why or why not?
So, I'm starting a brand-new project in Java, and am considering using Spring. Why am I considering Spring? Because lots of people tell me I should use Spring! Seriously, any time I've tried to get ...