addressbook
addressbook copied to clipboard
Simple Addressbook example application
## Description Dockerize the sample application and deployment on tomcat ## Type of change - [x] Feature ## Checklist - [x] I have read the contribution guide: https://vaadin.com/docs/latest/guide/contributing/overview/ - [x]...
## Description Please list all relevant dependencies in this section and provide summary of the change, motivation and context. Fixes # (issue) ## Type of change - [ ] Bugfix...
Demo
## Description Please list all relevant dependencies in this section and provide summary of the change, motivation and context. Fixes # (issue) ## Type of change - [ ] Bugfix...
I added some configurations to the Jetty maven plugin. Jetty scans the classpath every three seconds and redeploys if there are updates on classes. With this option you can play...
Moved buttons after form. UX-enhancement. --- This change is [](https://reviewable.io/reviews/vaadin/addressbook/13)
we've unpacked the zip start Eclipse Import Existing Maven Projects and see the Error "web.xml is missing and is set to true" in pom.xml (Textedit mode) on line 7 a...
I pulled the project from github but I got this error: Failed to execute goal org.eclipse.jetty:jetty-maven-plugin:9.2.3.v20140905 Im using intelliJ. Unfortunately, I didnt find a solution to the problem, help? :)
Environment : WebSphere Application Server 8.5.5.7/wlp-1.0.10.cl50720150827-0437) on Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_66-b17 (en_US) I get this error when launching the application [ERROR ] CWWKM0101E: The system could not...
The following comparator may throw NPE in cases when Contact's ID hasn't been set: ``` Collections.sort(arrayList, new Comparator() { @Override public int compare(Contact o1, Contact o2) { return (int) (o2.getId()...
1. Press "new contact" 2. Press "cancel" Expected: Back at the original view Actual: Notification shown that the edit has been cancelled but the form is still shown