GithubHelp home page GithubHelp logo

springblog's Introduction

#SpringBlog

This is a tiny blog system based on SpringMVC and Hibernate,just for learning spring.

##Use:

  1. Spring IoC container
  2. Spring mvc for web
  3. Hibernate for mysql database access
  4. Ehcache for second level cache
  5. Tiles3
  6. Boostrap for front page
  7. bootstrap3-wysihtml5

##Finish:

  1. System basic architecture
  2. Database design
  3. Integrate tiles
  4. Admin login and publish post
  5. Manage posts
  6. Manage comments
  7. Blog show
  8. Add bootstrap3-wysihtml5 which supports boostrap3
  9. Add BootstrapValidator

##Problem

  1. Session out of time,how to save information of login user?
    Don't use @SessionAttributes annotation,but use the traditional session.setAttribute method to save login information.Spring docs about SessionAttributes

  2. How to design restful api for delete many objects?

  3. org.hibernate.HibernateException: No Session found for current thread

  4. Error too much recursion while using BootstrapValidator
    Must wrap the element with class form-group,such as

    <div class="form-group">  
      <input name="name"  type="text" class="form-control form-signin-name">  
    </div>  
  5. find soon...

springblog's People

Contributors

defshine avatar

Watchers

James Cloos avatar unilay yang avatar

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.