Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Spring 3 webapp 中,获取文件名列表并将它们序列化为 JSON 对象以传递给视图中的 JSP 树组件的最低依赖成本方式是什么?
我的难题是:
由于应用程序中不需要 JSON 处理,我不愿意为这件作品添加杰克逊之类的东西,这似乎有点矫枉过正。
自己滚动很容易,但我对必须已经完成一千次的重新哈希工作有点过敏。
关于快乐的中间地带的任何想法?