Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

reree #34

Open
wants to merge 32 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
fda6fd2
Initial commit replacing JQuery-UI with Twitter Bootstrap
priyatam Aug 28, 2012
70fd2b0
updated github repo
priyatam Aug 28, 2012
a77a921
notes
priyatam Aug 28, 2012
25b10ae
cleanup
priyatam Aug 29, 2012
e32ef12
cleanup
priyatam Aug 29, 2012
92c794a
added reference to United Theme
priyatam Aug 29, 2012
950409a
Updated notes
priyatam Aug 29, 2012
68b77a4
updated cloudfoundry url
priyatam Aug 29, 2012
fbc4c2e
updated spring version to 3.2, bootstrap to 2.3
priyatam Feb 22, 2013
8e7f979
updated bootstrap to 2.3
priyatam Feb 22, 2013
0ebedfe
updated to bootstrap 2.3
priyatam Feb 22, 2013
c7e80eb
updated notes with revised goals and versions
priyatam Feb 22, 2013
ab1a3f2
@up to bootstrap 2.3.2
priyatam Jul 29, 2013
67c35d3
@up to bootstrap 2.3.2, spring 3.2.3
priyatam Jul 29, 2013
f233941
@up bootstrap to 2.3.2
priyatam Jul 29, 2013
97d8f00
deployed to heroku
priyatam Jul 29, 2013
f5bc7a9
heroku settings
priyatam Jul 29, 2013
fe7efb7
edits
priyatam Jul 29, 2013
6938de6
edits
priyatam Jul 29, 2013
a9ae456
upgraded to spring 3.2.4.RELEASE
priyatam Sep 23, 2013
efc60e1
upgraded to Bootstrap 3 (see branch 2.3 for Bootstrap 2)
priyatam Sep 23, 2013
c20dd6e
fixed branch url
priyatam Sep 23, 2013
b1792e8
edits
priyatam Sep 23, 2013
ef22472
edits
priyatam Sep 23, 2013
4c5168d
upgraded to bootstrap cdn
priyatam Dec 3, 2013
7cc416b
spring -> 3.2.5
priyatam Dec 3, 2013
e1642b1
upgraded to Spring 4.1 / Bootstrap 3.2
priyatam Sep 22, 2014
e948050
edits
priyatam Sep 22, 2014
69c4b93
edits
priyatam Sep 22, 2014
62fe5d4
edits
priyatam Sep 28, 2014
dd6099a
edits
priyatam Sep 28, 2014
5c1da60
edits
priyatam Sep 28, 2014
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
51 changes: 0 additions & 51 deletions README

This file was deleted.

39 changes: 39 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Spring Bootstrap Showcase

The unofficial Spring MVC Showcase with Bootstrap.

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.

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).

Branches:

- 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)

Live Demo on Heroku.

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

## Usage

Build and Run:

mvn clean install
mvn jetty:run

Preview at:

http://localhost:8080/spring-mvc-showcase/

## Tutorials

- [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.
8 changes: 8 additions & 0 deletions manifest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
applications:
- name: spring-bootstrap
memory: 256M
instances: 1
host: none
domain: none
path: .
Loading