Skip to content

Commit d561316

Browse files
author
Arun Gupta
committed
Adding some basic details
1 parent 98ce10b commit d561316

1 file changed

Lines changed: 159 additions & 3 deletions

File tree

README.md

Lines changed: 159 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,160 @@
1-
javaee7-samples
2-
===============
3-
41
Java EE 7 Samples
2+
=================
3+
4+
This workspace will provide different Java EE 7 Samples.
5+
6+
The following script will generate the complete list of samples.
7+
8+
find . -name pom.xml -depth 3 -maxdepth 3 | sed 's|\./||g' | sed 's|\/pom.xml||g'
9+
10+
I don't plan to write any formal documentation, let the code talk.
11+
12+
batch/batchlet-simple
13+
batch/chunk-checkpoint
14+
batch/chunk-exception
15+
batch/chunk-mapper
16+
batch/chunk-optional-processor
17+
batch/chunk-partition
18+
batch/chunk-simple
19+
batch/chunk-simple-nobeans
20+
batch/decision
21+
batch/flow
22+
batch/listeners
23+
batch/multiple-steps
24+
batch/split
25+
cdi/bean-discovery-all
26+
cdi/bean-discovery-annotated
27+
cdi/bean-discovery-none
28+
cdi/beanmanager
29+
cdi/beansxml-noversion
30+
cdi/built-in
31+
cdi/decorators
32+
cdi/exclude-filter
33+
cdi/interceptors
34+
cdi/nobeans-xml
35+
cdi/pkg-level
36+
cdi/vetoed
37+
concurrency/dynamicproxy
38+
concurrency/executor
39+
concurrency/schedule
40+
concurrency/threads
41+
ejb/embeddable
42+
ejb/lifecycle
43+
ejb/timer
44+
el/standalone
45+
javamail/definition
46+
jaxrs/async-client
47+
jaxrs/async-server
48+
jaxrs/beanvalidation
49+
jaxrs/client
50+
jaxrs/dynamicfilter
51+
jaxrs/endpoint
52+
jaxrs/filter
53+
jaxrs/filter-interceptor
54+
jaxrs/interceptor
55+
jaxrs/invocation
56+
jaxrs/invocation-async
57+
jaxrs/jsonp
58+
jaxrs/link
59+
jaxrs/moxy
60+
jaxrs/readerwriter
61+
jaxrs/readerwriter-json
62+
jaxrs/server-sent-event
63+
jaxrs/singleton-annotation
64+
jaxrs/singleton-application
65+
jaxrs/singleton-application.old
66+
jca/connector-simple
67+
jca/connector-simple.old
68+
jms/jmscontext-cdi
69+
jms/send-receive
70+
jms/send-receive-simple
71+
jms/temp-destination
72+
jpa/criteria
73+
jpa/entitygraph
74+
jpa/jndi-context
75+
jpa/listeners
76+
jpa/locking-optimistic
77+
jpa/locking-pessimistic
78+
jpa/multiple-pu
79+
jpa/native-sql
80+
jpa/native-sql-resultset-mapping
81+
jpa/pu-typesafe
82+
jpa/schema-gen
83+
jpa/schema-gen-scripts
84+
jpa/schema-gen-scripts-external
85+
jpa/schema-gen-scripts-generate
86+
jpa/storedprocedure
87+
jsf/ajax
88+
jsf/bean-validation
89+
jsf/components
90+
jsf/composite-component
91+
jsf/contracts
92+
jsf/contracts-library
93+
jsf/contracts-library-impl
94+
jsf/file-upload
95+
jsf/flows-declarative
96+
jsf/flows-mixed
97+
jsf/flows-programmatic
98+
jsf/flows-simple
99+
jsf/http-get
100+
jsf/passthrough
101+
jsf/radio-buttons
102+
jsf/resource-handling
103+
jsf/server-extension
104+
jsf/simple-facelet
105+
jsf/viewscoped
106+
json/object-builder
107+
json/object-reader
108+
json/streaming-generate
109+
json/streaming-parser
110+
json/twitter-search
111+
jta/transaction-scope
112+
jta/transactional
113+
jta/tx-exception
114+
jta/user-transaction
115+
servlet/async-servlet
116+
servlet/cookies
117+
servlet/error-mapping
118+
servlet/event-listeners
119+
servlet/file-upload
120+
servlet/form-based-security
121+
servlet/metadata-complete
122+
servlet/nonblocking
123+
servlet/protocol-handler
124+
servlet/resource-packaging
125+
servlet/servlet-filters
126+
servlet/servlet-security
127+
servlet/web-fragment
128+
validation/custom-constraint
129+
validation/methods
130+
websocket/binary
131+
websocket/chat
132+
websocket/encoder
133+
websocket/encoder-client
134+
websocket/encoder-programmatic
135+
websocket/endpoint
136+
websocket/endpoint-async
137+
websocket/endpoint-config
138+
websocket/endpoint-javatypes
139+
websocket/endpoint-partial
140+
websocket/endpoint-programmatic
141+
websocket/endpoint-programmatic-async
142+
websocket/endpoint-programmatic-config
143+
websocket/endpoint-programmatic-injection
144+
websocket/endpoint-programmatic-partial
145+
websocket/endpoint-security
146+
websocket/httpsession
147+
websocket/injection
148+
websocket/javase-client
149+
websocket/messagesize
150+
websocket/parameters
151+
websocket/properties
152+
websocket/subprotocol
153+
websocket/websocket-client
154+
websocket/websocket-client-config
155+
websocket/websocket-client-programmatic
156+
websocket/websocket-client-programmatic-config
157+
websocket/websocket-client-programmatic-encoders
158+
websocket/websocket-vs-rest
159+
websocket/whiteboard
160+

0 commit comments

Comments
 (0)