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.
我有一个 JAX-RS 服务(我使用 Jersey),现在我必须做客户端。我想知道你们是如何处理模型对象的。您是否将模型类放在不同的 jar 中以便在客户端和服务器之间共享它?您总是使用 DTO 还是有时(总是?)返回 jpa 实体。
我必须使用的服务(我没有创建它但我可以修改它)经常返回实体,所以我想知道如果我将这些类外部化是否有点奇怪。
你怎么看?你是用来做什么的?
这取决于项目的复杂性以及您在其中使用 JAX-RS 的目的:
稍后编辑