From 72a61a5bdb8461909a2a932ddae6e36082d7a304 Mon Sep 17 00:00:00 2001 From: AndresGarcia15 Date: Wed, 29 Oct 2025 22:29:53 -0500 Subject: [PATCH] Add new JavaScript files for enhanced search functionality and UI improvements - Introduced script.js for core search functionalities including sorting, toggling styles, and managing search results. - Added search-page.js to handle search input, result rendering, and user interactions on the search page. - Implemented search.js for managing search logic, including term matching, result categorization, and dynamic UI updates. - Enhanced user experience with improved search result display and navigation features. - Included necessary copyright headers and ensured compliance with Oracle's proprietary guidelines. --- .gitignore | 2 + pom.xml | 71 +++------- .../apidocs/BESA/Remote/AdmRemoteImpBESA.html | 62 +++++++-- .../BESA/Remote/AdmRemoteInterfaceBESA.html | 52 +++++-- .../BESA/Remote/Balancer/Ag_Balancer.html | 34 +++-- .../Remote/Balancer/Ag_Balancer_State.html | 60 ++++++-- .../BESA/Remote/Balancer/Answers_Guard.html | 34 +++-- .../BESA/Remote/Balancer/Balance_Guard.html | 40 ++++-- .../BESA/Remote/Balancer/BalancerBESA.html | 34 +++-- .../BESA/Remote/Balancer/Data_Agent.html | 46 +++++-- .../BESA/Remote/Balancer/Data_Request.html | 52 +++++-- .../BESA/Remote/Balancer/Requests_Guard.html | 32 +++-- .../BESA/Remote/Balancer/Update_Guard.html | 32 +++-- .../Balancer/class-use/Ag_Balancer.html | 20 ++- .../Balancer/class-use/Ag_Balancer_State.html | 20 ++- .../Balancer/class-use/Answers_Guard.html | 20 ++- .../Balancer/class-use/Balance_Guard.html | 20 ++- .../Balancer/class-use/BalancerBESA.html | 20 ++- .../Remote/Balancer/class-use/Data_Agent.html | 20 ++- .../Balancer/class-use/Data_Request.html | 20 ++- .../Balancer/class-use/Requests_Guard.html | 20 ++- .../Balancer/class-use/Update_Guard.html | 20 ++- .../BESA/Remote/Balancer/package-summary.html | 24 ++-- .../BESA/Remote/Balancer/package-tree.html | 20 ++- .../BESA/Remote/Balancer/package-use.html | 20 ++- .../Remote/Directory/AgRemoteHandlerBESA.html | 40 ++++-- .../DistributedDirectoryExceptionBESA.html | 26 ++-- .../Directory/RemoteAdmHandlerBESA.html | 50 +++++-- .../Remote/Directory/RemoteDirectoryBESA.html | 50 +++++-- .../class-use/AgRemoteHandlerBESA.html | 20 ++- .../DistributedDirectoryExceptionBESA.html | 20 ++- .../class-use/RemoteAdmHandlerBESA.html | 20 ++- .../class-use/RemoteDirectoryBESA.html | 20 ++- .../Remote/Directory/package-summary.html | 28 ++-- .../BESA/Remote/Directory/package-tree.html | 20 ++- .../BESA/Remote/Directory/package-use.html | 20 ++- .../BESA/Remote/DistributedExceptionBESA.html | 26 ++-- .../BESA/Remote/DistributedInitBESA.html | 26 ++-- .../apidocs/BESA/Remote/PingSocketThread.html | 44 +++--- target/apidocs/BESA/Remote/PingThread.html | 52 ++++--- .../apidocs/BESA/Remote/PongSocketThread.html | 36 ++--- target/apidocs/BESA/Remote/PongThread.html | 46 ++++--- target/apidocs/BESA/Remote/RemoteAdmBESA.html | 128 ++++++++++++++++-- target/apidocs/BESA/Remote/SocketServer.html | 40 +++--- .../BESA/Remote/SocketServerThread.html | 46 ++++--- .../Remote/class-use/AdmRemoteImpBESA.html | 20 ++- .../class-use/AdmRemoteInterfaceBESA.html | 20 ++- .../class-use/DistributedExceptionBESA.html | 20 ++- .../Remote/class-use/DistributedInitBESA.html | 20 ++- .../Remote/class-use/PingSocketThread.html | 20 ++- .../BESA/Remote/class-use/PingThread.html | 20 ++- .../Remote/class-use/PongSocketThread.html | 20 ++- .../BESA/Remote/class-use/PongThread.html | 20 ++- .../BESA/Remote/class-use/RemoteAdmBESA.html | 20 ++- .../BESA/Remote/class-use/SocketServer.html | 20 ++- .../Remote/class-use/SocketServerThread.html | 20 ++- .../apidocs/BESA/Remote/package-summary.html | 28 ++-- target/apidocs/BESA/Remote/package-tree.html | 20 ++- target/apidocs/BESA/Remote/package-use.html | 20 ++- target/apidocs/allclasses-index.html | 24 ++-- target/apidocs/allpackages-index.html | 20 ++- target/apidocs/constant-values.html | 22 ++- target/apidocs/copy.svg | 33 ----- target/apidocs/help-doc.html | 22 ++- target/apidocs/index-all.html | 20 ++- target/apidocs/index.html | 20 ++- target/apidocs/legal/ADDITIONAL_LICENSE_INFO | 1 - target/apidocs/legal/ASSEMBLY_EXCEPTION | 1 - target/apidocs/legal/COPYRIGHT | 69 ++++++++++ target/apidocs/legal/LICENSE | 119 +++++++++++++++- target/apidocs/legal/jquery.md | 50 ++++++- target/apidocs/link.svg | 31 ----- target/apidocs/overview-summary.html | 6 +- target/apidocs/overview-tree.html | 20 ++- target/apidocs/resource-files/copy.svg | 33 +++++ .../{resources => resource-files}/glass.png | Bin .../jquery-ui.min.css | 0 target/apidocs/resource-files/link.svg | 31 +++++ .../{ => resource-files}/stylesheet.css | 83 ++++++------ .../{resources => resource-files}/x.png | Bin target/apidocs/script-dir/jquery-3.7.1.min.js | 2 - .../apidocs/script-files/jquery-3.6.1.min.js | 2 + .../jquery-ui.min.js | 0 target/apidocs/{ => script-files}/script.js | 73 ++++------ .../apidocs/{ => script-files}/search-page.js | 34 ++--- target/apidocs/{ => script-files}/search.js | 93 ++++++++----- target/apidocs/search.html | 24 ++-- target/apidocs/serialized-form.html | 22 ++- .../BESA/Remote/AdmRemoteImpBESA.class | Bin 7887 -> 7907 bytes .../BESA/Remote/Balancer/Ag_Balancer.class | Bin 787 -> 787 bytes .../Remote/Balancer/Ag_Balancer_State.class | Bin 2881 -> 2881 bytes .../BESA/Remote/Balancer/Answers_Guard.class | Bin 4220 -> 4221 bytes .../BESA/Remote/Balancer/Balance_Guard.class | Bin 7080 -> 7134 bytes .../BESA/Remote/Balancer/BalancerBESA.class | Bin 6155 -> 6156 bytes .../BESA/Remote/Balancer/Data_Agent.class | Bin 1299 -> 1299 bytes .../BESA/Remote/Balancer/Data_Request.class | Bin 1737 -> 1737 bytes .../BESA/Remote/Balancer/Requests_Guard.class | Bin 2708 -> 2712 bytes .../BESA/Remote/Balancer/Update_Guard.class | Bin 3042 -> 3037 bytes .../Directory/AgRemoteHandlerBESA.class | Bin 3252 -> 3255 bytes .../DistributedDirectoryExceptionBESA.class | Bin 434 -> 434 bytes .../Directory/RemoteAdmHandlerBESA.class | Bin 4076 -> 4088 bytes .../Directory/RemoteDirectoryBESA.class | Bin 3091 -> 3098 bytes .../Remote/DistributedExceptionBESA.class | Bin 383 -> 383 bytes .../BESA/Remote/DistributedInitBESA.class | Bin 7188 -> 7212 bytes .../BESA/Remote/PingSocketThread.class | Bin 4180 -> 4289 bytes target/classes/BESA/Remote/PingThread.class | Bin 5984 -> 6130 bytes .../BESA/Remote/PongSocketThread.class | Bin 7354 -> 7250 bytes target/classes/BESA/Remote/PongThread.class | Bin 8149 -> 8029 bytes .../RemoteAdmBESA$recurrentCheckpoint.class | Bin 879 -> 839 bytes .../classes/BESA/Remote/RemoteAdmBESA.class | Bin 15223 -> 15242 bytes target/classes/BESA/Remote/SocketServer.class | Bin 2978 -> 2946 bytes .../BESA/Remote/SocketServerThread.class | Bin 2751 -> 2773 bytes target/maven-javadoc-plugin-stale-data.txt | 52 ++++--- .../compile/default-compile/inputFiles.lst | 48 +++---- target/remote-besa-3.6.0-javadoc.jar | Bin 236776 -> 238796 bytes target/remote-besa-3.6.0-sources.jar | Bin 43318 -> 42814 bytes target/remote-besa-3.6.0.jar | Bin 55404 -> 55201 bytes 117 files changed, 1600 insertions(+), 1196 deletions(-) delete mode 100644 target/apidocs/copy.svg delete mode 100644 target/apidocs/legal/ADDITIONAL_LICENSE_INFO delete mode 100644 target/apidocs/legal/ASSEMBLY_EXCEPTION create mode 100644 target/apidocs/legal/COPYRIGHT delete mode 100644 target/apidocs/link.svg create mode 100644 target/apidocs/resource-files/copy.svg rename target/apidocs/{resources => resource-files}/glass.png (100%) rename target/apidocs/{script-dir => resource-files}/jquery-ui.min.css (100%) create mode 100644 target/apidocs/resource-files/link.svg rename target/apidocs/{ => resource-files}/stylesheet.css (95%) rename target/apidocs/{resources => resource-files}/x.png (100%) delete mode 100644 target/apidocs/script-dir/jquery-3.7.1.min.js create mode 100644 target/apidocs/script-files/jquery-3.6.1.min.js rename target/apidocs/{script-dir => script-files}/jquery-ui.min.js (100%) rename target/apidocs/{ => script-files}/script.js (78%) rename target/apidocs/{ => script-files}/search-page.js (89%) rename target/apidocs/{ => script-files}/search.js (88%) diff --git a/.gitignore b/.gitignore index f2b40a8..4986ce9 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ /dist/ /build/ nbproject/build-impl.xml~ + + diff --git a/pom.xml b/pom.xml index 9027a6f..b7afe7f 100644 --- a/pom.xml +++ b/pom.xml @@ -42,57 +42,28 @@ UTF-8 - - - - local-dev - - true - - - - io.github.iscoutb - kernel-besa - 3.5.1 - system - ${project.basedir}/../KernelBESA/target/kernel-besa-3.6.0.jar - - - io.github.iscoutb - local-besa-simple - 3.5 - system - ${project.basedir}/../LocalBESA/target/local-besa-simple-3.6.0.jar - - - + + + github + https://maven.pkg.github.com/ISCOUTB/* + + true + + + - - - github-packages - - - github - https://maven.pkg.github.com/ISCOUTB/* - - true - - - - - - io.github.iscoutb - kernel-besa - 3.5.1 - - - io.github.iscoutb - local-besa-simple - 3.5 - - - - + + + io.github.iscoutb + kernel-besa + 3.6.0 + + + io.github.iscoutb + local-besa-simple + 3.6.0 + + src/main/java diff --git a/target/apidocs/BESA/Remote/AdmRemoteImpBESA.html b/target/apidocs/BESA/Remote/AdmRemoteImpBESA.html index 819e1ca..befae11 100644 --- a/target/apidocs/BESA/Remote/AdmRemoteImpBESA.html +++ b/target/apidocs/BESA/Remote/AdmRemoteImpBESA.html @@ -1,18 +1,18 @@ - + AdmRemoteImpBESA (RemoteBESA 3.6.0 API) - + - - - - - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + - - + + + + + - - + + + + + - - + + + + + - - + + + + + - - + + + + + - - + + + + + - - + + + + + - - + + + + + - - + + + + + + - - + + + + + - - + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + - - + + + + + - - + + + + + - - + + + + + - - + + + + + + - - + + + + + - - + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + - - + + + + + - - + + + + + - - + + + + + - - + + + + + - - + + + + + - - + + + + + - - + + + + + - - + + + + + - - + + + + + - - + + + + + - - + + + + + + - - + + + + + - - + + + + + - - + + + + + - - + + + + + - - + + + + + + - - + + + + + - - + + + + + - - + + + + +