Multiple Projects in IntelliJIDEA

Answered

 Hi All,

I stuck on imporing and configuring project into IntelliJ

I have 3 projects which I can descibe it as below:

the 1st project known as interface, its all about the DTO which 2nd project and 3rd project using for data transfering, which build as jar file for other 2 projects

the 2n project known as service which is n-tier architecture and exposes web-services

the 3rd project known as web, which is jsp and js technologies using mvc.

the 2nd and 3rd projects are dynamic web project in eclipse and using sping hibernate jpa  ...

for running the 3rd project, needs to run the 1st project ant build to copy the jar file into 2nd and 3rd project libs directory and run the 2nd project via webserver, so the 3rd project can run via another instance of the webserver and pointing to the 2nd project webservices url.

How can I do this stuff in intelliJ?

Would be really appreciated if you can help me.

0
4 comments

Thanks for the fast response, I need to mention that we need to work on the source code of the 3projects at the same time. I tried to do that as the document and google search, but the issue is i cant configure it as i do in eclipse, i do understand these are 2 diffrent IDEs and should not get compared in this way probably, but may I know what is the equivalent on IntelliJ to cinfugare it as dynamic web project?

0

See https://www.jetbrains.com/help/idea/eclipse.html. Eclipse projects should be configured as IntelliJ IDEA modules.

0

Please sign in to leave a comment.