How to create java ee application

Hi, how to create java ee application, which will include different modeules: ejb, web.
How this created in NetBeans or Eclipse.

Thanks!

0
Avatar
Permanently deleted user

Hi Franky,

IJ approach is to configure corresponding facets for target modules, e.g. ejb facet or web facet etc.

Denis

0
Avatar
Permanently deleted user

Invoke File | 'New Project', choose 'Java Module', press 'Next', mark 'Web Application', 'Enterprise JavaBeans' and 'JavaEE Application' items and
press 'Finish'.

--
Nikolay Chashnikov
Software Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"

0
Avatar
Permanently deleted user

Thanks for answered!
I understand what separate project in Java EE style, include separate ejb module and web module, not created.
May be you returned this project type on next update intellij Idea.
Would love.

Thanks

0

请先登录再写评论。