• 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

IntelliJ IDEA 7.0 support on JEE 5

 
Ranch Hand
Posts: 2108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1. Is it based on eclipse?
2. Like netbeans, are we able to make ejb3 applications?
3. For convenience in learning, and also to do auto-generations of tables for java persistence, does it have a database system that goes with it, like hsql for jboss, and toplink for netbeans/sun server.
4. Is there a server included, for local testing?
 
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 Jesus,

No, neither IntelliJ IDEA itself nor its JavaEE 5 support is based on Eclipse.

Yes, you can develop EJB3 applications with IntelliJ IDEA.

No, IntelliJ IDEA does not include a bundled application server or embedded database. You can install any server and DB by yourself, and use it with IntelliJ IDEA.
 
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have two comments regarding IntelliJ support for JSF.

1. Let say I have a backing bean MyBackingBean with action myAction and action listener myActionListener defined accoring to the JSF standard and a JSP page with JSF tags myPage.jsp. When editing myPage.jsp IntelliJ would recognize myAction in #{MyBackingBean.myAction} and when I click on it, it will take me to the source code of the method. However, it doesn't do it for myActionListener.

2. The component dataTable has attribute "var" which represent a row in the table. Almost always the row will be a bean let say person. When using "person" inside the table, for example person.name it will not recognize that the person is really of type Person and hence no code completion or error detection is provided.

regards,

Majid

[ November 07, 2007: Message edited by: Majid Al-Fifi ]
[ November 07, 2007: Message edited by: Majid Al-Fifi ]
 
Dmitry Jemerov
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 Majid,

Thanks for your feedback! I've created requests in our issue tracker for these problems, and you may want to watch them in order to get notified when the problems are resolved.
http://www.jetbrains.net/jira/browse/IDEADEV-23065
http://www.jetbrains.net/jira/browse/IDEADEV-23066
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Majid Al-Fifi, in the future please start a new topic to ask your own questions.
 
Onion rings are vegetable donuts. Taste this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic