All Projects → javaee → security-spec

javaee / security-spec

Licence: other
Java EE Security (JSR-375) Specification

Projects that are alternatives of or similar to security-spec

HotelReservationSystem
A web application to book a room in a hotel (room reservation).
Stars: ✭ 76 (+162.07%)
Mutual labels:  javaee
firehose
firehose: the metrics gateway for prometheus
Stars: ✭ 23 (-20.69%)
Mutual labels:  javaee
bval
Mirror of Apache Bean Validation
Stars: ✭ 28 (-3.45%)
Mutual labels:  javaee
AwesomeMall
Java EE电商项目(使用SSM框架)
Stars: ✭ 29 (+0%)
Mutual labels:  javaee
SqlBuilder
This project is a SQL statement builder, allow you to write SQL in Java.
Stars: ✭ 15 (-48.28%)
Mutual labels:  javaee
openjpa
Apache OpenJPA
Stars: ✭ 99 (+241.38%)
Mutual labels:  javaee
EasyEE-Auto
EasyEE 自动化代码生成器。EasyEE Automated code generator.
Stars: ✭ 39 (+34.48%)
Mutual labels:  javaee
JavaEE-projects
存放一些自己写的还有从不同开源社区fork下来的JavaEE项目,其中就不乏一些很多企业单位都在用的源码。
Stars: ✭ 43 (+48.28%)
Mutual labels:  javaee
sargeras
基于Saga思想解决长事务(LLT,Long-Live-Transaction)的框架
Stars: ✭ 22 (-24.14%)
Mutual labels:  javaee
cdi-events-playground
Demonstrates the capabilities of Java EE CDI events
Stars: ✭ 23 (-20.69%)
Mutual labels:  javaee
myblog
项目:一款Github上开源的博客系统项目 目的:对学到的框架、开源组件、前端技术进行应用学习。同时开发完成后写技术博客,开源到Github上
Stars: ✭ 23 (-20.69%)
Mutual labels:  javaee
further-cdi
🔊 Going further with CDI presentation
Stars: ✭ 28 (-3.45%)
Mutual labels:  javaee
jakartaee-kubernetes
Effective Kubernetes for Java EE, Jakarta EE and MicroProfile Developers
Stars: ✭ 32 (+10.34%)
Mutual labels:  javaee
codigo-tutoriales-blog
Código de ejemplo para el desarrollo ágil de aplicaciones con Java
Stars: ✭ 16 (-44.83%)
Mutual labels:  javaee
geronimo-config
Apache Geronimo Config
Stars: ✭ 15 (-48.28%)
Mutual labels:  javaee
microprofile1.2-samples
Eclipse MicroProfile 1.2 Samples
Stars: ✭ 22 (-24.14%)
Mutual labels:  javaee
TendereteOnline
A Java EE web application of an Online Shop developed with Hibernate + Spring + Bootstrap + jQuery
Stars: ✭ 19 (-34.48%)
Mutual labels:  javaee
travelapp
旅游自助系统。分为Android APP和Web管理系统JAVA旅游自助系统, 是一套开源的项目,系统具有完整的源代码和数据库,以及配套的文档。因为是一个课程设计,功能很简单,所以只能参考学习
Stars: ✭ 90 (+210.34%)
Mutual labels:  javaee
gobang04
五子棋社区,前后端完全分离,SSM框架,CORS跨域访问,SSO单点登录,Bootstrap界面,RESTful构架风格,Netty即时通信,Token口令授权,Web端与客户端通信。异步请求,面向接口编程。
Stars: ✭ 14 (-51.72%)
Mutual labels:  javaee
membership
Membership service (to demonstrate graphQL)
Stars: ✭ 19 (-34.48%)
Mutual labels:  javaee

JSR 375 EE Security API: Specification

The repository contains the AsciiDoc sources to generate the specification document in both HTML and pdf format.

Generating the Specification

Just enter mvn at the command line in this directory. Maven will generate the following artifacts.

Specification as PDF
  • The specification in PDF form.

  • In the directory: target/publish/docbook/publish/en-US/pdf

Specification as HTML
  • The specification in HTML form.

  • In the directory: target/publish/html

Specification Source

The AsciiDoc specification source is located in this directory: src/main/doc

Making Changes

To propose changes, please submit a pull request.

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].