Friday, October 2, 2015
Estrategia Informática, Caso de Estudio “Integra Solutions” Implantación de Estrategias del Océano Azul
Descripción
La industria consultora mexicana se encuentra, desde hace varios
años, en sus primeras etapas. Hechas las debidas proporciones en
términos de Producto Interno Bruto (PIB), la industria resulta
mucho más pequeña con relación al tamaño de la industria de los
EEUU. Por mucho tiempo los bajos niveles de competencia empresarial y
la estructura centralizada del sector público no han requerido de
un uso extenso de servicios de consultoría profesional
independiente. Hasta hoy el potencial de difusor de innovaciones de
la industria y su contribución a la productividad ha sido
inexplorado.
La exposición a la competencia internacional pone a México frente a
la exigencia de incrementar la productividad de su aparato económico
incluyendo la eficiencia de los servicios públicos. La política
económica debe concentrarse en apoyar industrias, como la
consultoría, cuyos servicios y productos incrementen la
productividad de otras industrias.
Mexico tiene una industria en consultoría ampliamente competitiva,
resultado distintas variables; por referirnos a ello comprender un
nicho de mercado es tarea del estudio de una buena estrategia, en
este trabajo estudiamos el trabajo de RENÉE MAUBORGNE y W. CHAN KIM.
Blue Ocean Strategy, (La estrategia del Océano Azul), El libro
presenta un método sistemático para la búsqueda y creación de
océanos azules (herramientas y marcos de trabajo contenidos en seis
pasos claves) cuestionando el pensamiento estratégico tradicional,
marcando un nuevo camino para triunfar en el futuro.
How to do an Ant script file of a Message Broker Flow?
Description:
Nowadays, Services have a enormous development over tiers and are a good practice because of their stateless form on the architecture that could benefit the performance of a system, when we are in development team the use of build tools at the beginning could benefit every part of the working layers, think of Quality Assurance and Production state some values of the environment are different as it were in Development state. There are some tools like Ant that could be make easier our job so here are a set of steps to create a Bar file for IBM Message Broker.
1. First create the following file structure:
...\ProjectNameDeploy\
...\ProjectNameDeploy\dev
...\ProjectNameDeploy\qa
...\ProjectNameDeploy\prod
...\ProjectNameDeploy\dist
2. Create a property file with message flow configuration:
---------------------------------------------
---------------------------------------------
3. Create a property file with Message Broker binary files:
---------------------------------------------
---------------------------------------------
4. Create a property file with deployment url of Message Flow Service corresponding to each development state:
Please copy each file to it corresponding folder: ...\ProjectNameDeploy\dev\msgflow-projectname-dev.properties ...\ProjectNameDeploy\qa\msgflow-projectname-qa.properties ...\ProjectNameDeploy\prod\msgflow-projectname-prod.properties
---------------------------------------------
---------------------------------------------
5. Create a ant script file for message broker code compilation:
---------------------------------------------
---------------------------------------------
6. Now we will have created our bar file in ...\ProjectNameDeploy\dist folder.
Using this kind of mechanisms is very well accepted for each functional part of the team and it maintains sustainability to control deployments.
Best Regards,
Nowadays, Services have a enormous development over tiers and are a good practice because of their stateless form on the architecture that could benefit the performance of a system, when we are in development team the use of build tools at the beginning could benefit every part of the working layers, think of Quality Assurance and Production state some values of the environment are different as it were in Development state. There are some tools like Ant that could be make easier our job so here are a set of steps to create a Bar file for IBM Message Broker.
1. First create the following file structure:
...\ProjectNameDeploy\
...\ProjectNameDeploy\dev
...\ProjectNameDeploy\qa
...\ProjectNameDeploy\prod
...\ProjectNameDeploy\dist
2. Create a property file with message flow configuration:
---------------------------------------------
---------------------------------------------
3. Create a property file with Message Broker binary files:
---------------------------------------------
---------------------------------------------
4. Create a property file with deployment url of Message Flow Service corresponding to each development state:
Please copy each file to it corresponding folder: ...\ProjectNameDeploy\dev\msgflow-projectname-dev.properties ...\ProjectNameDeploy\qa\msgflow-projectname-qa.properties ...\ProjectNameDeploy\prod\msgflow-projectname-prod.properties
---------------------------------------------
---------------------------------------------
5. Create a ant script file for message broker code compilation:
---------------------------------------------
---------------------------------------------
6. Now we will have created our bar file in ...\ProjectNameDeploy\dist folder.
Using this kind of mechanisms is very well accepted for each functional part of the team and it maintains sustainability to control deployments.
Best Regards,
Subscribe to:
Posts (Atom)