Git Product home page Git Product logo

greenhouse's Introduction

Greenhouse Reference Application

Overview

Greenhouse is a Java web application built for the Spring community that has two primary goals:

  1. Serve as an open-source, public-facing reference and driver for Spring technology, including Spring MVC, Security, Integration, Social and Mobile projects.
  2. Help foster and support our passionate application developer community through the development of useful community services.

Features

  • Extensive use of Spring Framework, Spring MVC, Spring Social, Spring Mobile, Spring Security, and Spring Integration projects.
  • An OAuth-based App Catalog that allows Developers to develop new client apps for which users may establish Account->App connections.
  • The ability to connect your local Greenhouse Account to Twitter, Facebook, LinkedIn, and TripIt ServiceProviders.
  • Member Sign Up, Sign In, and Reset Password Modules.
  • A Member Invite Module allowing you to invite your Facebook friends and email contacts.
  • A Member Badge (Award) System that rewards members for community participation.
  • A mobile web version of the app that can be used across multiple smartphone platforms.
  • A Group Event Management Module for powering Spring events, such as conferences and user group meetings.
  • Numerous Spring Framework contributions in the areas of:
  • Data (S3 File Storage and RDMS Migrations)
  • Web (Email Templating, Flash Map, Comet)
  • An agile Continuous Deployment CI Process

Check Out and Build from Source

  1. Clone the repository from GitHub:

     $ git clone git://github.com/SpringSource/greenhouse.git
    
  2. Navigate into the cloned repository directory:

     $ cd greenhouse
    
  3. The project uses Maven to build:

     $ mvn clean install
    

Running from the Command Line

Deploy the .war to any Servlet 2.5 >, such as Tomcat. By default, the app will run in 'embedded' mode which does not require any external setup. The Tomcat 7 Maven plugin is configured for you in the POM file.

  1. Launch Tomcat from the command line:

     $ mvn t7:run
    
  2. Access the deployed webapp at

     http://localhost:8080/greenhouse
    

IDE Support

If you would like to build and run from a Maven/Java Dynamic Web-project-capable IDE, such as Eclipse/SpringSource Tool Suite, you may simply import "as a Maven Project" into your IDE and deploy the project to your IDE's embedded servlet container.

greenhouse's People

Contributors

habuma avatar royclarkson avatar mtdowns avatar rstoyanchev avatar

Watchers

James Cloos avatar Ed Statham 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.