Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A tiny blog system based on SpringMVC and Hibernate

Notifications You must be signed in to change notification settings

TracyYan2015/SpringBlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

49 Commits

Repository files navigation

#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...

About

A tiny blog system based on SpringMVC and Hibernate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.7%
  • Java 14.6%
  • CSS 0.7%

AltStyle によって変換されたページ (->オリジナル) /