Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding documentation for using this plugin #211

Open
almothafar opened this issue Feb 17, 2021 · 5 comments
Open

Adding documentation for using this plugin #211

almothafar opened this issue Feb 17, 2021 · 5 comments

Comments

@almothafar
Copy link

Previously, there is documentation in the Play Framework website https://www.playframework.com/documentation/2.6.x/JavaEbean
but when I use https://www.playframework.com/documentation/latest/JavaEbean it will redirect me to here, there is no reference and no documentation to how to use it now.

@felipebonezi
Copy link
Contributor

@almothafar did you that exists this documentation markdown file?
https://github.com/playframework/play-ebean/blob/master/docs/manual/working/javaGuide/main/sql/JavaEbean.md

Anyway, I agree that we must make easy to know about how to use this plugin.
@SethTisue @octonato how do you feel about moving this file to README.md in root folder?

@octonato
Copy link
Member

README is perfect.

@mreiche
Copy link

mreiche commented Nov 27, 2022

No, the linked README is far from perfect. It's outdated and just wrong.

Class 'MyServerConfigStartup' must either be declared abstract or implement abstract method 'onStart(DatabaseConfig)' in 'ServerConfigStartup'
import play.db.ebean.Transactional;
Cannot resolve symbol play.db.ebean.Transactional

There is not explanation how to configure Ebeans.

@felipebonezi
Copy link
Contributor

I agree.

We must improve documentation to increase adopters and even maintainers for this project.

@plouf142
Copy link

plouf142 commented Dec 1, 2022

Also, the readme file is made for compilation bot. The code snippets are'nt included, we have to do goings and comings with file linked. Read the markdown file in the github repository is only a workaround, not a solution, sorry!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants