Giter Site home page Giter Site logo

springmvc3-app's Introduction

Spring MVC Demonstration Application

This is a demonstration for various technologies in web development. It covers a variety of topics focusing on Spring MVC, javascript front end coding, and websockets.

It is housed on heroku at http://donhenton-springmvc3.herokuapp.com/

Building

  • mvn clean install -DskipTests=true

Running Locally for CSS development

  • start local postgres (set up with jdatabase set up see docs/db_stuff.txt)
  • mvn clean jetty:run-exploded -Pcss -DskipTests=true in one window
  • in another window: gulp watch-assets from project root
  • serves at http://localhost:8080
  • activate the livereload plugin on chrome
  • sass modifications are made at src/sass and need to be forced the first time

CSS Processing

The gulp default task will rebuild the sass--> css file main.css. The main.css is part of the source tree, so any changes for css will be a multi step process:

  • develop locally using profile -Pcss
  • run gulp default task
  • commit the new css file

This will handle css, js and jsp edits

Running locally (in general)

java -jar target/dependency/jetty-runner.jar target/SpringMVC3-app-1.0-SNAPSHOT.war

OR (MAC)

/Library/Java/JavaVirtualMachines/jdk1.7.0_51.jdk/Contents/Home/bin/java  -jar target/dependency/jetty-runner.jar target/SpringMVC3-app-1.0-SNAPSHOT.war

served at http://localhost:8080

springmvc3-app's People

Contributors

donhenton avatar

Watchers

James Cloos avatar

Forkers

saluber

springmvc3-app's Issues

Fixes

  1. Dynamic graph probably has missing css for floating point tooltips
  2. mvc model xml tree has red dots showing again

Add new items to demo list

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.