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.
在 grails 中,您会在哪里使用 GroovyWS 插件放置公开的 Web 服务?另外,您会将在线示例中的方法放在哪里?我觉得新 aWSServer是错误的方法,因为我们正在开发 Spring-MVC 框架。
WSServer
def server = new WSServer() server.setNode("MathService", "http://localhost:6980/MathService") server.start()
我应该改用 Apache CXF 插件吗?
您可以尝试使用 jaxRS 插件,或者只是通过 url 映射明确地公开您对控制器的操作。在操作中,您可以调用服务方法。您可以使用 CXF,但因为它使用 SOAP,所以会有点过头了。
I need to generate/export a excel file from a table that is generated from a list of objects. I can see that there is a module for Play 1.x but not for Play 2.x and. I found a possible s