Skip to content

Commit 2614510

Browse files
committed
Added top level READMEs for each spec group
1 parent 3109fbe commit 2614510

File tree

21 files changed

+441
-5
lines changed

21 files changed

+441
-5
lines changed

batch/README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Java EE 7 Samples: Batch #
2+
3+
The [JSR 352](https://jcp.org/en/jsr/detail?id=352) specifies a programming model for batch applications and a runtime for scheduling and executing jobs.
4+
5+
## Samples ##
6+
7+
- batchlet-simple
8+
- chunk-checkpoint
9+
- chunk-csv-database
10+
- chunk-exception
11+
- chunk-mapper
12+
- chunk-optional-processor
13+
- chunk-partition
14+
- chunk-simple
15+
- decision
16+
- flow
17+
- batch-listeners
18+
- multiple-steps
19+
- split
20+
- chunk-simple-nobeans
21+
- scheduling
22+
23+
## How to run
24+
25+
More information on how to run can be found at: <https://github.com/javaee-samples/javaee7-samples#how-to-run->
26+
27+

cdi/README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Java EE 7 Samples: CDI 1.1 #
2+
3+
The [JSR 346](https://jcp.org/en/jsr/detail?id=346) updates and clarifications to CDI 1.0 along much requested features.
4+
5+
## Samples ##
6+
7+
- vetoed
8+
- pkg-level
9+
- decorators
10+
- bean-discovery-all
11+
- bean-discovery-annotated
12+
- bean-discovery-none
13+
- exclude-filter
14+
- built-in
15+
- interceptors
16+
- interceptors-priority
17+
- nobeans-xml
18+
- beansxml-noversion
19+
- beanmanager
20+
- extension
21+
- scopes
22+
- alternatives
23+
- alternatives-priority
24+
- nobeans-el-injection
25+
- nobeans-el-injection-flowscoped
26+
- events
27+
28+
## How to run
29+
30+
More information on how to run can be found at: <https://github.com/javaee-samples/javaee7-samples#how-to-run->
31+
32+

concurrency/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Java EE 7 Samples: Concurrency Utilities #
2+
3+
The [JSR 236](https://jcp.org/en/jsr/detail?id=236) provides a simple, standardized API for using concurrency from application components without compromising container integrity while still preserving the Java EE platform's fundamental benefits.
4+
5+
## Samples ##
6+
7+
- dynamicproxy
8+
- managedexecutor
9+
- managedscheduledexecutor
10+
- managedthreadfactory
11+
12+
## How to run
13+
14+
More information on how to run can be found at: <https://github.com/javaee-samples/javaee7-samples#how-to-run->
15+
16+

ejb/README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Java EE 7 Samples: EJB 3.2 #
2+
3+
The [JSR 345](https://jcp.org/en/jsr/detail?id=345) is an architecture for the development and deployment of component-based business applications.
4+
5+
## Samples ##
6+
7+
- embeddable
8+
- lifecycle
9+
- singleton
10+
- stateful
11+
- stateless
12+
- timer
13+
- async-ejb
14+
15+
16+
## How to run
17+
18+
More information on how to run can be found at: <https://github.com/javaee-samples/javaee7-samples#how-to-run->
19+
20+

el/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Java EE 7 Samples: EL 3.0 #
2+
3+
The [JSR 341](https://jcp.org/en/jsr/detail?id=341) is an update to Expression Language 2.2, currently part of JSR 245, JavaServer Page (JSP) 2.2.
4+
5+
## Samples ##
6+
7+
- standalone
8+
9+
## How to run
10+
11+
More information on how to run can be found at: <https://github.com/javaee-samples/javaee7-samples#how-to-run->
12+
13+

interceptor/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Java EE 7 Samples: Interceptor 1.2 #
2+
3+
The [JSR 318](https://jcp.org/en/jsr/detail?id=318) specifies Interceptors 1.2. Since this is a maintenance release on top of 1.1 the JSR number still remained the same as EJB 3.1 (JSR 318).
4+
5+
## Samples ##
6+
7+
- around-construct
8+
9+
## How to run
10+
11+
More information on how to run can be found at: <https://github.com/javaee-samples/javaee7-samples#how-to-run->
12+
13+

jacc/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Java EE 7 Samples: JACC - Java Authorization Contract for Containers #
2+
3+
The [JSR 115](https://jcp.org/en/jsr/detail?id=115) seeks to define a contract between containers and authorization service providers that will result in the implementation of providers for use by containers.
4+
5+
## Samples ##
6+
7+
- contexts
8+
9+
## How to run
10+
11+
More information on how to run can be found at: <https://github.com/javaee-samples/javaee7-samples#how-to-run->
12+
13+

jaspic/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Java EE 7 Samples: JASPIC - Java Authentication Service Provider Interface for Containers#
2+
3+
The [JSR 196](https://jcp.org/en/jsr/detail?id=196) seeks to define a standard interface by which authentication modules may be integrated with containers and such that these modules may establish the authentication identities used by containers.
4+
5+
## Samples ##
6+
7+
- async-authentication
8+
- basic-authentication
9+
- ejb-propagation
10+
- lifecycle
11+
- register-session
12+
- wrapping
13+
14+
## How to run
15+
16+
More information on how to run can be found at: <https://github.com/javaee-samples/javaee7-samples#how-to-run->
17+
18+

javamail/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Java EE 7 Samples: Javamail 1.5#
2+
3+
The [JSR 919](https://jcp.org/en/jsr/detail?id=919) seeks to define a description of the new APIs that are being introduced in JavaMail.
4+
5+
## Samples ##
6+
7+
- definition
8+
9+
## How to run
10+
11+
More information on how to run can be found at: <https://github.com/javaee-samples/javaee7-samples#how-to-run->
12+
13+

jaxrs/README.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Java EE 7 Samples: JAX-RS 2.0#
2+
3+
The [JSR 339](https://jcp.org/en/jsr/detail?id=339) specifies the next version of JAX-RS, the API for for RESTful (Representational State Transfer) Web Services in the Java Platform.
4+
5+
## Samples ##
6+
7+
- angularjs
8+
- async-client
9+
- async-server
10+
- beanvalidation
11+
- beanparam
12+
- client-negotiation
13+
- dynamicfilter
14+
- fileupload
15+
- filter
16+
- filter-interceptor
17+
- interceptor
18+
- invocation
19+
- invocation-async
20+
- jaxrs-client
21+
- jaxrs-endpoint
22+
- jsonp
23+
- link
24+
- mapping-exceptions
25+
- paramconverter
26+
- readerwriter
27+
- readerwriter-json
28+
- request-binding
29+
- resource-validation
30+
- server-negotiation
31+
- singleton
32+
- readerwriter-injection
33+
- jaxrs-security-declarative
34+
- db-access
35+
36+
37+
## How to run
38+
39+
More information on how to run can be found at: <https://github.com/javaee-samples/javaee7-samples#how-to-run->
40+
41+

0 commit comments

Comments
 (0)