Tagged Questions
3
votes
2answers
264 views
java classes and database queries
Can someone please explain the best way to solve this problem.
Suppose I have three classes
Person
Venue
Vehicle
I have a DAO method that needs to return some or all of these attributes from each ...
0
votes
2answers
150 views
SOA, Java EE and data organization
At the company I work for, we're currently splitting up our monolith solution into a number of small services (SOA).
The purpose of this is to make the developers working on each chunk of code ...