Tell me more ×
Code Review Stack Exchange is a question and answer site for peer programmer code reviews. It's 100% free, no registration required.

What would be the convention in naming a data access class in Java. Im using Struts2. The class have the CRUD methods. In my previous projects, im using Access as prefix in naming the class, e.g. ProfileAccess.

share|improve this question
Not to be a pain, but this site is for code reviews (thus the name). If you're not posting working code for review, the question belongs on either Programmers.se or Stack Overflow. – Donald.McLean Sep 18 '12 at 13:24

closed as off topic by Donald.McLean, Jeff Vanzella, Brian Reichle, Paul, James Khoury Sep 19 '12 at 3:04

Questions on Code Review Stack Exchange are expected to relate to code review request within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

Browse other questions tagged or ask your own question.