Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Oct 29, 2024
2 parents 1a22b27 + 5e9b19e commit f00aed2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/recipes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 14 additions & 0 deletions docs/recipes/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand Down

0 comments on commit f00aed2

Please sign in to comment.