Vaadin 7 on Grails 2.x
  • Introduction
  • Project setup
    • Command Line
    • IntelliJ IDEA
    • Eclipse
    • NetBeans
    • Plugin Configuration
    • Clean up
    • Best Practices
  • Database
    • GORM
      • Create Domain Model
      • Transactions
      • LazyInitializationException
      • Open Session In View I.
      • Open Session In View II.
      • Table Container
    • Groovy SQL
      • Create Sql
      • Execute SQLs
    • MyBatis
      • Configuration
      • Basics
    • JdbcTemplate
      • Create Beans
      • Usage
    • Clean Up With Alternatives
  • Architecture
    • Model View Presenter
  • Spring Autowiring
    • Create Simple Application
    • Application With Navigator
  • UI
    • Re-using GORM Validations
    • Async Push
    • Multiple application
    • SASS Compilation
    • Widgetset Compilation
  • Spring Security
    • Spring Security Dependency
    • Spring Security Basics
    • Secured Navigator
  • Localization
    • Localization Basics
    • Custom MessageSource
  • REST
    • Without using root URL
    • Using root URL for Vaadin app
  • Plugin development
    • Github
    • Development
Powered by GitBook
On this page
  • Mac OS X
  • Windows
  • Linux

Was this helpful?

Project setup

PreviousIntroductionNextCommand Line

Last updated 5 years ago

Was this helpful?

We are going to learn how to create and configure Grails application with Vaadin plugin in this chapter.

First we need to get Grails installed on your local machine. Type grails --version in your console in order to make sure you have the latest version, because Vaadin plugin is always updated to work with latest version of both Vaadin and Grails frameworks.

If Grails is not on your local and you need some help with installation, follow these tutorials.

Mac OS X
http://www.grailsexample.net/installing-a-grails-development-environment-on-os-x
Windows
http://www.grailsexample.net/installing-a-grails-development-environment-on-windows
Linux
http://www.grailsexample.net/installing-a-grails-development-environment-on-linux