Skip to content
This repository has been archived by the owner on Dec 28, 2018. It is now read-only.

Thanks for your samples. Wish my feedback can be a little helpful to this project. #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 15 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,29 @@
# Spring Bootstrap Showcase

The unofficial Spring MVC Showcase with Bootstrap.
The unofficial Spring MVC Showcase with Bootstrap 3 and 2.

A fork of [Spring MVC Showcase](https://github.com/SpringSource/spring-mvc-showcase), replacing JQuery-UI with [Bootstrap](http://twitter.github.com/bootstrap/), Tomcat with Jetty, Tiles with [Sitemesh](http://www.sitemesh.org/) and other goodies.
A fork of [Spring MVC Showcase](https://github.com/SpringSource/spring-mvc-showcase), replacing JQuery-UI with [Bootstrap](http://twitter.github.com/bootstrap/) versions, Tomcat with embedded Jetty, Tiles with [Sitemesh](http://www.sitemesh.org/), and other goodies.

The user-interface in this example is basic and doesn't utilize the full power of Bootstrap and Less. If you're interested in a modern, frontend development with [GulpJs](http://gulpjs.com) and a pure Bootstrap experience, checkout [Lesser](https://github.com/priyatam/lesser).
For a complex use of Spring/JQuery/Bootstrap/Ajax, see my [Spring Best Practices App](https://github.com/priyatam/spring-best-practices).

Branches:
Major Versions used:

- Spring 4.1.0 / Bootstrap 3.2 - Master
- Spring 3.2.5 / Bootstrap 3.0 - [Branch 3.X](https://github.com/priyatam/springmvc-bootstrap-showcase/tree/3.x)
- Spring 3.1.0 / Bootstrap 2.3 - [Branch 2.X](https://github.com/priyatam/springmvc-bootstrap-showcase/tree/2.x)
- Spring 3.2.5
- Twitter Bootstrap 3.0.2 (master)
- Twitter Bootstrap 2.3.x ([Branch 2.3](https://github.com/priyatam/springmvc-twitterbootstrap-showcase/tree/2.x))

Live Demo on Heroku.
Live Demo on Heroku (Default is Bootstrap 3)

> http://spring-bootstrap.herokuapp.com/

## Usage
Build, Run

Build and Run:

mvn clean install
mvn jetty:run

Preview at:

http://localhost:8080/spring-mvc-showcase/
1. mvn clean install
2. mvn jetty:run
3. http://localhost:8080/spring-mvc-showcase/

## Tutorials
- [The original blog](http://blog.springsource.com/2010/07/22/spring-mvc-3-showcase/)
- A [screencast](http://s3.springsource.org/MVC/mvc-showcase-screencast.mov) showing the showcase in action
- The presentation is located in this directory (MasteringSpringMVC3.pdf)

- [Spring Best Practices](https://github.com/priyatam/spring-best-practices)
- [SpringMVC Screencast](http://s3.springsource.org/MVC/mvc-showcase-screencast.mov) showing the showcase in action

## Status

I'm no longer active in Java and code primarily in Nodejs and Clojure.

If you're interested in maintaining this repo, including a port of the frontend with Backbone or [Angular](http://java.dzone.com/articles/angularjs-single-page-app), please email me.
Loading