diff --git a/jOOQ-website/src/main/resources/manual-3.2.xml b/jOOQ-website/src/main/resources/manual-3.2.xml
index fa98cd4598..e15c5fa7c0 100644
--- a/jOOQ-website/src/main/resources/manual-3.2.xml
+++ b/jOOQ-website/src/main/resources/manual-3.2.xml
@@ -83,7 +83,7 @@
This section is dedicated to tools that ship with jOOQ, such as the - jOOQ console + jOOQ's JDBC mocking feature
Effectively, jOOQ was originally designed to replace any other database abstraction framework short of the ones handling connection pooling and transaction management (see also the
@@ -8862,7 +8860,7 @@ public class PrettyPrinter extends DefaultExecuteListener { } }]]>
- See also the manual's sections about
- The
- A short overview of such a debugging session can be seen here: -
-
-
- Please note that the jOOQ Console is still experimental. Any feedback is very welcome on
- the jooq-user group
-
- The jOOQ Console can be run in two different modes: -
-
- Both modes will require that you set the
- The in-process mode is useful for Swing applications or other, locally run Java programs accessing the database via jOOQ. In order to launch the jOOQ Console "in-process", specify the previously documented settings and launch the Console as follows: -
- -- Only in the in-process mode, you can execute ad-hoc queries directly from the console, if you provide it with proper DatabaseDescriptor. These queries are executed from the Editor pane which features: -
-
- - In J2EE or other server/client environments, you may not be able to run the console in the same process as your application. You can then run the jOOQ Console in "headless" mode. In addition to the previously documented settings, you'll have to start a debugger server in your application process, that the console can connect to: -
- -- Now start your application along with the debugger server and launch the console with this command: -
- -- Depending on your distribution, you may have to manually add rsyntaxtextarea-2.0.2.jar and jOOQ artefacts on your classpath. -