What is the best solution?

You work for a small IT shop. The developers are responsible for deploying production
applications. All of the connection and resource parameters are distributed in the Java source
code. Your IT shop has a limited infrastructure so there have been few issues with pushing
production applications. Your IT shop has been purchased and is now reselling Java products to
customers. You now have dedicated development, testing, staging, and production environments.
A new requirement states that these applications must support rapid deployment to each
environment. What is the best solution?

You work for a small IT shop. The developers are responsible for deploying production
applications. All of the connection and resource parameters are distributed in the Java source
code. Your IT shop has a limited infrastructure so there have been few issues with pushing
production applications. Your IT shop has been purchased and is now reselling Java products to
customers. You now have dedicated development, testing, staging, and production environments.
A new requirement states that these applications must support rapid deployment to each
environment. What is the best solution?

A.
refactor the Java application to use JNDI names and resource references

B.
identify a build engineer that has the responsibility of modifying the constant class for each
deployment

C.
set your connection properties in a constants class to consolidate connection and resource
parameters

D.
identify the environment parameters for connection and resources and make them readily
available to developers



Leave a Reply 0

Your email address will not be published. Required fields are marked *