simono / scala-orp

Object-Relational Programming in Scala

Home Page:http://simono.github.io/scala-orp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Setup instructions for Scala ORP

What you need

  • Java 7 or 8
  • sbt as build tool

IDE setup

  • Eclipse:
    • install the Scala IDE
    • run sbt eclipse
    • import the Project
  • IntelliJ IDEA:

Running the plugin

To run the plugin just execute: bin/run-plugin.sh

Directory layout

The main ORP project is aggregating three modules (orp-framework, orp-plugin and orp-examples). The build settings, dependencies and build instructions are described in project/Build.scala. project/plugins.sbt and project/assembly.sbt describe the required plugins.

bin: contains executables and scripts

orp-framework: project for the ORP Framework, contains definitions that are needed in client code and in the compiler plugin

orp-plugin: a plugin for the Scala compiler (scalac) that generates the required code

orp-examples: examples that use the orp-framework and the orp-plugin

target folders: these folders are excluded from version control and contain class-files and jars that sbt creates

License

This software is licensed under the Apache 2 license, quoted below.

Copyright 2012 Simon Olofsson

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Object-Relational Programming in Scala

http://simono.github.io/scala-orp/

License:Apache License 2.0


Languages

Language:Scala 100.0%Language:Shell 0.0%