Hi there! I’m used to create a single project in eclipse and there put all my packages for ejb, web, persistence(aka hibernate). I’m creating an EAR proj. and I found it create 3 projects, a web, an ejb, and an ear. How to deploy it? I mean, how do I generate war + jar and transform it in ear. I’ve been trying to use ant, but since the projects are stored in differents folder I wan’t very happy with this approach.
Thanks all