platform icon indicating copy to clipboard operation
platform copied to clipboard

Add EclipseStore as a Database option to start.vaadin.com export dialogue

Open mshabarov opened this issue 1 year ago • 4 comments

Describe your motivation

Re-created in Vaadin Platform, because the original issue from @LiveNathan has been moved to a private repo.

Whenever I download a project from the Vaadin app creator (start.vaadin.com), I need to manually remove all of the default database configurations and set up EclipseStore instead. This process is repetitive and time-consuming. Given that Vaadin has partnered with EclipseStore, as highlighted in the YouTube video "Extend your pure Java experience to the persistence layer with EclipseStore", it would be beneficial to offer EclipseStore as an option directly during the project setup process on start.vaadin.com.

image

Describe the solution you'd like

I would like EclipseStore to be included as a database option in the export dialogue of the Vaadin app creator. This addition would streamline the setup process for developers who prefer to use EclipseStore, aligning the setup experience with the demonstrated Vaadin and EclipseStore integration.

Describe alternatives you've considered

Currently, the alternative involves manually removing the default database setup and configuring EclipseStore from scratch. Another alternative is to maintain a custom template project, but this lacks the flexibility and ease of use provided by the Vaadin app creator.

Additional context

Including EclipseStore as an option would not only save time for developers but also reinforce the existing partnership between Vaadin and EclipseStore, making it easier for developers to adopt EclipseStore seamlessly within their projects.

mshabarov avatar Sep 10 '24 11:09 mshabarov