
- Grails - Home
- Grails - Overview
- Grails - Installation
- Grails - MVC Architecture
- Grails - Creating an Application
- Grails - The Command Line
- Grails - Convention vs Configuration
- Object Relational Mapping (GORM)
- Grails - The Web Layer
- Grails - Groovy Server Pages
- Grails - Web Services
- Grails - Validation
- Grails - Plugins
Grails Useful Resources
Grails - Web Services
Description
Web Services means providing a web API onto your web application and are typically implemented in either REST or SOAP.
S.N. | Types & Description |
---|---|
1 |
Domain classes as REST resources Creating Profiles helps you to setup a default set of commands and plugins that are tailored to a particular technology or organisation. |
2 |
The AngularJS Profile You can define inheritance of a profile and define the profile dependences and You can publish your profiles to Grails Central Repository and also to an Internal Repository. |
3 |
Creating JSON Views and Templates Understanding profile means contents of directories containing the "commands", "skeleton" and "templates" defined by the profile. |
Advertisements