Creates an instance of the Service Locator J2EE design pattern.
A service locator encapsulates the JNDI lookup code into a single class, reducing
the proliferation of lookup code. This wizard does not cache lookup instances and is
typically used in the business tier.