• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Futures in IntelliJ

 
Ranch Hand
Posts: 502
jQuery Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dmitry,

Futures supported by IntelliJ,

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.
 
Ranch Hand
Posts: 98
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


2. Is there any support for Hibernate? Like generating DAOs and Bean class from .hbm files?



Not a direct answer, but check out

http://companions.jetbrains.com/hibero/index.html


3. Is it possible to develop a plug-in and integrate with IntelliJ?



See Qu 3 in

https://coderanch.com/t/105091/vc/Distinctive-features-IntelliJ

and

http://www.jetbrains.com/idea/documentation/howto_03.html

http://www.jetbrains.com/idea/plugins/plugin_developers.html


4. Last but not least, is IntelliJ supports languages other than Java?



See

https://coderanch.com/t/105132/vc/Support-Ruby-Groovy

and

https://coderanch.com/t/105123/vc/Other-languages

and

http://www.jetbrains.com/idea/documentation/idea_5.0.html
 
Prabhu Venkatachalam
Ranch Hand
Posts: 502
jQuery Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Chris.
 
author
Posts: 149
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Prabhu,

Most of the features of the Lomboz plugin are covered by the standard distribution of IntelliJ IDEA. For some of the features (like Web Service support), you need to install third-party plugins, and some of the features ar not available at all for IntelliJ IDEA. If you're interested in some specific functionality, please ask.

Your other questions seem to be answered already.
 
if you think brussel sprouts are yummy, you should try any other food. And this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic