0
在grails中,您將使用GroovyWS插件放置暴露的Web服務嗎?另外你會在the example online中放置方法嗎?因爲我們正在研究Spring-MVC框架,所以我覺得新的WSServer
是錯誤的方法。在Grails中,如何公開GroovyWS?
def server = new WSServer()
server.setNode("MathService", "http://localhost:6980/MathService")
server.start()
我應該使用Apache CXF插件嗎?