Code Monkey home page Code Monkey logo

kolich-spring's Introduction

kolich-spring

This Java library is a common set of classes that I frequently use to build complex Spring 3 web-applications.

It is built around Spring 3.2.6.RELEASE, and does not currently support older versions of Spring.

Latest Version

The latest stable version of this library is 0.0.8.

Resolvers

If you wish to use this artifact, you can easily add it to your existing Maven or SBT project using my GitHub hosted Maven2 repository.

SBT

resolvers += "Kolich repo" at "http://markkolich.github.com/repo"

val kolichSpring = "com.kolich" % "kolich-spring" % "0.0.8" % "compile"

Maven

<repository>
  <id>Kolichrepo</id>
  <name>Kolich repo</name>
  <url>http://markkolich.github.com/repo/</url>
  <layout>default</layout>
</repository>

<dependency>
  <groupId>com.kolich</groupId>
  <artifactId>kolich-spring</artifactId>
  <version>0.0.8</version>
  <scope>compile</scope>
</dependency>

Building

This Java library and its dependencies are built and managed using SBT (the Simple Build Tool) 0.13.0.

To clone and build kolich-spring, you must have SBT installed and configured on your computer.

The kolich-spring SBT Build.scala file is highly customized to build and package this Java artifact. It's written to manage all dependencies and versioning.

To build, clone the repository.

#~> git clone git://github.com/markkolich/kolich-spring.git

Run SBT from within kolich-spring.

#~> cd kolich-spring
#~/kolich-spring> sbt
...
kolich-spring:0.0.8>

You will see a kolich-spring SBT prompt once all dependencies are resolved and the project is loaded.

In SBT, run package to compile and package the JAR.

kolich-spring:0.0.8> package
[info] Compiling 17 Java sources to ~/kolich-spring/target/classes...
[info] Packaging ~/kolich-spring/dist/kolich-spring-0.0.8.jar ...
[info] Done packaging.
[success] Total time: 4 s, completed

Note the resulting JAR is placed into the kolich-spring/dist directory.

Dependencies

Naturally, this artifact depends on spring-web 3.2.6.RELEASE, and spring-webmvc 3.2.6.RELEASE.

It also firmly depends on my common package of utility classes, kolich-common.

Licensing

Copyright (c) 2012 Mark S. Kolich

All code in this artifact is freely available for use and redistribution under the MIT License.

See LICENSE for details.

kolich-spring's People

Contributors

markkolich avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.