You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.asciidoc
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -144,7 +144,7 @@ public class StudentEndpoint {
144
144
----
145
145
+
146
146
* Use ``Advanced REST Client'' in Chrome
147
-
** Make a GET request to http://localhost:8080/EclipseCon/rest/students
147
+
** Make a GET request to http://localhost:8080/HelloJavaEE7/rest/students
148
148
*** Add Accept: application/xml
149
149
*** Show empty response
150
150
** Make a POST request
@@ -213,7 +213,10 @@ public class SimpleGreeting implements Greeting {
213
213
* Show ``New missing/unsatisfied dependencies'' error and explain default injection
214
214
* Add `@Dependent` on bean
215
215
* Create a new class `FancyGreeting`, implement the interface, add `@Dependent`
216
-
* Create a new qualifier using the wizard
216
+
* Create a new qualifier using ``New'', ``Qualifier Annotation Type''
217
+
218
+
Advanced CDI
219
+
------------
217
220
218
221
* Wizards:
219
222
http://docs.jboss.org/tools/4.1.x.Final/en/cdi_tools_reference_guide/html/chap-CDI_Tools_Reference_Guide-Creating_a_CDI_Web_Project.html[New CDI Web Project Wizard],
@@ -233,7 +236,9 @@ But it's mostly about showing CDI 1.2 as available in our wizards (New CDI Proje
233
236
Batch
234
237
-----
235
238
236
-
* Batch job XML editor - http://tools.jboss.org/documentation/whatsnew/jbosstools/4.3.0.Alpha1.html#batch - *Available in JBoss Tools 4.3.0.Alpha1*
239
+
* Open https://github.com/javaee-samples/javaee7-samples/[Java EE 7 Samples project] and show Job XML
240
+
* http://tools.jboss.org/documentation/whatsnew/jbosstools/4.3.0.Alpha1.html#batch[Batch job XML editor]
0 commit comments