Create Three Tier Application using Maven

前端 未结 1 1810
死守一世寂寞
死守一世寂寞 2021-01-07 06:51

I want to create a multi-layer java project using maven as follows:

  1. PresentationLayer-GUIModule (top most layer for jsp/jsf pages)
  2. PresentationLayer-G
1条回答
  •  走了就别回头了
    2021-01-07 07:35

    The GatewayModule is an ejb module, but for web services this module has to be a web module. Change it to a web module and try again, but pay attention to application context because in this case you will have 2 contexts: one for gui and one for gateway.

    0 讨论(0)
提交回复
热议问题