# addressbook **Repository Path**: mirrors_AdoptOpenJDK/addressbook ## Basic Information - **Project Name**: addressbook - **Description**: Vaadin 7 Simple Addressbook example application that takes advantage of Java 8 lambda expressions - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Addressbook Tutorial ==================== This tutorial had been changed to take advantage of the Java 8 lambda expressions This tutorial teaches you some of the basic concepts in Vaadin Framework. It is meant to be a fast read for learning how to get started - not an example on how application should be designed. Running the example ------------------- mvn jetty:run Importing in Eclipse -------------------- Make sure you have "Eclipse IDE for Java EE Developers" and Maven integration "m2e-wtp" installed. You will get Eclipse from http://eclipse.org/downloads/ and plugins through Help -> Eclipse Marketplace... menu To checkout and run the project from Eclipse, do: - File -> Import... - Check out Maven Projects from CMS - Choose Git from SCM menu and set URL to git://github.com/jojule/SimpleAddressbook.git - Now you should have checked out the project - To run it, choose Run As -> Run on Server - Start experimenting Note that if you are missing EGit plugin, "Maven SCM Handler for EGit" or a local server to run the address book on, you will be asked to install these while doing the above.