Skip to content

Getting Started Part 2: Development Environment

Laurent Hasson edited this page Nov 30, 2019 · 12 revisions

Development Environment

For the tutorials available on this Wiki, we’ll use the following software stack

Be aware that

  • There are no direct dependencies on Tomcat or Eclipse. Any Servlet container or Java IDE will do if you prefer something else. But this tutorial shows how to do things in Eclipse.
  • Java 8 is the minimum requirement, but we like to use the latest and greatest
  • Postgres 9.6 is the minimum required, but we like to use the latest and greatest (soon to be V12 as of this writing).

We'll cover the following steps:

  • Creating A New Workspace And Eclipse Project
  • Setting Up Tomcat
  • Setting Up The Tilda libraries
  • First Tilda Project
  • Web Project
  • 'Run' Configurations
  • Skeleton Tilda Definition File
  • Creating An Initial Database
Clone this wiki locally