Skip to content

Commit ecda0bd

Browse files
committed
readme updates
1 parent 36a8737 commit ecda0bd

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

readme.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Apache License, Version 2.0.
1717

1818
## System Requirements
1919

20-
- Lucee 4.5+
21-
- ColdFusion 11+
20+
- Lucee 5+
21+
- ColdFusion 2016+
2222

2323
## Instructions
2424

@@ -29,13 +29,15 @@ Just drop into your **modules** folder or use the box-cli to install
2929
The module has a default folder called `lib` where any jars you drop there will be class loaded automatically. However, we recommend using the `loadpaths` setting for selecting an array of locations to class load, so when the module updates you won't lose those files.
3030

3131
## Models
32+
3233
The module registers the following mapping in WireBox: `loader@cbjavaloader`. Which is the class you will use to class load, append paths and much more. Check out the included API Docs for much more information. The main methods of importance of the java loader are:
3334

3435
* `create( class )` - Create a loaded Java class
3536
* `appendPath( dirPath, filter)` - Appends a directory path of *.jar's,*.classes to the current loaded class loader.
3637
* `getLoadedURLs()` - Get all the loaded URLs
3738

3839
## WireBox DSL
40+
3941
The module also registers a new WireBox DSL called `javaloader`. You can then use this custom DSL for injecting direct java class loaded classes very easily:
4042

4143
```js
@@ -101,7 +103,8 @@ Copyright Since 2005 ColdBox Framework by Luis Majano and Ortus Solutions, Corp
101103
www.ortussolutions.com
102104
********************************************************************************
103105

104-
#### HONOR GOES TO GOD ABOVE ALL
106+
### HONOR GOES TO GOD ABOVE ALL
107+
105108
Because of His grace, this project exists. If you don't like this, then don't read it, its not for you.
106109

107110
>"Therefore being justified by faith, we have peace with God through our Lord Jesus Christ:
@@ -112,4 +115,5 @@ And hope maketh not ashamed; because the love of God is shed abroad in our heart
112115
Holy Ghost which is given unto us. ." Romans 5:5
113116

114117
### THE DAILY BREAD
118+
115119
> "I am the way, and the truth, and the life; no one comes to the Father, but by me (JESUS)" Jn 14:1-12

0 commit comments

Comments
 (0)