I am creating my final year project in Java EE. In my project there will be users, communities (of type Institutes, Schools, Tutors, Clubs), Questions.
I have desined the front end and database according to my needs. Now i want to make my project on design patterns. Can you please tell me which design pattern will be best for me according to current Java EE apps.
You should look on MVC. Try Spring MVC for example.