Dmitry,
Thanks for detailed reply.
Regarding performance,
I work for product development company and I have almost have five development packages with each have around five to seven projects in it(source file count will be approx. 5000). So that might be one of the reasons.
Regarding EJB development,
1. Suppose like in Web Logic workshop, it has a GUI where I only need to give business methods, return types etc., and the Bean Type. Tool will generate home, component interfaces and bean class for me. I only need put my logic in my business methods.
2. When I'm done with my development, I can again create an .ear (enterprise archive) file by specifying web and ejb module.
Is there any support in IntelliJ like this?
Regarding future I look for is,
1. Is there any equivalent in IntelliJ like Lomboz plug-in for eclipse?
2. Is there any support for Hibernate? Like generating DAOs and Bean class from .hbm files?
3. Is it possible to develop a plug-in and integrate with IntelliJ?
4. Last but not least, is IntelliJ supports languages other than
Java?
Thanks in advance.