Didn't delete web.xml ...
When I use the Standard web.xml for Servlet 3.0:
<?xml version="1.0" encoding="UTF-8"?>
<web-app
version="3.0"
...
Type: Posts; User: lilith2k3; Keyword(s):
Didn't delete web.xml ...
When I use the Standard web.xml for Servlet 3.0:
<?xml version="1.0" encoding="UTF-8"?>
<web-app
version="3.0"
...
Strange enough ... the examples above didn't work in IntelliJ 12.x. But when I start with STS, get a fresh SpringMVC project, do a little cleanup on the deps and clear the web.xml it's working.
...
Hi Folks,
I am relatively new to this subject, so I need a little help.
I just started a small demo-project "bookstore" and I can't get the container working.
What I've done so far:
1. My...
Hey guys,
I have one/several questions to managing detached entities with the entity manager. I am relatively new to Java/Spring etc. so please be patient ;) I'll try my best to describe my isssues...