.ear containing a .war and a .jar and source root
I am playing with the JEE 5 support in IJ and I have a question. I created a JEE 5 application that has an EJB facet and a WEB facet. IJ is setting them both to use the same source path. Is that a problem? I am used to having the code separately.
请先登录再写评论。
Does anyone have a recommendation on this?
I created 2 modules. One for the web, with a src directory. I created another modulefor the EJB code, etc.