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 · 400 阅读 · 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 · 375 阅读 · 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 · 315 阅读 · 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 · 2402 阅读 · 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 · 885 阅读 · 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 · 728 阅读 · 0 评论
分享