From 5e9b19eed756742390ab75a719469c067c50ebdd Mon Sep 17 00:00:00 2001 From: Lucee Docs GitHub Action Date: Wed, 16 Oct 2024 16:42:45 +0000 Subject: [PATCH] Update recipes index and README --- docs/recipes/README.md | 4 ++++ docs/recipes/index.json | 14 ++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/docs/recipes/README.md b/docs/recipes/README.md index a2d8e2ea3..3d4ca67db 100644 --- a/docs/recipes/README.md +++ b/docs/recipes/README.md @@ -152,6 +152,10 @@ Shows how to explicitly cast a component to a specific interface. Learn how to write CFML code directly in a function or a closure with Java types in Lucee. This guide demonstrates how to define functions and components with Java types, and how to use Java lambda functions within Lucee. You will see examples of how to handle exceptions, define return types, and implement functional Java interfaces (Lambdas) seamlessly. +## [Interacting with Java Libraries in Lucee 6.2](/docs/recipes/java-libraries.md) + +Guide on using Java libraries in Lucee 6.2 with Maven and import + ## [Java Settings in Application.cfc (Now with Maven Support)](/docs/recipes/java-settings.md) Guide on configuring Java settings in Lucee using Application.cfc diff --git a/docs/recipes/index.json b/docs/recipes/index.json index eaa4852d0..a23d460ff 100644 --- a/docs/recipes/index.json +++ b/docs/recipes/index.json @@ -535,6 +535,20 @@ "Lucee" ] }, + { + "file": "java-libraries.md", + "title": "Interacting with Java Libraries in Lucee 6.2", + "path": "/docs/recipes/java-libraries.md", + "hash": "87bc11020fc4f4df8ec76e5c9d732939", + "keywords": [ + "java", + "maven", + "import", + "Lucee", + "libraries", + "new operator" + ] + }, { "file": "java-settings.md", "title": "Java Settings in Application.cfc (Now with Maven Support)",