Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Spring
- jstl
- Hudson
- drools
- Drools Fusion
- jquery
- spring jpa
- querydsl
- zabbix
- gwt
- guvnor
- ibatis
- jenkins
- gwt-ext
- GEventEvaluator
- custom filter
- JPA
- spring transaction
- MySQL
- maven
- @SqlResultSetMapping
- spring security
- CEP
- SVN
- rember me
- bootstrap jquery datepicker
- COC
- java tip
- jquery serialize
- JBoss Seam
Archives
- Today
- Total
목록JsonPath (1)
봉 블로그
JsonPath 소개
Spring 3.2 부터는 Spring MVC의 JUNIT Test 를 위한 좀더 유연한 API 를 제공하는데 이를 이용하면 API 서버의 통합테스트를 서버배포 없이 시나리오기준으로 쉽고 빠르게 진행할수 있다. JUNIT 만으로..ㅎ참고: http://docs.spring.io/spring/docs/3.2.0.RELEASE/spring-framework-reference/html/testing.html#spring-mvc-test-framework 그러다 알게된 JsonPath.JsonPath 는 XPath 처럼 JSON 데이타를 처리하기 위한 쉬운 표현식을 제공한다.javascript, php, java 에서 사용할수 있는 라이브러리가 있다.참고: http://goessner.net/articles/J..
java
2014. 12. 19. 11:04