Skip to content

Commit 3db9c20

Browse files
Start planning for our actual initialization
1 parent f5f5cd8 commit 3db9c20

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
package ng.appserver;
2+
3+
/// # A builder
4+
///
5+
/// We need a builder class to create/run our applications.
6+
/// What I'd b love to have is
7+
///
8+
/// 1. Build an application without running it
9+
/// 2. Specify the application's deployment mode
10+
/// 3. Specify which plugins to load
11+
/// - Specify whether to automatically load all located plugins
12+
/// - Disable certain plugins
13+
/// - Change plugin initialization/load/activation order?
14+
/// 4. Launch the given application with a specified "adaptor" (might potentially belong in a separate class?)
15+
16+
public class NGAppBuilder {}

0 commit comments

Comments
 (0)