We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8db2bb2 commit 74e3225Copy full SHA for 74e3225
service-locator/src/main/java/com/iluwatar/servicelocator/App.java
@@ -1,9 +1,15 @@
1
package com.iluwatar.servicelocator;
2
3
/**
4
- * Service locator pattern, used to lookup JNDI-services
+ *
5
+ * The Service Locator pattern is a design pattern used in software development
6
+ * to encapsulate the processes involved in obtaining a service with a strong
7
+ * abstraction layer. This pattern uses a central registry known as the "service
8
+ * locator", which on request returns the information necessary to perform a certain task.
9
+ * <p>
10
+ * In this example we use the Service locator pattern to lookup JNDI-services
11
* and cache them for subsequent requests.
- *
12
13
* @author saifasif
14
*
15
*/
0 commit comments