We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5f5cd8 commit 3db9c20Copy full SHA for 3db9c20
1 file changed
ng-appserver/src/main/java/ng/appserver/NGAppBuilder.java
@@ -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