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.
我正在使用 jersey 开发一个 rest web 服务,在 pojo 类中,我想保存一个 xml 文件,然后获取该文件的路径?
由于我使用的是谷歌应用引擎,并且我在 GAE 平台上部署了我的应用,谷歌不允许在他们的服务器上保存文件,我找到的唯一解决方案是使用带有 Objectify API 的谷歌数据存储来保存我的对象。