thymeleaf 가이드 문서의 Standard URL Syntax을 살펴보면... 아래 {id}와 같은 구문을 사용할 수 있다고 나와 있다. 하지만. 실제로 사용해보면.. 안되는 문제가 있는데.. thymeleaf github에서는 이런 명확한 방법이 있는데 왜 안쓰냐.. 대충 이런 이야기인 것 같고(말이 많아서 보다 말았음..) sof에서 아래 2가지 발견http://stackoverflow.com/questions/14938344/thymeleaf-construct-url-with-variablehttp://stackoverflow.com/questions/22059314/thymeleaf-spring-mvc-how-do-you-nest-variables-expressions-in-a-link-ex..
아직 삽질 중... http://ismydream.tistory.com/140 MessageConverter 의 종류- StringHttpMessageConverter- FormHttpMessageConverter- ByteArrayMessageConverter- MarshallingHttpMessageConverter- MappingJacksonHttpMessageConverter- SourceHttpMessageConverter- BufferedImagedHttpMessageConverter - MessageConverter(bean)를 사용하는 경우.. or text/html;charset=utf-8
http://stackoverflow.com/questions/4077071/how-to-convert-list-of-object-to-xml-doc-using-xstream class Article {private int id; ... private List jounalists; ...} xstream.alias("article", Article.class);xstream.addImplicitCollection(Article.class, "journalists", Journalist.class);