• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

How to design a Web Application using Spring?

 
Ranch Hand
Posts: 674
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there

I am new to Web Application Development.This is my first project of Web Application Development.I decide to use Spring Framework to development of my web application.Here is few question that I want to ask.

1)What Should be Structure of application?(How Data will Flow)
2)What will be View(JSP or Servlet)?Which is best?
3)What are the good Option to connect with database using Spring and Hibernate?
4)How to make a Spring Web Applicatio using Eclipse?


I want to some answar based on experience who have worked in past with Spring Framework


Thanks
 
Bartender
Posts: 1682
7
Android Mac OS X IntelliJ IDE Spring Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You have asked questions that could be a book in the explanation. If I were you I would start with the Servlets forum. You should understand the basics before you jump into Spring. Same goes for Hibernate, I would not attempt to tackle that until you are good and comfortable using vanilla JDBC. If you skip these steps everything is going to seem like magic and your going to have a very difficult time wrapping your head around what is going on.
 
Java Cowboy
Posts: 16084
88
Android Scala IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
On http://spring.io/guides you can find a number of tutorials that help you to learn how to set up a web application with Spring Web MVC, how to access the database using Spring Data JPA (using Hibernate) and other parts of the Spring framework.
 
Kishor Joshi
Ranch Hand
Posts: 674
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks to all
 
reply
    Bookmark Topic Watch Topic
  • New Topic