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.
试图在网上搜索并没有走得很远,所以我在这里问。人们在构建具有宁静服务的网站时遇到了哪些最佳实践?将它们合并为一个或将它们作为两个单独的应用程序是好的吗?
虽然这取决于很多事情什么是最好的,但我可能会做的是,我将拥有一组“后端”功能来做“业务”的事情,而网络应用程序将调用这些函数“直接”,它们也将作为 Web 服务调用导出。在 Java 中,有很多方便的框架使这变得非常容易——比如 Spring + Jackson——我相信其他语言也是如此。