Skip to content

happyrainyday/bbs_news

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bbs_news

a simply and similar bbs webapp

about

The projects aim is to demonstrate the Java implementation of a simple REST interface which is used by an AngularJS application. The following topics are covered:

  • A relational database that holds news entries and users.
  • A REST service that exposes the data in the database.
  • Authentication and authorization against the REST service.
  • A Simple AngularJS application that allows users to view or edit news entries depending on their role.
  • A responsive design.
  • This project is just meant to be a demonstration, therefore it is neither well documented nor well tested. Use it to learn about the technologies used, but do not use it for productive applications.

Technologies

  • AngularJS
  • Bootstrap
  • Jersey
  • Spring Security
  • Mybatis

Description

I am based on rewriting, very grateful to the original author Philip Washington Sorst.