
Spring
rocksword
这个作者很懒,什么都没留下…
展开
-
Srping MVC WAR starting error
SEVERE: Servlet.service() for servlet jsp threw exception java.lang.AbstractMethodError: javax.servlet.jsp.JspFactory.getJspApplicationContext(Ljavax/servlet/ServletContext;)Ljavax/servlet/jsp/JspApp原创 2014-03-17 23:45:37 · 376 阅读 · 0 评论 -
Spring MVC sample
WEB-INF/web.xml xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.原创 2014-03-18 22:28:32 · 354 阅读 · 0 评论 -
First Spring Application
MessageService.java public interface MessageService { String getMessage(); } MessageServiceImpl.java @Component public class MessageServiceImpl implements MessageService { public原创 2014-03-21 17:51:50 · 298 阅读 · 0 评论 -
spring-beans.dtd cannot be opened because it does not exist
18:58:12.091 [main] DEBUG o.s.b.factory.xml.BeansDtdResolver - Could not resolve beans DTD [http://www.springframework.org/dtd/spring-beans.dtd]: not found in class path java.io.FileNotFoundException原创 2014-03-21 18:59:16 · 2375 阅读 · 0 评论 -
FAQ of building Spring APP
1. Exception in thread "main" org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 6 in XML document from class path resource [applicationContext-firstspringapp.xml] is invalid;原创 2014-03-26 13:46:59 · 859 阅读 · 0 评论 -
Spring MVC REST Exception Handling Best Practices
Spring MVC REST Exception Handling Best Practices (Part 1) BY LES HAZLEWOOD ON MARCH 18 2012Share on twitter Share on emailShare on facebookShare on linkedinShare on google_plu转载 2015-03-02 10:58:05 · 687 阅读 · 0 评论