Skip to content
This repository was archived by the owner on Jan 28, 2019. It is now read-only.

Commit 052761f

Browse files
Merge pull request #92 from javaee/rmarano
fix table formats
2 parents 01d64c2 + bfeb5af commit 052761f

File tree

7 files changed

+14
-24
lines changed

7 files changed

+14
-24
lines changed

src/main/jbake/content/injection003.adoc

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ title=The Main Differences between Resource Injection and Dependency Injection
44
next=packaging.html
55
prev=injection002.html
66
~~~~~~
7-
The Main Differences between Resource Injection and Dependency Injection
8-
========================================================================
7+
= The Main Differences between Resource Injection and Dependency Injection
8+
99

1010
[[BABHFECJ]]
1111

@@ -18,17 +18,14 @@ injection and dependency injection.
1818

1919
[[sthref19]][[BABCEJEE]]
2020

21-
Table 4-1 Differences between Resource Injection and Dependency
22-
Injection
21+
*Table 4-1 Differences between Resource Injection and Dependency
22+
Injection*
2323

24-
[width="75%",cols="3%,29%,26%,23%,19%",options="header",]
24+
[width="99%",cols="25%,20%,20%,20%,15%"]
2525
|=======================================================================
26-
|Injection Mechanism |Can Inject JNDI Resources Directly |Can Inject
27-
Regular Classes Directly |Resolves By |Typesafe
26+
|*Injection Mechanism* |*Can Inject JNDI Resources Directly* |*Can Inject
27+
Regular Classes Directly* |*Resolves By* |*Typesafe*
2828
|Resource Injection |Yes |No |Resource name |No
2929

3030
|Dependency Injection |No |Yes |Type |Yes
3131
|=======================================================================
32-
33-
34-

src/main/jbake/content/jsf-ajax010.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ To load the Ajax resource from the server side:
133133
[width="100%",cols="100%",]
134134
|=======================================================================
135135
a|
136-
Note:
136+
*Note*:
137137

138138
This method is usually used when creating a custom component or a custom
139139
renderer for a component.

src/main/jbake/content/servlets016.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ uploads an image file and stores its content in a database.
2424
[width="100%",cols="100%",]
2525
|=======================================================================
2626
a|
27-
Note:
27+
*Note*:
2828

2929
Except where expressly provided otherwise, the site, and all content
3030
provided on or through the site, are provided on an "as is" and "as
@@ -318,5 +318,3 @@ A message reports that the file was created in the directory that you
318318
specified.
319319
6. Go to the directory that you specified in the Destination field and
320320
verify that the uploaded file is present.
321-
322-

src/main/jbake/content/usingexamples003.adoc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,9 @@ Admin Console.
3333
[width="100%",cols="100%",]
3434
|=======================================================================
3535
a|
36-
Note:
36+
*Note*:
3737

3838
NetBeans IDE uses your default web browser to open the Administration
3939
Console.
4040

4141
|=======================================================================
42-
43-
44-

src/main/jbake/content/usingexamples004.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,3 @@ Next Steps
5353

5454
To stop the database using NetBeans IDE, right-click Java DB and select
5555
Stop Server.
56-
57-

src/main/jbake/content/webapp003.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title=A Web Module That Uses JavaServer Faces Technology: The hello1 Example
44
next=webapp004.html
55
prev=webapp002.html
66
~~~~~~
7-
+ A Web Module That Uses JavaServer Faces Technology: The hello1 Example
7+
= A Web Module That Uses JavaServer Faces Technology: The hello1 Example
88

99

1010
[[BNADX]]

src/main/jbake/content/webapp005.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,11 +207,11 @@ for more information on resources.
207207

208208
[[sthref25]][[BNAEV]]
209209

210-
Table 6-1 Web Components That Accept Resource Injections
210+
*Table 6-1 Web Components That Accept Resource Injections*
211211

212-
[width="23%",cols="2*[<.^]",options="header",]
212+
[width="50%",cols="20%,30%"]
213213
|================================================
214-
|Component |Interface/Class
214+
|*Component* |*Interface/Class*
215215
|Servlets |`javax.servlet.Servlet`
216216
|Servlet filters |`javax.servlet.ServletFilter`
217217
|Event listeners a|

0 commit comments

Comments
 (0)