일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- jsr 296
- 전자정부프레임워크
- appspresso
- MFC
- sencha touch
- Eclipse
- Ajax
- tomcat
- GPS
- rowspan
- node.js
- dock
- ibsheet
- Android
- Google Map
- iBATIS
- 가우스
- Spring
- jQuery
- JDOM
- MySQL
- PHP
- PLSQL
- 선택적조인
- swingx
- JSON
- Struts
- oracle
- phonegap
- WebLogic
Archives
- Today
- Total
목록xml (2)
Where The Streets Have No Name
spring에서 json, xml데이터 출력
@RequestMapping(value = "/test/Test2Json.do") public void test2json(@RequestParam(value="name", required=false) String name, HttpServletResponse response) throws IOException{ System.out.println("name: "+name); JSONObject obj=new JSONObject(); obj.put("name","홍길동"); obj.put("num",new Integer(100)); obj.put("balance",new Double(1000.21)); obj.put("is_vip",new Boolean(true)); obj.put("nickname",nul..
Developement/Java
2011. 10. 21. 14:12