A framework for building Java web applications based on the Model-View-Controller (MVC) pattern.
I use Ubuntu and installed cURL on it. I want to test my Spring REST application with cURL. I wrote …
json rest spring-mvc curl http-headersCan @Component, @Repository and @Service annotations be used interchangeably in Spring or do they provide any particular functionality besides acting …
java spring spring-mvc annotationsFor several days I'm trying to create Spring CRUD application. I'm confused. I can't solve this errors. org.springframework.beans.…
java spring spring-mvcI've started my project by creating entities, services and JUnit tests for services using Spring and Hibernate. All of this …
java spring spring-mvc annotations autowiredI have this problem: org.hibernate.LazyInitializationException: failed to lazily initialize a collection of role: mvc3.model.Topic.comments, no …
java spring hibernate jsp spring-mvcI have a problem with Hibernate. I try to parse to List but It throws an exception: HTTP Status 500 - …
java sql hibernate spring-mvcWhat is the difference between @RequestParam and @PathVariable while handling special characters? + was accepted by @RequestParam as space. In the …
java spring spring-mvcWhen I compile my spring project, I got the following error. Error creating bean with name 'entityManagerFactory' defined in class …
java spring hibernate spring-mvc jpaMy handler forwards to internalresourceview 'apiForm' but then i get error 404 RequestURI=/WEB-INF/pages/apiForm.jsp. I'm sure apiForm.jsp …
spring spring-mvc servlet-dispatchingI am doing spring + hibernate application. When I run the application on tomcat server I am getting some exceptions. INFO : …
java spring hibernate spring-mvc beancreationexception