Created
April 19, 2017 12:45
-
-
Save AndrienkoAleksandr/0c2ba8c0da48c4923387f9840521111a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<cheatsheet title="CDI + JSF + EJB + JTA + Bean Validation + JAX-RS + Arquillian: Kitchensink quickstart"> | |
<intro> | |
<description> | |
This quickstart shows off all the new features of Java EE, and makes a great starting point for your project. | |
<br/><br/> | |
<b>Bean Validation</b> | |
<br/><br/> | |
Bean Validation is a new specification in Java EE, inspired by Hibernate Validator. It allows application developers to specify constraints once (often in their domain model), and have them applied in all layers of the application, protecting data and giving useful feedback to users. | |
<br/><br/> | |
<b>JAX-RS: The Java API for RESTful Web Services</b> | |
<br/><br/> | |
JAX-RS is a new specification in Java EE. It allows application developers to easily expose Java services as RESTful web services. | |
</description> | |
</intro> | |
</cheatsheet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment