Giter Site home page Giter Site logo

rawsanj / spring-tiles-sample-app Goto Github PK

View Code? Open in Web Editor NEW
33.0 5.0 25.0 34.11 MB

Spring MVC - Apache Tile - AdminLTE Bootstrap template - Sample Application

License: MIT License

Java 78.65% HTML 0.03% JavaScript 21.32%
spring-tiles-sample adminlte spring-security spring-data-jpa apache-tiles spring-mvc twitter-bootstrap docker

spring-tiles-sample-app's Introduction

Spring-Tiles-AdminLTE-Demo-App

Spring MVC - Spring Data JPA - Spring Security - AdminLTE Bootstrap template - Apache Tile - Sample Application

This is a demo for how to integrate Spring MCV with Apache Tiles and AdminLTE (a Bootstrap 3 based Admin Panel template).

  • Spring
  • Apache Tiles
  • AdminLTE - A Bootstrap template

Tech

Spring-Tiles-Sample-App uses a number of open source projects:

  • Spring Framework - Core support for dependency injection, transaction management, web applications, data access, messaging, testing and more.
  • Spring Data JPA - Spring Data JPA, part of the larger Spring Data family, makes it easy to easily implement JPA based repositories.
  • Spring Security - Spring Security is a powerful and highly customizable authentication and access-control framework.
  • Apache Tiles - A free open-sourced templating framework for modern Java applications.
  • AdminLTE - Free Premium Admin control Panel Theme based On Bootstrap 3.
  • Twitter Bootstrap - Great UI boilerplate for modern web apps.
  • jQuery - jQuery is a fast, small, and feature-rich JavaScript library.

Installation

$ git clone https://github.com/RawSanj/spring-tiles-sample-app.git

Run this application using embedded Jetty Server and HSQL in-memory DB Server:

mvn -P dev jetty:run -Dspring.profiles.active="dev"

Or run this application using embedded Tomcat7 server(or Jetty) and PostgreSql DB Server:

mvn -P dev tomcat7:run -Dspring.profiles.active="prod"

Run in Docker

Run locally:

Build the WAR file:

$ mvn package

Build docker image:

$ docker build . -t spring-tiles-sample-app

Run docker image:

$ docker run -d -p 8080:8080 spring-tiles-sample-app

Run on Cloud:

Try http://play-with-docker.com for running docker on browser without any local setup.

Pull the docker image:

$ docker pull rawsanj/spring-tiles-sample-app

Run the docker image:

$ docker run -d -p 8080:8080 rawsanj/spring-tiles-sample-app

Tools

The following tools are used to create this project :

  • Spring Tool Suite
  • Maven
  • Google Chrome
  • Git

License

The MIT License (MIT)

Copyright (c) 2015 Sanjay Rawat

spring-tiles-sample-app's People

Contributors

rawsanj avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

spring-tiles-sample-app's Issues

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.