public class App extends Object
container listener gets registered
with the application. Upon application startup notification, the listener schedules
a new timer task to check a text file called resources
every 2 seconds. When the text file change is detected, the application gets reloaded with
a new resource configuration including all
resource classes listed in that file.| Modifier and Type | Field and Description |
|---|---|
static String |
CONFIG_FILENAME |
static String |
ROOT_PATH |
static String |
SRC_MAIN_JAVA |
| Constructor and Description |
|---|
App() |
public static final String ROOT_PATH
public static final String CONFIG_FILENAME
public static final String SRC_MAIN_JAVA
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.