interface를 client, server에 배포해두고. 서버에서 interface를 실제 구현한 클래스를 정의한다.
Protostuff is the stuff that leverages google's protobuf.
A serialization library with built-in support for forward-backward compatibility (schema evolution) and validation.
- available formats:
- protostuff (native)
- graph (protostuff with support for cyclic references. See SerializingObjectGraphs)
- protobuf
- json
- smile (binary json useable from the protostuff-json module. See http://wiki.fasterxml.com/SmileFormat)
- xml
- yaml (ser only)
- kvp (binary uwsgi header)
'general java' 카테고리의 다른 글
| apache httpclient와 protobuff를 이용해서 RPC 구현 (0) | 2012/05/18 |
|---|---|
| protocol buffer idl 구현시 팁 (0) | 2012/05/18 |
| [Jackson] json string에서 null인 properties는 보이지 않게 하기 (0) | 2012/05/13 |
| MyBatis SQL 쿼리 로그 남기기 (query log) (0) | 2012/05/12 |
| [Mybatis] 비교 및 범위 쿼리 사용시 주의할 점 (0) | 2012/05/12 |
| Mybatis 좋은 팁 (여러개의 파라미터를 자동으로 map으로 적용할 수 있는 방법) (0) | 2012/05/12 |



