play-java-ebean-example icon indicating copy to clipboard operation
play-java-ebean-example copied to clipboard

Example Play application showing Java with Ebean

Results 5 play-java-ebean-example issues
Sort by recently updated
recently updated
newest added

Hello, Can you help me please to use only computer ebean instead of ( computer , company ) ! ``` public CompletionStage create() { Form computerForm = formFactory.form(Computer.class); Computer computer...

status:backlog

Why are you setting the id based on the time? In your ComputerRepository.java ``` public CompletionStage insert(Computer computer) { return supplyAsync(() -> { computer.id = System.currentTimeMillis(); // not ideal, but...

status:backlog

When the application is build with the dist command for productive use there is an exception during startup. The only change that has been made was adding the "play.http.secret.key" to...

status:backlog

This example is using the computer ebean DB model as the form data. This is not great, because it means that persistence methods are exposed to the front end template...

status:backlog

Cherry pick from https://github.com/playframework/play-java-ebean-example/pull/28

status:backlog