Programming

Most of your development will be done using a web browser and an IDE. I recommend using IntelliJ IDEA Ultimate version. See the first programming assignment about where to download the IDE and how to use it. You should check your code on the major browsers: Edge, Chrome, Firefox, and Safari. Test with mobile and desktop versions. You do not have to get it working on all the browsers, but note which browsers you have tested, which browsers it works on and which does not.

There are lectures on the Groovy programming language and the Grails framework that I recommend reading mid semester after completing the programming assignments. But you may want to read additional documentation about Groovy, Grails and web programming while working on the programming assignments:

http://grails.org/doc/latest/

http://groovy-lang.org/documentation.html

http://www.w3schools.com

https://developer.mozilla.org/en-US/docs/Learn

Individual Programming Assignment Pages

  1. Build your first web app
  2. Styling your app
  3. Authenticating administrative pages
  4. Forms and File Upload