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

Create option/tool to convert a Vaadin 7/8 declarative file to a Java class with the components and the layouts. #2421

Open
johannest opened this issue Jan 4, 2022 · 0 comments

Comments

@johannest
Copy link

johannest commented Jan 4, 2022

Why?

There is currently no migration path from V7/V8 declarative files to V14+. Basically user's would need to manually rewrite their old V7/V8 designs to Java code first, before they can migrate those to V14+. That would increase the migration time significantly if lot of V7/V8 are used in the legacy application.

How?

Utilize something similar as in this experimental tool: https://github.com/elmot/vaadin-declarative-to-java

What?

Alternatives:

  1. Create this as an option to Designer itself
  2. Implement it to the vaadin-maven-plugin for V7 and V8.
  3. Create separate tool for this.
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

1 participant