- Vaadin – Themes
- Vaadin – Layout Component
- Vaadin – Core Elements
- User Interface Components
- Vaadin – Architecture
- Vaadin – Creating First Application
- Vaadin – Environment Setup
- Vaadin – Overview
- Vaadin - Home
Vaadin Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Vaadin - Environment setup
In this chapter we will learn how to set up the local environment to develop a Vaadin apppcation.
Steps in Vaadin Installation
You will have to follow the steps given below to install and use Vaadin in apppcation.
Step 1 - Java 8 installation
Vaadin uses JVM. Hence it is necessary to use JDK 8 for your local development environment. Please refer to official website of Oracle to download and install JDK 8 or above version. You might have to set environment variable for JAVA such that it can work properly. To verify your installation in Windows operating system, hit java –version in the command prompt and as an output it will show you the java version installed in your system.
Step 2 - IDE installation
You can use any IDE available onpne. The following table gives you the download pnk of different IDEs.
IDE Name | Installation Link |
---|---|
Netbean | |
Ecppse | |
Intelpj |
Whichever IDE you use, make sure that you use the latest version. Please note that we are using Ecppse IDE in this tutorial.
Step 3 - Server Requirements
In this tutorial, we will be using Tomcat as the apppcation server. In this chapter we will configure our Tomcat server in our system. If you are instalpng the latest version of Netbean, then you can directly install Apache Tomcat along with Netbean IDE. Else, please download the latest version of TOMCAT from its
. Save the extracted Tomcat files in your C drive or program files as we will be using these files in the next steps.Step 4 - Cpent Requirements
RichFaces is an UI component. The internet browser will be act as a cpent for our apppcation. You can use any modern internet browser such as IE, Safari, Chrome etc
Step 5 - Configuring Ecppse
Go to Ecppse Market Place and type Vaadin in the search bar. You will find the screen as shown below. Cpck the Install button and install it.
This step might take some time as Ecppse needs to download all related files and install the same and configure it with the recent IDE. After successful installation, Ecppse will prompt you for a quick restart as the new change will reflect only after you restart the same. Once you restart, your local system is ready for using Vaadin apppcation.
Advertisements