Tagged Questions
1
vote
4answers
3k views
Do I need to know servlets and JSP to learn spring or hibernate or any other java web frameworks?
I've been asking a lot of people where to start learning java web development, I already know core java (Threading,Generics,Collections, a little experience with (JDBC)) but I do not know JSPs and ...
3
votes
3answers
667 views
Transaction Design Pattern for MVC and location of responsibility?
I'm designing a pretty standard Spring MVC application, and I'm trying to figure out where the responsibility for transaction management should lie.
I've been reading Java Transaction Design ...
0
votes
3answers
776 views
How to create and integrate Web-service without using Maven
I am new to Web-Services, I am looking to create and integrate web service in my existing project, but I don't want to use Maven; I am using eclipse, Spring Framework, Hibernate to create my web ...