Hi,
I inherited a really simple web app created using Spring MVC. I am trying to debug this app in Eclipse (using WTP) and running into a simple problem.
- One of the spring bean configuration...
Type: Posts; User: dakm; Keyword(s):
Hi,
I inherited a really simple web app created using Spring MVC. I am trying to debug this app in Eclipse (using WTP) and running into a simple problem.
- One of the spring bean configuration...
Hi khalidan,
I ended up mapping the folder with static files to a controller which reads the contents of the file and sends it to a view. This view just sets the content type and renders the text it...
We are building an app that serves dynamic requests almost 99% of the time. However there are few pages which are static and I am looking for the simplest and best way for these to be served.
...