You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also you can set some parameters related to file upload process (_Application.setUploadLocation()_ and _Application.setMaximumUploadSize()_).
17
+
Also you can set some parameters related to file upload process (_Application#setUploadLocation()_ and _Application#setMaximumUploadSize()_).
17
18
You can modify some settings for an embedded WebServer using _WebServerSettings_.
18
19
19
-
We chose the Service Loader mechanism from Java as built in modules system in Pippo because is a standard and easy to use.
20
+
We chose the ServiceLoader mechanism from Java as built in modules system in Pippo because is a standard and easy to use.
20
21
You can create a modular application using [ServiceLocator]({{ site.coreurl }}/src/main/java/ro/pippo/core/util/ServiceLocator.java) class (trivial wrapper over Service Loader concept).
21
22
22
23
To improve the modularity mechanism, we added the concept of [Initializer]({{ site.coreurl }}/src/main/java/ro/pippo/core/Initializer.java).
@@ -60,7 +61,12 @@ public class ContactInitializer implements Initializer {
0 commit comments