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.
我需要通过我的 Restlet JAX-RS 服务器支持 JSONP,而实现它的最自然和不引人注目的方法是拥有一个专用的 Restlet Filter。
Filter
所以,我突然想到,我不可能是第一个需要它的人。另一方面,谷歌搜索结果为零。
有人知道吗?
附言
我知道怎么写,事实上我现在就在做。但是,有太多细节需要处理,看起来我要硬编码一些仅与我的服务器相关的期望。自然,我更喜欢准备好并经过测试的东西。
现在在 org.restlet.ext.json 模块中提供了 JsonpRepresentation 和 JsonpFilter 类,由 Mark 提供。