Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Vaadin 8 & Maven - The crash course
Rating: 3.8 out of 5(69 ratings)
742 students

Vaadin 8 & Maven - The crash course

A step by step introduction to Vaadin 8 & Maven with lots of examples and 2 projects
Created byKiril Anastasov
Last updated 4/2018
English
English [Auto],

What you'll learn

  • Create a Vaadin and Maven web applications!
  • Learn what is Maven and how to use it!
  • Master the most important Vaadin & Maven concepts!
  • Deploy Web application to Tomcat server!

Course content

3 sections61 lectures6h 58m total length
  • Vaadin Section Overview2:10

    Explore the essential Vaadin components, including labels, check boxes, grids with grid selection, drag-and-drop, panels, images, and data binding and validation, plus popular horizontal and vertical layouts.

  • Install Java 96:19

    Install Java 9 on Windows, download the JDK 9 installer, run it, configure JAVA_HOME and PATH, verify the Java version, and learn the basic setup to run Java apps.

  • Install Eclipse5:11

    Install eclipse oxygen on windows 64-bit, unzip and run, set a workspace in an eclipse maven folder, and use this open source Java IDE with code completion and error checking.

  • Vaadin first steps9:46

    Learn to set up Vaadin 8 in Eclipse with a Maven project, install the plugin, configure run/debug, and build a UI with a clickable button that updates a label.

  • Vaadin Labels7:59

    Create and customize Vaadin labels in a vertical layout, display text with simple and pre-formatted content, apply bold styling, use newline characters, and adjust label height.

  • Vaadin Textfields8:43

    Learn to create Vaadin text fields, set default values, enforce a 20 character limit, and implement a responsive length counter via a Java 8 change event and the dashing style.

  • Vaadin Buttons4:52

    Learn how to create Vaadin 8 buttons, attach click listeners via lambda or alternative, update a label on click, and style the button with a custom style named 'custom'.

  • Vaadin Checkboxes5:52

    Explore Vaadin 8 checkboxes, including single checkboxes and checkbox groups, their boolean state, how to get/set values, and handle value change events with listeners.

  • Vaadin Groups5:39

    Explore Vaadin groups by building radio button groups and checkbox groups, configuring single and multiple selections, adding items, and excluding specific options in layouts.

  • Vaadin ComboBoxes4:57

    Create and customize a Vaadin 8 combo box, populate it with a list of boxers, and dynamically add items using an item handler to reflect user input.

  • Grid Component9:25

    Explore the grid component, compare it to a table, model a boxer with name and fights, populate a grid with boxers, enable inline editing, and customize headers with hide mode.

  • Grid Selection13:30

    Explore grid selection in Vaadin 8 with Maven, enable single and multiple selections, and wire a delete button to remove all chosen boxers from the grid.

  • Tree Component9:01

    Learn to implement the Vaadin 8 tree component to represent hierarchical data, with expand and collapse, data binding, and selection with notifications.

  • Vaadin Tab Sheet8:25

    Explore the Vaadin top sheet component, a tabbed container that switches between inner components in the main display, with multi-tab navigation and change event handling.

  • Vertical Layout5:42

    Master the Vaadin vertical layout, a 100 percent width container with undefined height that stacks components. Practice adding labels to the top and adjusting alignment (center left, middle, center right).

  • Horizontal Layout5:10

    Explore how to build a horizontal layout in Vaadin 8 with Maven, arranging components and labels in a single row, and learn about component order, testing, and debugging alignment issues.

  • Grid Layout7:14

    Explore the grid layout container, a two-by-two grid of rows and columns, and how components occupy grid cells with coordinates while extending the grid and arranging labels and buttons.

  • Panel & Images9:51

    We learn how to create a Bino container for a Vaadin panel, set content, add an image as a form layout component, and style the panel caption with CSS.

  • Data Binding - part 19:39

    Explore data binding with a single binder that links form fields to a bean, validates input, and shows precise error messages as you bind getters and setters.

  • Data Binding - part 210:09

    Use binder to bind name and weight class; number of fights and is active aren't bound. The lecture reveals string-only binding limits and how type changes affect dependencies.

  • Data Validation5:51

    Learn data validation in a Vaadin 8 and Maven setup by comparing binder validation with Java X validation, configuring dependencies, and defining age and name constraints with clear messages.

  • Navigator - part 19:36

    Navigate a Vaadin app by building a navigator with multiple views, enabling bookmarking and browser history, and wire home, docs, and directory page views with a vertical layout.

  • Navigator - part 29:41

    Learn how to implement a Vaadin navigator to switch between home, directory, docs, and product page views by wiring panels and buttons.

  • Errors Handling7:04

    Explore error handling and warnings in Vaadin 8 apps, including error indicators and their placement, text field validation with a button, regular expressions, and humanised messages.

  • Vaadin Quiz
  • Vaadin Section Summary1:41

    Explore Vaadin 8 concepts with Maven by building and navigating UI components, including labels, grid and grid selection, panels, images, and data binding with validation and navigation.

Requirements

  • Basic Java/Programming skills
  • Basic Computer skills

Description

Vaadin Framework is a Java web application development framework that is designed to make creation and maintenance of high quality web-based user interfaces easy. Vaadin supports two different programming models: server-side and client-side. The server-driven programming model is the more powerful one. It lets you forget the web and program user interfaces much like you would program a desktop application with conventional Java toolkits such as AWT or Swing.

Vaadin uses Java for creating web applications. The frameworks works with event-driven programming and widgets, which enables a programming model that is more like a GUI development than normal HTML and JavaScript. Vaadin used Google Web Toolkit for rendering the resulting web page. Vaadin adds server-side data validation to the actions, which means that if the client data is corrupted, the server does not allow it. Vaadin is distributed as a collection of JAR files with Maven or Ivy, which can be included in any kind of Java web project developed with standard Java tools.Also, there is plugin for Eclipse and Netbeans.

Apache Maven is one of the most popular build and project management tools in the java world.In this course you will master all the core concepts of Maven while working hands on creating 16 easy to follow Maven projects. Java is the most popular programming language in use since it’s the only language that works across all computer platforms + android without needing to compile again new changes. Write once, and the JVM does all the work in making sure your programme can run on any platform like Windows, Mac, Linux or Android. This complete Maven course will teach you everything you need to know in order to code awesome, profitable projects, and of course, have fun whilst doing it.

  1. You will learn what is Vaadin & Maven and how to use them!
  2. You will learn the most important Vaadin components like Grid & Navigator!
  3. You will learn how to apply CSS to Vaadin applications!
  4. You will learn how to build a Vaadin project from scratch!
  5. You will learn Data binding & Data validation!
  6. You will learn how to deploy a war to Tomcat!
  7. You will learn password encryption with Maven!
  8. You will learn how to install all the required software (Java, Eclipse, Maven & Tomcat)
  9. You will learn how to work with both Vaadin and Maven!
  10. You will learn best programming practices!
  11. You will learn how to apply CSS properties to Vaadin components!

+ Top 12 Maven interview questions with answers!

See what your fellow students have to say:

"Helps you to not just mimic tutorials, but fully understand all the relevant information. Also, introduces you to the Maven. Every question I have had has been answered on the Q and A section within the day. Couldn't be happier with the course. My room mate is now doing it too." Jacob Wiliamson

"Lots of content and really articulate. Instructor absolutely experienced and professional. If I have to find something to improve, I would suggest to show the methods that normally would be used in real world application instead of pointing that in those case we should do differently. I'm happy with the course and looking forward to enroll in others Kiril's courses."Rakesh Petel

"Kiril does a wonderful job of explaining Vaadin and Maven. Kiril is also very responsive to any queries and requests (and also updating the courses with new content periodically)."  Sami Yusuf

This course is not for everyone.

This is not a get rich quick course where you copy other people’s code, make low-quality software and hope to have contracts rich clients. This course takes work. There is a lot to learn with Maven, but with the right guidance, information, tutoring and tests, it doesn’t have to be as difficult or time-intensive as doing it by yourself.

You literally can’t lose. 

You either end up with advanced Vaadin, Maven & CSS skills, go on to develop great programs and potentially make an awesome career for yourself, or you try the course and simply get all your money back if you don’t like it…

Ready to get started, programmer?

Enroll now using the “Buy Now” button on the right, and get started on your way to Web applications. Or, take this course for a free spin using the preview feature, so you know you are certain this course is for you.

Hurry up, class is waiting!

Who this course is for:

  • Anyone who wants to learn Vaadin 8 & Maven
  • IT students
  • Professionals that want to take their carrier to the next level
  • Programmers with relevant experience (C, C++ & C#)
  • Java Developers