jaiew / play-jooq

A JOOQ Play 2.1 module to enable JOOQ code generation
24 stars 7 forks source link

getting started guide please #1

Open pligor opened 11 years ago

pligor commented 11 years ago

Seems like a nice solution but a step by step "for dummies" tutorial would be nice. How to install the plugin, what files and dependencies are necessary, what pitfalls might fallen into etc. One more issue is that the sample code does not compile because the dependency is not found. Looking forward to solve these and use it!

jaiew commented 11 years ago

Thanks @pligor I'll put together a starters guide and get some hosting put together for the jars.

Cheers, Jaie

lukaseder commented 11 years ago

@jaiew Are you interested in hosting your guide and jars on jooq.org?

jaiew commented 11 years ago

@lukaseder that would be great. Just let me know what you need from me.

lukaseder commented 11 years ago

I'm thinking of a community page, where third-party contributions can be hosted. Such contributions include:

That page can be managed through a GitHub repository where contributors can create pull requests, which I can publish once a week, or so. The repository will contain a directory for downloadable files and a directory for GitHub-style markdown, for things like this guide. I'm thinking of using this PHP library for the job: https://github.com/michelf/php-markdown

So, I'll code this this week and let you know. You can then create a pull request on that repository. The requirements will be to publish contributions under the terms of the ASL 2.0 license for now.

Would that work for you?

lukaseder commented 11 years ago

So we could already test this. As soon as you're ready, feel free to create a pull request here (even if it's just a draft): https://github.com/jOOQ/jOOQ-contributions

jaiew commented 11 years ago

Okay cool. I should get a chance this week to put something together.

ankurb0308 commented 10 years ago

@jaiew, I am into situation where I need to put Play + jOOQ for transaction management I have planned to use Spring's transaction manager, along with this DBCP for connection pooling. I have found the solution into github for this. but now I need to plug in this solution with Play 2.2. So I am very much eager to see latest code of plugin which you have developed. Can you please share it? Is it written in Scala or Java. Kindly reply as soon as possible.