Good day, the question is pretty trite, but I need help, you need to create a simple social network in java, using Spring, I don’t want to reinvent the wheel, I hope you will understand and advise good articles, books, open source projects of similar projects, etc. d.

  • one
    spring-source.ru/docs_simple.php tutorial. tutorialspoint.com/spring/spring_jdbc_example.htm - work with the database. What is the project going to and why: habrahabr.ru/post/78252 (talking about Maven). Annotations - this is important! ( @RequestMapping, @PathVariable, @RequestParam ) Passing data to a form from a controller: model.addAttribute ("key", value). The first thing that comes to mind. - DimXenon
  • Thanks, the experience of writing the simplest web applications on java is, assemblies: maven, gradle, working with databases: jdbc and hibernate, spring mastering, so I wanted to practice such projects as writing the simplest social network, interesting algorithms for organizing user relationships and the same message system between users, the possibility of authorization through other social networks, it is like a basic set. - PolkovnikJ 4:05 pm
  • one
    User interaction algorithms + authorization through other CC `=>` database structure + data caching (noSQL database?). I think, first of all, you need to google on the topic "how large SSs store data." - DimXenon

0