Thanks to visit codestin.com
Credit goes to github.com

Skip to content

mztaylor/kd13-kew-training

Repository files navigation

Kuali Days 2013 KEW Training

Purpose

To help users understand the functionality related to KEW and how to add it to their client applications

Setup

Setup Requirements

Eclipse and Rice Setup

You will need to install java, eclipse, mysql for this project. Instructions for setup can be found at:

http://site.kuali.org/rice/2.3.2/reference/html/Intro_To_Rice.html#d4798e2496

Project Setup

Setup kew training project

Clone a copy of the git project by using Eclipse > 'Import' > 'Git' > 'Projects from Git' On the repository source select 'Github' and enter '[email protected]:mztaylor/kd13-kew-training.git'

Build environment

Once the project is checked out, check that it is a maven project by the 'm' icon over the project name. You can also right click on the project and should see maven item in the selection. If it is not there, select 'Configure' > 'Enable Maven Nature'

Right click on the project and select 'Maven' > 'Update Project'. Then select 'Run as' > 'maven install' to build the project.

Database Setup

Then select 'Run as' > 'maven build...'. Set the goal to 'clean install' and profiles to 'mysql,setup'. Select 'apply' and 'run'.

Application startup

Right click the project and select 'Run as ' > 'Run as server'. Select the tomcat 7 server and on Argument tab, add to vm arguments:

-Xms512m -Xmx1024m -XX:PermSize=256m  -XX:MaxPermSize=256m

Select 'apply' button and 'run' button. The server should startup and you can select the project home page

Training Overview

Part 1: KIM Introduction

Identity

  • Principals
  • Groups
  • Roles -- Derived Roles -- Qualified Resolvers

Access:

  • Responsibility (Template)
  • Permission (Template)

Part 2: KEW Introduction

Document Type

  • Actions
  • Policies
  • Route paths and nodes
  • Rules and roles

Troubleshooting

I'm getting 'Unable to update maven project - Unsupported IClasspathEntry kind=4'

  • Right click on the project, select maven - disable maven nature
  • Right click -> Run as -> Maven 'eclipse:clean'
  • Right click -> Configure -> Enable Maven nature

About

Kuali Days 2013 KEW Training Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •