Page | Original | Correction
|
27 |
Fig 1.14: The arrow for the Response Data is pointing from the Servlet Engine to the Web Server.
| Fig 1.14: The arrow should point from the Web Server to the Servlet Engine. |
28 |
Fig 1.16: The arrow for the Response Data is pointing from the Servlet Engine to the Web Server.
| Fig 1.16: The arrow should point from the Web Server to the Servlet Engine. |
143 |
regexp="c.*\\S.*"
|
regexp=".*\\S.*"
|
143 |
regexp="d.*\\S.*"
|
regexp=".*\\S.*"
|
144 |
regexp="c.*\\S.*"
|
regexp=".*\\S.*"
|
144 |
regexp="d.*\\S.*"
|
regexp=".*\\S.*"
|
160 |
jdbc2_0-stdext.jar
|
This jar file has been incorporated into the JRE, so is no longer needed.
|
160 |
hibernate3.jar
|
A newer release of Hibernate now uses these jar files:
hibernate-commons-annotations-4.0.1.Final.jar
hibernate-core-4.1.1.Final.jar
jboss-transaction-api_1.1_spec-1.0.0.Final.jar
jboss-logging-3.0.1.GA.jar
|