aspose file tools
The moose likes Spring and the fly likes Website using Spring hibernate Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » Spring
Reply locked New topic
Author

Website using Spring hibernate

Kunal Lakhani
Ranch Hand

Joined: Jun 05, 2010
Posts: 611
Can Spring hibernate alone create a complete website? I have to use Spring mvc, hibernate. Also, what will i have to use to ensure that it cannot be hacked?


kunal
Tim Moores
Rancher

Joined: Sep 21, 2011
Posts: 2407
You need neither Spring nor Hibernate to create a web site. You can use them to make development simpler.

Security is a large topic that cannot be addressed in a forum post like this. Several useful links/articles are listed at http://www.coderanch.com/how-to/java/SecurityFaq#web-apps. SQL injection and cross-site scripting (XSS) are probably the most widely used forms of attack against web apps nowadays.
Kunal Lakhani
Ranch Hand

Joined: Jun 05, 2010
Posts: 611
Ok. I have got a project, i.e a full functioning website. And i have to use only Spring Hibernate.
Mark Spritzler
ranger
Sheriff

Joined: Feb 05, 2001
Posts: 17243
    
    1

I replied to your other thread.

Also just using Spring and Hibernate does not make a website. You need a web framework, most Java web frameworks are built on top of Servlet/JSP spec except for Play Framework.

Mark


Perfect World Programming, LLC - Two Laptop Bag - Tube Organizer
How to Ask Questions the Smart Way FAQ
Kunal Lakhani
Ranch Hand

Joined: Jun 05, 2010
Posts: 611
Yes Mark. That was completely a new topic, so i started a new thread for that. Spring WEB MVC wont work all alone?
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Website using Spring hibernate
 
Similar Threads
jsf hibernate integration example
Spring & Struts
Hibernate for large sized applications?
is spring persistense with hibernate use spring 3
To Authors: Spring and Hibernate