score:1
facets automate some parts of project configuration and deployment.
for example inform you when servlet is not added to web.xml in dynamic web project. stuff like that.
when you add jpa facet, eclipse will create persistence.xml and will keep notifying when you create entity class but don't configure it in persistence file.
there's lots more, adding facets to projects also reconfigures how your project structure looks in eclipse.
basically they do exactly as you quoted: "
adds support for writing applications using java programming language.
every facet add something new so if you want more specific answer you have to answer question about specific facet. if you don't know what they can do for you - turn them off. you can always add them when you learn more.
real life example:
adding jpa facet messed up my project using objectdb by creating persistence file, which, turned out, i didn't even need.
Source: stackoverflow.com
Related Query
- Should I keep Eclipse Java facet?
- Getting "Project facet Java version 1.8 is not supported." in Eclipse Luna
- I installed Java 7 but Eclipse keep saying that 1.6 is not suitable for this product
- What files should be added to SVN in an eclipse Java project?
- Edit the Java Facet setting in eclipse
- Eclipse RCP: Where should I keep my model objects and how do they talk to the views?
- Eclipse has no Java facet version 1.8
- Using SWI-Prolog with Eclipse and Java (and JUNG): Should I use ProDT, PDT, or both?
- How to keep highlighting of the executed Java lines in Eclipse Debug Mode?
- should I create workspace for each java project in eclipse
- Should install Eclipse IDE for EE Developers OR plain IDE for Java Developers?
- Contributing a template to Eclipse via a Plugin to the Java Editor, but should vary based on the context
- Project facet Java version 1.8 is not supported, Tomcat 9, Eclipse Oxygen
- Eclipse java debugger consistently 6 lines off of where it should be, in one file
- In eclipse console can I click on Stack trace and it should take me to java instead of .class file?
- How should I configure Eclipse Java project to extract jar package on every build?
- Which "Select Main Type" should I select when using Eclipse to debug Play Framework based Java Project?
- Trying to add Java 8 Project facet to Eclipse Neon Mac
- I keep on losing what's in my Java workspace, Eclipse
- Where should we store database config files in Java Eclipse Dynamic Web Project?
- How should I be putting exisiting java projects into a new svn repository to access via eclipse with subclipse?
- How to keep something on top of the eclipse console in Java
- How do I make Eclipse recognize the Java compiler (1.6) and projects facet (1.6) do, in fact, match in GAE project?
- How should i approach refracting the badly written Reverse Polish Notation java code in Eclipse IDE
- Can't start Eclipse - Java was started but returned exit code=13
- Seeking useful Eclipse Java code templates
- How to turn off the Eclipse code formatter for certain sections of Java code?
- How to change font size in Eclipse for Java text editors?
- Eclipse IDE for Java - Full Dark Theme
- Eclipse - no Java (JRE) / (JDK) ... no virtual machine
More Query from same tag
- Native tooltips on JFace TableViewer not working flawlessly
- Notification click but not need start newly activity?
- Eclipse editText remove focus (cursor) when done is pressed
- What is the difference between empty space (>> >> >>) and empty space(......) in eclipse ide?
- Eclipse CDT: fatal error: NewLib/MathFuncsLib.h: No such file or directory
- Tomcat Eclipse Plugin Default Parameters?
- Does Eclipse Java EE IDE come with Tomcat?
- Cmake on Windows doesn't add shared library paths (works on linux)
- Maven install succeeds, but jar doesn't work correctly from bash (CLI)
- Compilation Error in Servlet program
- Running ant in eclipse (sql2java) - no output to the console
- How to enable debug symbols in eclipse using AspectJ?
- Need solution for my error while implementing clahe of opencv in javadoc
- Tomcat manager ERR_CONNECTION_REFUSED
- What is artifacts.xml?
- Unable to import a JSP project into Eclipse as a dynamic web project
- Derived type in COMMON has neither the SEQUENCE nor the BIND(C) attribute
- Can I find out if the java program was launched using java or javaw
- How to set up project references Eclipse
- Eclipse : DialogCellEditor class.. how to always show the button?
- How to install specific plugin in eclipse?
- Trying to make a Fibonacci Android App
- What's the ideal way to configure an Eclipse Web Project to test Spring/JPA
- PyDev: How to get a call heirarchy? How to jump to a declaration?
- Move Eclipse's Find/Replace dialog to a view?
- Eclipse Tomcat apr
- Howto see both git and svn operations in Team menu in Eclipse?
- Eclipse with $LD_LIBRARY_PATH
- In Eclipse / STS / maven, where do I define the deployed servlet name?
- How do I get the value of the slider's position in Qt Eclipse?