Skip to content

arthurfiddich/springmvc-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpringMVC Twitter Bootstrap Showcase

Overview

Spring MVC Showcase built with JQuery-UI is a great start. It demonstrates the capabilities of the Spring MVC web framework through small, simple examples. After reviewing this showcase, you should have a good understanding of what Spring MVC can do and get a feel for how easy it is to use.

However Bootstrap is awesome.

This fork brings them together, along with other goals:

  • Use only embedded servers (jetty, h2, etc.,)
  • Decorate Layouts with Sitemesh
  • Move page-specific js into a commmon js
  • Incorporate Themes from Bootswatch
  • Build the tutorial into the app?
  • Extend showcase with more features, gotchas, best practices?
  • Integrate Spring Social and Spring Data?

Live Demo

http://springmvc-twbootstrap-showcase.cloudfoundry.com

Run locally with Maven

  1. Build

$ mvn clean install

  1. Run

$ mvn jetty:run

  1. Access the deployed web application at: http://localhost:8080/spring-mvc-showcase/

Tutorials

  • The original blog
  • A screencast showing the showcase in action
  • The presentation is located in this directory (MasteringSpringMVC3.pdf)

About

Spring Apis with Bootstrap (unmaintained)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 57.5%
  • JavaScript 41.8%
  • CSS 0.7%