Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I was loking a very neat way to write sql in java and I came across this answer. I found the tool(jOOQ) mentioned in the answer very usefult to me. I am working a web peroject and want to use this tool for my web app but the problem is that the tutorial that is given on jOOQ site is for java project not for web project so I need help of you guy's who have used jOOQ in setting-up jOOQ for my web like where to put configuration xml file in prject hirarchy so that jars can fin it.

share|improve this question
What kind of web technology are you planning on using? Note that from an architecture point of view, it doesn't really matter whether you use jOOQ or JDBC directly, as jOOQ operates on JDBC Connection or DataSource objects... – Lukas Eder Aug 9 '12 at 7:01
Are you using Eclipse or another IDE or do you have a build system such as Maven? – Huur Aug 10 '12 at 23:34

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.