Skip to content

A struts2 app that uses REST plugin to serve a Backbone.js frontend

Notifications You must be signed in to change notification settings

kristianhellquist/struts2-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

struts2-blog

This is a REST-application that expose a blog model with title and body.

Backend

The backend is a struts2 application that uses the REST-plugin to simply REST-applications in Java. Depends on hibernate and a mysql database.

Frontend

The frontend is backbone.js application that uses the json api to view, create and delete blogs

Build

Build a WAR-file in ./dist/ by running:

ant

Deployment

Copy the war-file to your application server

About

A struts2 app that uses REST plugin to serve a Backbone.js frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published