• 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

Idea behind facet

 
clojure forum advocate
Posts: 3479
Mac Objective C Clojure
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi.
First, let me congrats you for this new piece of art.
What is the idea of "Facet"? (Spring facet, Hibernate facet)
Thanks.
 
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 John,

A facet is a single place where you can specify the settings for a particular technology used in your project. You can tell where the configuration files are located, how the configuration should be validated, how the deployment should happen, etc.

You can find more information on the use of facets in the IntelliJ IDEA help system.
 
Ranch Hand
Posts: 1325
Android Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Dmitry Jemerov:
You can find more information on the use of facets in the IntelliJ IDEA help system.



well, i try but couldn't find, can your provide me any direct link to read on facets.

Thanks,
 
Hussein Baghdadi
clojure forum advocate
Posts: 3479
Mac Objective C Clojure
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Simply launch IntelliJ Help and enter "Facet" in search box
 
Muhammad Saifuddin
Ranch Hand
Posts: 1325
Android Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by John Todd:
Simply launch IntelliJ Help and enter "Facet" in search box



thanks John,

but I don't have a IJ in my machine.. that's why asking for link..
 
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 Muhammad,

The online help for IntelliJ IDEA 7.0 will be published on our Web site in a few days. In the meanwhile, if you have specific questions, I'll be happy to answer them.

You can also download an evaluation version of IntelliJ IDEA.
 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The "facets" used by IDEA are quite simply the same thing as Eclipse "project natures".

Previous versions of IDEA had J2EE modules, Web modules, EJB modules, etc...using the new facet system you just have a "Java module" which you can configure with multiple facets.

IMHO the new system is both simpler as well as much more flexible.
 
Muhammad Saifuddin
Ranch Hand
Posts: 1325
Android Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Dmitry Jemerov:
The online help for IntelliJ IDEA 7.0 will be published on our Web site in a few days.



Thanks for your reply,

You can also download an evaluation version of IntelliJ IDEA.


yes the downloading in progress..
 
I knew I would regret that burrito. But this tiny ad has never caused regrets:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic