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!

3 comments
Comment actions Permalink

Hi Franky,

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

Denis

0
Comment actions Permalink

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
Comment actions Permalink

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

Please sign in to leave a comment.