All Projects → grails → Grails Core

grails / Grails Core

Licence: apache-2.0
The Grails Web Application Framework

Programming Languages

groovy
2714 projects
HTML
75241 projects
java
68154 projects - #9 most used programming language
CSS
56736 projects
shell
77523 projects
javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Grails Core

scaffolding
Scaffolding plugin for Grails® framework
Stars: ✭ 13 (-99.51%)
Mutual labels:  grails
gorm-hibernate5
GORM for Hibernate 5
Stars: ✭ 51 (-98.07%)
Mutual labels:  grails
getting-started-with-grails
Conference Talk - Getting Started with Grails
Stars: ✭ 23 (-99.13%)
Mutual labels:  grails
helloworld-web
Hello World web application in 39 different ways in Java
Stars: ✭ 18 (-99.32%)
Mutual labels:  grails
grails-spring-security-core
Grails Spring Security Core Plugin
Stars: ✭ 242 (-90.82%)
Mutual labels:  grails
grails-audit-logging-plugin
The Grails Audit Logging Plugin
Stars: ✭ 49 (-98.14%)
Mutual labels:  grails
springcrm
An open-source CRM.
Stars: ✭ 14 (-99.47%)
Mutual labels:  grails
grails-rabbitmq-native
A Grails plugin that provides convenient RabbitMQ functionality using the native Java library for RabbitMQ.
Stars: ✭ 27 (-98.98%)
Mutual labels:  grails
gorm-neo4j
GORM for Neo4j
Stars: ✭ 16 (-99.39%)
Mutual labels:  grails
gorm-mongodb
GORM for MongoDB
Stars: ✭ 58 (-97.8%)
Mutual labels:  grails
groovy-emacs-modes
A groovy major mode, grails minor mode, and a groovy inferior mode.
Stars: ✭ 76 (-97.12%)
Mutual labels:  grails

Build Status

  • Java CI
  • Grails Joint Validation Build

Slack Signup

Grails

Grails is a framework used to build web applications with the Groovy programming language. The core framework is very extensible and there are numerous plugins available that provide easy integration of add-on features.

Grails development is lead by the Grails Foundation and is sponsored by Object Computing Inc. in St. Louis Missouri. Please contact [email protected] for support inquiries.

Getting Started

You need a Java Development Kit (JDK) installed, but it is not necessary to install Groovy because it's bundled with the Grails distribution.

To install Grails, visit https://grails.org/download.html and download the version you would like to use. Set a GRAILS_HOME environment variable to point to the root of the extracted download and add GRAILS_HOME/bin to your executable PATH. Then in a shell, type the following:

grails create-app sampleapp
cd sampleapp
grails run-app

To build Grails, clone this GitHub repository and execute the install Gradle target:

git clone https://github.com/grails/grails-core.git
cd grails-core
./gradlew install

If you encounter out of memory errors when trying to run the install target, try adjusting Gradle build settings. For example:

export GRADLE_OPTS="-Xmx2G -Xms2G -XX:NewSize=512m -XX:MaxNewSize=512m"

Performing a Release

See RELEASE.md.

License

Grails and Groovy are licensed under the terms of the Apache License, Version 2.0.


YourKit is kindly supporting Grails open source projects with its full-featured Java Profiler. YourKit, LLC is the creator of innovative and intelligent tools for profiling Java and .NET applications. Take a look at YourKit's leading software products: YourKit Java Profiler and YourKit .NET Profiler.

Dependencies

Gradle Plugins

  • SDKMAN! Vendor Plugin Github.
  • Gradle Nexus Staging Plugin Github
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].