spring-mvc
@RequestBody being set but not sure how
So this is a super novice question. Im running this tutorial and in some of the methods like this: @RequestMapping(value=\"/string\", method=RequestMethod.POST)[详细]
2023-04-13 09:34 分类:问答Spring MVC Binding: How to bind ArrayList<...>?
I\'ve got a DTO (bean) with ArrayList field: public MyDTO { ... private List<MyThing> things; ... ... getters, setters and so on[详细]
2023-04-13 08:39 分类:问答Hibernate Exception: Connection Pool exhausted error after Spring upgrade
I am using Spring + Hibernate + Dbcp + Tomcat in my application. For some reason after a recent spring upgrade to version 3.0.6 the application has started to throw the following exception.[详细]
2023-04-13 07:55 分类:问答Spring @Transactional doesn't work with other annotations?
So my Spring education continues. Currently I\'m trying to learn some of the annotations and the things they bring to Spring 3. So I\'ve got a mini webapp that can connect to a DB and put stuff in thr[详细]
2023-04-13 07:06 分类:问答Requested unknown parameter '1' from the data source for row 0 ( JTable Issue )
I am using JTables with Spring / Ajax , the data is being returned from Spring and is visible in Firebug.[详细]
2023-04-13 06:49 分类:问答Spring MVC Page is not rendering the success page using simpleformcontroller
Iam wrote simple spring mvc apps.But I unable to redirect one page to another page. Imentioned code snippet below[详细]
2023-04-13 06:27 分类:问答The spring web mvc framework handle the jsp file dispatch as another request
I am new to spring web mvc framework,and I use struts 2 before. I create a new dynamic web project using eclipse EE,and add all the jars to the开发者_如何学JAVA /web-info/lib.[详细]
2023-04-13 05:25 分类:问答JSP Spring app on Tomcat not delivering page
Ok I\'m stumped.I am writing a Spring based app that queries a web service for information to load a SELECT object based on the user\'s id.I\'ve set up the web.xml and servlet xml files, design the in[详细]
2023-04-13 05:17 分类:问答Serializing enums with Jackson
I have an Enum desrcibed below: public enum OrderType { UNKNOWN(0, \"Undefined\"), TYPEA(1, \"Type A\"),[详细]
2023-04-13 04:32 分类:问答Spring Security Pre-authentication without authorization
I am trying to implement pre-authentication scenario and I am running into few issues.. This is my security context file..[详细]
2023-04-13 04:09 分类:问答