All Projects → apache → bval

apache / bval

Licence: Apache-2.0 License
Mirror of Apache Bean Validation

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to bval

geronimo-specs
Mirror of Apache Geronimo specs
Stars: ✭ 20 (-28.57%)
Mutual labels:  javaee
myblog
项目:一款Github上开源的博客系统项目 目的:对学到的框架、开源组件、前端技术进行应用学习。同时开发完成后写技术博客,开源到Github上
Stars: ✭ 23 (-17.86%)
Mutual labels:  javaee
TendereteOnline
A Java EE web application of an Online Shop developed with Hibernate + Spring + Bootstrap + jQuery
Stars: ✭ 19 (-32.14%)
Mutual labels:  javaee
EasyShiro
基于 RBAC 模型功能全面的 Shiro 安全集成&简化&扩展组件。Shiro integration & simplifies & Extension component based RBAC
Stars: ✭ 47 (+67.86%)
Mutual labels:  javaee
codigo-tutoriales-blog
Código de ejemplo para el desarrollo ágil de aplicaciones con Java
Stars: ✭ 16 (-42.86%)
Mutual labels:  javaee
further-cdi
🔊 Going further with CDI presentation
Stars: ✭ 28 (+0%)
Mutual labels:  javaee
springmvc
spring mvc study
Stars: ✭ 87 (+210.71%)
Mutual labels:  javaee
membership
Membership service (to demonstrate graphQL)
Stars: ✭ 19 (-32.14%)
Mutual labels:  javaee
AwesomeMall
Java EE电商项目(使用SSM框架)
Stars: ✭ 29 (+3.57%)
Mutual labels:  javaee
firehose
firehose: the metrics gateway for prometheus
Stars: ✭ 23 (-17.86%)
Mutual labels:  javaee
EasyEE-Auto
EasyEE 自动化代码生成器。EasyEE Automated code generator.
Stars: ✭ 39 (+39.29%)
Mutual labels:  javaee
HotelReservationSystem
A web application to book a room in a hotel (room reservation).
Stars: ✭ 76 (+171.43%)
Mutual labels:  javaee
SqlBuilder
This project is a SQL statement builder, allow you to write SQL in Java.
Stars: ✭ 15 (-46.43%)
Mutual labels:  javaee
x-ray
Statistics and analytics Java EE 6 software for blogs (tested with roller) and webapps. It is a vanilla Java EE 6 (REST/JAX-RS, CDI, EJB, JPA) app, tested on Glassfish v3.1, built with Maven 3 / hudson and developed with NetBeans 7. X-ray is the sample app of the "Real World Night Hacks" book.
Stars: ✭ 27 (-3.57%)
Mutual labels:  javaee
openjpa
Apache OpenJPA
Stars: ✭ 99 (+253.57%)
Mutual labels:  javaee
tomcat-training
Apache Tomcat Training Material
Stars: ✭ 15 (-46.43%)
Mutual labels:  javaee
ncms
Java CMS engine. Host and develop multiple websites inside a single instance through the GUI and benefit from features like A/B testing, affiliate tracking tools, and a high performance template engine with CSS stylesheets processing & scripts minification.
Stars: ✭ 32 (+14.29%)
Mutual labels:  javaee
cdi-events-playground
Demonstrates the capabilities of Java EE CDI events
Stars: ✭ 23 (-17.86%)
Mutual labels:  javaee
jakartaee-kubernetes
Effective Kubernetes for Java EE, Jakarta EE and MicroProfile Developers
Stars: ✭ 32 (+14.29%)
Mutual labels:  javaee
sargeras
基于Saga思想解决长事务(LLT,Long-Live-Transaction)的框架
Stars: ✭ 22 (-21.43%)
Mutual labels:  javaee
Apache BVal - README.txt
Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
--------------------------------------------------------------------------------

About
=====
This is an implementation of the Java Bean Validation (JSRs 303, 349, 380)
specification for Java EE and Java SE.
The technical objective is to provide a class level constraint declaration and
validation facility for the Java application developer, as well as a constraint
metadata repository and query API.


Release Notes
=============
Please refer to the included CHANGES.txt for a complete list of new features
available and issues resolved in this release.


Getting Started
===============
Please visit the project website for the latest information:
    http://bval.apache.org/

Along with the developer mailing list archive:
    http://mail-archives.apache.org/mod_mbox/bval-dev/


System Requirements
===================
You need a platform that supports Java SE 8 or later.
Most testing has been done with Java SE 8 on Mac OS X, Windows and Linux.


Building
==========================
To build from source code:
  - Sources require Java SE 8 or higher. 
  - The project is built with Apache Maven (suggested is at least 3.2.1).
    You need to download and install Maven from: http://maven.apache.org/
  - Invoke maven in the root directory or a module subdirectory:
      mvn install

Checkout the Building section on the project web site for more details:
    http://bval.apache.org/


Support
=======
Any problems with this release can be reported to the user mailing list or
opened in the Jira issue tracker.

  Mailing list archive:
    http://mail-archives.apache.org/mod_mbox/bval-user/

  User mailing list:
    [email protected]

  User mailing list subscription:
    [email protected]

  Jira:
    https://issues.apache.org/jira/browse/BVAL/

--------------------------------------------------------------------------------

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].