How to create java ee application Follow Franky Franky Created April 10, 2013 21:19 Hi, how to create java ee application, which will include different modeules: ejb, web. How this created in NetBeans or Eclipse.Thanks!
Hi Franky,
IJ approach is to configure corresponding facets for target modules, e.g. ejb facet or web facet etc.
Denis
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!"
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