Skip to content

Commit b2a20ca

Browse files
committed
adding more details
1 parent d231913 commit b2a20ca

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.asciidoc

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public class StudentEndpoint {
144144
----
145145
+
146146
* 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
148148
*** Add Accept: application/xml
149149
*** Show empty response
150150
** Make a POST request
@@ -213,7 +213,10 @@ public class SimpleGreeting implements Greeting {
213213
* Show ``New missing/unsatisfied dependencies'' error and explain default injection
214214
* Add `@Dependent` on bean
215215
* 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+
------------
217220

218221
* Wizards:
219222
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
233236
Batch
234237
-----
235238

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]
241+
** Available in JBoss Tools 4.3.0.Alpha1
237242
* Upcoming 4.3.0.Alpha2 features: Validation, Content Assist, Navigation, - https://issues.jboss.org/browse/JBIDE-18857
238243
239244
JavaServer Faces

0 commit comments

Comments
 (0)