• 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

XDoclet and Intellij Idea?

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Has anyone experience with XDoclet and Intellij Idea?
I know that Idea can accept custom tags and
possibly autocomplete tags defined as live templates...
 
Author
Posts: 367
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We cover Intellij and Eclipse in Chapter 13 of the book. Intellij works fine with XDoclet, but it doesn't provide any special functionality out of the box. One thing you might be interested is the
XDoclet live templates provided by the XDoclet project. It lets you tab expand "ejb.bmp", for example, to create @ejb.bean type="BMP" name="YourBean" jndi-name="ejb/YourBean" in the current context. It's pretty hand if you are an Intellj user.
 
reply
    Bookmark Topic Watch Topic
  • New Topic