Posts

Showing posts with the label maven

Adding Groovy Sources to Maven Build Path

Say you want to run a groovy class method from your Java project in Maven. You've placed the script file at src/main/groovy/script/MyGroovyScriptClass.groovy . In Java, you would load the class and execute its method like so:

Grails Part 3 - Building a CRUD Application

Click here to view the full tutorial Continuing series: Developing a Grails Web Application. This application will use the Grails Framework to develop a web application using: 1. MongoDB 2. Spring Security 3. Apache CXF 4. Jetty Web Server 5.  Maven build integration  => Removed upon Request Previous Post: Grails Part 2 - Configuring the Plugins View Project on Github: Grails MongoDB Demo These Instructions Will Walk Through: Building a CRUD Application Building the Domain Model Controllers using Grails Scaffolding

Grails Part 2 - Configuring Web Application Plugins

Click here to view the full tutorial Continuing series: Developing a Grails Web Application. This application will use the Grails Framework to develop a web application using: 1. MongoDB 2. Spring Security 3. Apache CXF 4. Jetty Web Server 5.  Maven build integration  => Removed upon Request Previous Post: Grails Part 1 - Setting up a Project on Maven With IntelliJ View Project on Github: Grails MongoDB Demo These Instructions Will Walk Through: Configuring the Plugins MongoDB Jetty Spring Security Apache CXF (WSClient)

Grails Part 1 - Setting up a Project

Image
Click here to view the full tutorial Continuing series: Developing a Grails Web Application. This application will use the Grails Framework to develop a web application using: 1. MongoDB 2. Spring Security 3. Apache CXF 4. Jetty Web Server 5. Maven build integration View Project on Github: Grails MongoDB Demo These Instructions Will Walk Through: Installing the Grails SDK Project Setup Creating a Grails Application Integrating with Maven Integrating with IntelliJ