Thanks! I just added the configuration for dispatcher-servlet in web.xml and it worked!
Type: Posts; User: antionio; Keyword(s):
Thanks! I just added the configuration for dispatcher-servlet in web.xml and it worked!
I have used a configuration like this:
<bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="locations">
<list>
...
I'm using an Oracle database with a table that my application has a read-only access to. I have configured a hibernate entity class that represents the table in my application with services and...
I've used Spring Framework for web development a few months now and think it's very useful and does a million things for me with just a little xml configuring :) Almost every time I think of a...