I'm planning to create an application in Android and Web which relies on a back-end java application for data. So, currently I'm thinking of having the business logic in java layer which communicates with the database. Only the requests will be received from Android and Web.
I want to know which framework is suits well for this scenario and easy to maintain.
kindly help.