8000 GitHub - imthapa/restful-grails3
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

imthapa/restful-grails3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restful Grails 3

Integration is a key piece of modern software development. Whether integrating with external vendors or providing APIs for front-end technologies like AngularJS, REST has become the standard. This session will cover the basic principles of REST, how to create RESTful APIs in Grails, and end with a comparison of some of the plugins available.


###Presented at Gr8ConfEU, and Gr8ConfUS

####Copenhagen, Denmark #####04 June 2015

####Minneapolis, MN USA #####30 July 2015


##Slides

Based on the OPI Reveal template

Dependencies

  • Node
  • Bower
  • grunt-cli

##Getting Started

  • Run npm install to install node dependencies
  • Run bower install to install client-side dependencies

##Grunt Commands

  • grunt assemble
    • Minify/uglify the javascript source and css
    • Compiles jade
    • Stages everything in the dist folder
  • grunt run
    • Starts a server running on port 8000
    • watches for changes on project files
    • When files change, the assemble task is re-run and

Packages

No packages published

Languages

  • CSS 60.1%
  • JavaScript 26.3%
  • HTML 13.6%
0