Is there a site like stack overflow where you are allowed to ask Java application tech design questions of other members? e.g. Opinions on what aspects of Java EE 6 to use and what design patterns to use?

I know and understand that/why these types of questions are not allowed on StackOverflow, since questions/answers are supposed to be objective and not subjective, but the use case exists where folks want to be able to get expert opinions on tech design. Does a site exist for this?

share|improve this question
I would have though that such questions are eligible on SO... Edit: Ah I see. – DerMike Apr 11 '12 at 13:31
Why not use chat? There ought to be a Java room. – Manishearth Apr 11 '12 at 17:04

migrated from stackoverflow.com Apr 11 '12 at 16:24

2 Answers

up vote 5 down vote accepted

Programmers.SE is the closest to what you describe.

share|improve this answer

If the question is really conceptual, go with Programmers.

share|improve this answer

You must log in to answer this question.