SlideShare ist ein Scribd-Unternehmen logo
1 von 115
Essencials Arquitecture. Clients Access. Setup & Configurations. 1
Account Account Opportunity Product Contact Business Objects Relate Business Data Abusiness object (BO) contains information about the relationships between business components (BC) Represents a collection of BCs and the relationship between them   Business component Business object Business component 2
Database Server Siebel Web Architecture Overview ,[object Object]
A relational database and file system that store business data
Servers that manage the business data and provide batch and interactive services for clients
Web clients that access the business dataWeb Server Siebel Servers SiebelFile System 3
   Capas      Web Server Siebel Web Server Extension (SWSE) Browser ,[object Object]
 Identifica requerimientos para Siebel Server.
 Pasa HTML completas para el Browser.
 Reconoce las URL´s requeridas.
 Enlaza con el componente Siebel Server adecuado.
 Publica imágenes en el Web Server.
 Descarga imágenes en paralelo.Image Cache Name Server: ,[object Object]
 Registra los componentes disponibles.
 Asigna trabajo a los componentes requeridos por SWSE.
 Almacena def. de comps., parámetros, info de conexs. (Siebelns.dat)ConectionBrokering: ,[object Object]
Balance de Cargas de Trabajo (Resonate Balance Dispacth)    Gateway Server ,[object Object]
Intercambia información.
Adm.Servidores desde el Siebel Server Manager.
 Instala y Configura en 1era. Fase el Siebel Server #1.Enterprise Server ,[object Object]
Controlan los componentes que ejecuta el sistema.
 Obtienen info del Gateway.
Ejecutan Servicios (WIN) o demonios (UNIX).Siebel Server Siebel Server Object Manager (OM) ,[object Object]
 Capa de abstración del (OM).
 Mapea objetos para (OM).
 Separa queries de procesos lógicos de negocio.
 Genera especificaciones SQL en respuesta al (OM).
Business Object (BO)
Procesamiento (BO)
 Siebel Web Engine (SWE)
Construye la (UI).
Procesarequerimientos.
Ensamblaplantillapara el Framework.
Recibe info de (BO).
 Genera Html, XML + Plantilla + Datos.
Entrega la páginayacompletada.Filesystem Manager Workflow Manager Comunication Server	 ,[object Object]
  Data ObjectLayer (Data Manager).
 Business ObjectLayer.
 UI Layer.
Administra recursos y sesiones.Syncs  Manager ,[object Object]
 Dispositivos móviles y remotos, se controlan desde Siebel Server.
 Almacena datos sin un esquema de base de datos predefinido, basado en manejadores relacionales de bases de datos de terceros (RDBMS).
 Soporta Siebel Server a través de lenguaje nativo SQL.
Accesado por (DM).
 Almacena ficheros comprimidos correspondientes a la aplicaciones Siebel.
 El acceso es controlado por el Filesystem Manager en el Siebel Server.Database Server SiebelFile System 4
SWSE Web Server Physical Architecture ,[object Object]
The Siebel Server(s) should have a high-speed LAN connection to the Database ServerEnterprise Server High-speed LAN Gateway Server Siebel Server SiebelFile System Siebel Server Database Server Firewall Firewall 5
Database Server Client Access Overview ,[object Object]
Web and Wireless Web Clients connect through Web Server
Handheld and Mobile Web Clients connect through Gateway Server
Dedicated Web Client connects directly to Siebel databaseWireless Web Web Mobile Web Handheld Web Server Siebel Servers Dedicated  Web SiebelFile System 6
Object Manager .srf Database Siebel Repository File (.srf) ,[object Object]
UI objects specify the data presentation
Business objects specify the business rules and processes
Data objects specify the data organization and storage
Used with Object Manager, builds a Siebel application at run timeWeb Clients Mobile and Dedicated Web Clients Templates Parameters .cfg 7
Object Manager .srf Database Configuration File and Component Parameters  ,[object Object], Gateway Server		              LDAP directory server  Enterprise Server 	                           File system  Repository (.srf) file 	              Database server (data source)  Application or server component Templates Parameters .cfg Web Clients Mobile and Dedicated Web Clients 8
Siebel Server Object Manager Siebel Web Engine Data Manager Component Web Server SWSE Enterprise Server Dedicated Web Client Object Manager Siebel Web Engine .srf Data Manager Web Server SWSE Mobile/Handheld Client Wireless Web Client Web Client .cfg DatabaseServer .srf .cfg .cfg .srf All Clients ,[object Object],WAP Server Gateway Server SiebelFile System 9
Essencials Authentication. Internal & External. ObjectsDefinitions. Business Entities. Local Projects. 10
Internal Authentication ,[object Object]
Is the default for Siebel applications
Authenticates users accessing one or more Siebel applicationsBrowser Web Server 1. User provides name and password SWSE Credentials Siebel Object Manager 2. Password may be encrypted to prevent direct database access Encrypt password Connect using DB account 3. Connect to database Siebel  Database 11
External Authentication Browser ,[object Object]
Allows for centralized management of user authentication across Siebel and non-Siebel applicationsWeb Server SWSE 1. User provides information Credentials 2. Verify credentials Login Authentication Service Siebel Object  Manager Security  adapter Retrieve DB account and roles Directory Connect using DB account 3. Roles applied to user as Siebel responsibilities Siebel  Database 4. Connect to database 12
External Authentication Continued ,[object Object]
Lightweight Directory Access Protocol (LDAP) is an open network protocol
LDAP security adapter allows Siebel applications to access standard LDAP directories
Active Directory Service (ADSI)
ADSI security adapter allows Siebel applications to access Microsoft Active Directory 13
Object Definitions ,[object Object]
User interface
Business logic
Data storage
Are stored in the Siebel repository, a subset of tables in the Siebel database that contains object definitions
Are examined, created, and edited using Siebel Tools
Are compiled into the repository file for a configured applicationApplication Object Manager Database Tools Application Repository  Data Tools output is input for object manager .srf Configured Application 14
Siebel Business Entities ,[object Object],Account Service Request Action Contact Product 15
Configuring a Siebel Application ,[object Object]
Object definitions are edited and created
Developers do not modify code in siebel.exe
Developers do not write SQL directlyApplication Object Manager Database Tools Application Repository  Data Tools output is input for object manager .srf Configured Application 16
Initialize the Local Database ,[object Object],17
Copying Projects ,[object Object]
From the server to the local developer repository (Get, Check Out)
From the local developer repository to the server (Check In)
Overwrites the version in the destination repositoryProject Get, Check Out Local Server Check In 18
Check Out ,[object Object]
Check Out:
Copies all object definitions in project on server to local database
Local copy of project is overwritten by server version
Locks project on server repository
Prevents other developers from modifying that project
Locks the project in the local repository
Permits developer to make changes to object definitions in that project19
Check Out Continued ,[object Object],20
Check In ,[object Object]
Check In:
Copies object definitions from local repository to server repository
Replaces versions of checked out object definitions with new versions and unlocks projects
Can also check in object definitions in newly-created projects
Releases locks on both server and local copies of project
Maintain Lock leaves project locked for further local modification by current developer21
Check In Continued ,[object Object],22
Archive Files ,[object Object]
Available for importing into other repositories
Have .sif extension by default
Are used to share object definitions in multiple repository development
Are used to back up object definitions
Can be version-controlled using source control systems23
Exporting Object Definitions ,[object Object]
Includes all child object definitions for selected parent definition
To export object definitions
Select the object definition or definitions
Select ToolsAddto Archive

Weitere ähnliche Inhalte

Was ist angesagt?

Architecture and tools
Architecture and toolsArchitecture and tools
Architecture and toolssanjay_jha
 
Configuring SharePoint Server 2013 environment for Business Intelligence Plat...
Configuring SharePoint Server 2013 environment for Business Intelligence Plat...Configuring SharePoint Server 2013 environment for Business Intelligence Plat...
Configuring SharePoint Server 2013 environment for Business Intelligence Plat...Joseph Lopez
 
Turbo Enterprise Web 2.0 Ajax World 20081
Turbo Enterprise Web 2.0 Ajax World 20081Turbo Enterprise Web 2.0 Ajax World 20081
Turbo Enterprise Web 2.0 Ajax World 20081rajivmordani
 
Obiee and database performance tuning
Obiee and database performance tuningObiee and database performance tuning
Obiee and database performance tuningAmit Sharma
 
Part II: SharePoint 2013 Administration by Todd Klindt and Shane Young - SPTe...
Part II: SharePoint 2013 Administration by Todd Klindt and Shane Young - SPTe...Part II: SharePoint 2013 Administration by Todd Klindt and Shane Young - SPTe...
Part II: SharePoint 2013 Administration by Todd Klindt and Shane Young - SPTe...SPTechCon
 
ZK MVVM, Spring & JPA On Two PaaS Clouds
ZK MVVM, Spring & JPA On Two PaaS CloudsZK MVVM, Spring & JPA On Two PaaS Clouds
ZK MVVM, Spring & JPA On Two PaaS CloudsSimon Massey
 
SQL Server 2008 Overview
SQL Server 2008 OverviewSQL Server 2008 Overview
SQL Server 2008 OverviewDavid Chou
 
SQL Server 2019 Master Data Service
SQL Server 2019 Master Data ServiceSQL Server 2019 Master Data Service
SQL Server 2019 Master Data ServiceKenichiro Nakamura
 
Design a share point 2013 architecture – the basics
Design a share point 2013 architecture – the basicsDesign a share point 2013 architecture – the basics
Design a share point 2013 architecture – the basicsAlexander Meijers
 
六合彩|香港六合彩
六合彩|香港六合彩六合彩|香港六合彩
六合彩|香港六合彩swgcne
 
Oracle SOA Training |Oracle SOA Demo Video
Oracle SOA Training |Oracle SOA Demo VideoOracle SOA Training |Oracle SOA Demo Video
Oracle SOA Training |Oracle SOA Demo VideoRajeshGOT
 
Reporting For Duty - Best Practices for Reporting Services With Sharepoint
Reporting For Duty - Best Practices for Reporting Services With SharepointReporting For Duty - Best Practices for Reporting Services With Sharepoint
Reporting For Duty - Best Practices for Reporting Services With SharepointJohn White
 
Pitfalls of Migration to SharePoint 2010
Pitfalls of Migration to SharePoint 2010Pitfalls of Migration to SharePoint 2010
Pitfalls of Migration to SharePoint 2010Dan Usher
 
Oracle 10g Application Server
Oracle 10g Application ServerOracle 10g Application Server
Oracle 10g Application ServerMark J. Feldman
 
Sql server 2019 New Features by Yevhen Nedaskivskyi
Sql server 2019 New Features by Yevhen NedaskivskyiSql server 2019 New Features by Yevhen Nedaskivskyi
Sql server 2019 New Features by Yevhen NedaskivskyiAlex Tumanoff
 

Was ist angesagt? (16)

Obia with odi
Obia with odiObia with odi
Obia with odi
 
Architecture and tools
Architecture and toolsArchitecture and tools
Architecture and tools
 
Configuring SharePoint Server 2013 environment for Business Intelligence Plat...
Configuring SharePoint Server 2013 environment for Business Intelligence Plat...Configuring SharePoint Server 2013 environment for Business Intelligence Plat...
Configuring SharePoint Server 2013 environment for Business Intelligence Plat...
 
Turbo Enterprise Web 2.0 Ajax World 20081
Turbo Enterprise Web 2.0 Ajax World 20081Turbo Enterprise Web 2.0 Ajax World 20081
Turbo Enterprise Web 2.0 Ajax World 20081
 
Obiee and database performance tuning
Obiee and database performance tuningObiee and database performance tuning
Obiee and database performance tuning
 
Part II: SharePoint 2013 Administration by Todd Klindt and Shane Young - SPTe...
Part II: SharePoint 2013 Administration by Todd Klindt and Shane Young - SPTe...Part II: SharePoint 2013 Administration by Todd Klindt and Shane Young - SPTe...
Part II: SharePoint 2013 Administration by Todd Klindt and Shane Young - SPTe...
 
ZK MVVM, Spring & JPA On Two PaaS Clouds
ZK MVVM, Spring & JPA On Two PaaS CloudsZK MVVM, Spring & JPA On Two PaaS Clouds
ZK MVVM, Spring & JPA On Two PaaS Clouds
 
SQL Server 2008 Overview
SQL Server 2008 OverviewSQL Server 2008 Overview
SQL Server 2008 Overview
 
SQL Server 2019 Master Data Service
SQL Server 2019 Master Data ServiceSQL Server 2019 Master Data Service
SQL Server 2019 Master Data Service
 
Design a share point 2013 architecture – the basics
Design a share point 2013 architecture – the basicsDesign a share point 2013 architecture – the basics
Design a share point 2013 architecture – the basics
 
六合彩|香港六合彩
六合彩|香港六合彩六合彩|香港六合彩
六合彩|香港六合彩
 
Oracle SOA Training |Oracle SOA Demo Video
Oracle SOA Training |Oracle SOA Demo VideoOracle SOA Training |Oracle SOA Demo Video
Oracle SOA Training |Oracle SOA Demo Video
 
Reporting For Duty - Best Practices for Reporting Services With Sharepoint
Reporting For Duty - Best Practices for Reporting Services With SharepointReporting For Duty - Best Practices for Reporting Services With Sharepoint
Reporting For Duty - Best Practices for Reporting Services With Sharepoint
 
Pitfalls of Migration to SharePoint 2010
Pitfalls of Migration to SharePoint 2010Pitfalls of Migration to SharePoint 2010
Pitfalls of Migration to SharePoint 2010
 
Oracle 10g Application Server
Oracle 10g Application ServerOracle 10g Application Server
Oracle 10g Application Server
 
Sql server 2019 New Features by Yevhen Nedaskivskyi
Sql server 2019 New Features by Yevhen NedaskivskyiSql server 2019 New Features by Yevhen Nedaskivskyi
Sql server 2019 New Features by Yevhen Nedaskivskyi
 

Andere mochten auch

Addvantum CRM Profile
Addvantum CRM ProfileAddvantum CRM Profile
Addvantum CRM ProfileAddvantum
 
Crm ppt by mayank saxena group
Crm ppt by mayank saxena groupCrm ppt by mayank saxena group
Crm ppt by mayank saxena groupMayank Saxena
 
Siebel Essentials: Siebel Summer Essentials siebel-essentials.blogspot.com/20...
Siebel Essentials: Siebel Summer Essentials siebel-essentials.blogspot.com/20...Siebel Essentials: Siebel Summer Essentials siebel-essentials.blogspot.com/20...
Siebel Essentials: Siebel Summer Essentials siebel-essentials.blogspot.com/20...Koshy Samuel, MBA
 
Propuesta crm luxury bay resorts
Propuesta crm luxury bay resortsPropuesta crm luxury bay resorts
Propuesta crm luxury bay resortsMateo Amengual
 
Presentación Certificación Preventas CRM
Presentación Certificación Preventas CRMPresentación Certificación Preventas CRM
Presentación Certificación Preventas CRMsjperez
 
¿Quienes somos?- Presentación SHS Consultores
¿Quienes somos?- Presentación SHS Consultores¿Quienes somos?- Presentación SHS Consultores
¿Quienes somos?- Presentación SHS ConsultoresSHS Consultores
 
Changes For Siebel Crm Mobile Clients
Changes For Siebel Crm Mobile ClientsChanges For Siebel Crm Mobile Clients
Changes For Siebel Crm Mobile ClientsFrank
 
Oracle Call Center On Demand
Oracle   Call Center On DemandOracle   Call Center On Demand
Oracle Call Center On DemandCRMwizkid
 
Portafolio oracle Communications
Portafolio oracle CommunicationsPortafolio oracle Communications
Portafolio oracle CommunicationsDeitek Systems
 
Simplificando el Contact Center a través de la convergencia: CRM, Contact Cen...
Simplificando el Contact Center a través de la convergencia: CRM, Contact Cen...Simplificando el Contact Center a través de la convergencia: CRM, Contact Cen...
Simplificando el Contact Center a través de la convergencia: CRM, Contact Cen...Mundo Contact
 
Contact Center Od Demo disponible
Contact Center Od Demo disponibleContact Center Od Demo disponible
Contact Center Od Demo disponiblerjahuey
 
'S artistic gmpd supplementary code of points 10 february 2010 (1)
'S artistic gmpd supplementary code of points 10 february 2010 (1)'S artistic gmpd supplementary code of points 10 february 2010 (1)
'S artistic gmpd supplementary code of points 10 february 2010 (1)EmmaHJ
 
Selección e Implantación de un Sistema de Gestión Integrado
Selección e Implantación de un Sistema de Gestión IntegradoSelección e Implantación de un Sistema de Gestión Integrado
Selección e Implantación de un Sistema de Gestión IntegradoDigital Learning SL
 
Presentacion SBL Customers Day 1 Presentación Customer Event Siebel 8.1.1
Presentacion SBL Customers Day 1 Presentación Customer Event Siebel 8.1.1Presentacion SBL Customers Day 1 Presentación Customer Event Siebel 8.1.1
Presentacion SBL Customers Day 1 Presentación Customer Event Siebel 8.1.1oracledirect
 
Oracle Crm Smart Strategies
Oracle Crm Smart StrategiesOracle Crm Smart Strategies
Oracle Crm Smart StrategiesAppsMk
 
10 Myths About Oracle Siebel Crm 2009
10 Myths About Oracle Siebel Crm 200910 Myths About Oracle Siebel Crm 2009
10 Myths About Oracle Siebel Crm 2009ivanova_stanimira
 
Erp's analisis comparativo
Erp's analisis comparativoErp's analisis comparativo
Erp's analisis comparativoseyer2310
 
CRM: Sistemas de Gestión integrados para la Empresa
CRM: Sistemas de Gestión integrados para la EmpresaCRM: Sistemas de Gestión integrados para la Empresa
CRM: Sistemas de Gestión integrados para la EmpresaDigital Learning SL
 

Andere mochten auch (20)

Addvantum CRM Profile
Addvantum CRM ProfileAddvantum CRM Profile
Addvantum CRM Profile
 
Crm ppt by mayank saxena group
Crm ppt by mayank saxena groupCrm ppt by mayank saxena group
Crm ppt by mayank saxena group
 
Planeación en la Nube
Planeación en la NubePlaneación en la Nube
Planeación en la Nube
 
Siebel Essentials: Siebel Summer Essentials siebel-essentials.blogspot.com/20...
Siebel Essentials: Siebel Summer Essentials siebel-essentials.blogspot.com/20...Siebel Essentials: Siebel Summer Essentials siebel-essentials.blogspot.com/20...
Siebel Essentials: Siebel Summer Essentials siebel-essentials.blogspot.com/20...
 
Propuesta crm luxury bay resorts
Propuesta crm luxury bay resortsPropuesta crm luxury bay resorts
Propuesta crm luxury bay resorts
 
Presentación Certificación Preventas CRM
Presentación Certificación Preventas CRMPresentación Certificación Preventas CRM
Presentación Certificación Preventas CRM
 
¿Quienes somos?- Presentación SHS Consultores
¿Quienes somos?- Presentación SHS Consultores¿Quienes somos?- Presentación SHS Consultores
¿Quienes somos?- Presentación SHS Consultores
 
Changes For Siebel Crm Mobile Clients
Changes For Siebel Crm Mobile ClientsChanges For Siebel Crm Mobile Clients
Changes For Siebel Crm Mobile Clients
 
Oracle Call Center On Demand
Oracle   Call Center On DemandOracle   Call Center On Demand
Oracle Call Center On Demand
 
Ajay_B _3.09_years
Ajay_B _3.09_yearsAjay_B _3.09_years
Ajay_B _3.09_years
 
Portafolio oracle Communications
Portafolio oracle CommunicationsPortafolio oracle Communications
Portafolio oracle Communications
 
Simplificando el Contact Center a través de la convergencia: CRM, Contact Cen...
Simplificando el Contact Center a través de la convergencia: CRM, Contact Cen...Simplificando el Contact Center a través de la convergencia: CRM, Contact Cen...
Simplificando el Contact Center a través de la convergencia: CRM, Contact Cen...
 
Contact Center Od Demo disponible
Contact Center Od Demo disponibleContact Center Od Demo disponible
Contact Center Od Demo disponible
 
'S artistic gmpd supplementary code of points 10 february 2010 (1)
'S artistic gmpd supplementary code of points 10 february 2010 (1)'S artistic gmpd supplementary code of points 10 february 2010 (1)
'S artistic gmpd supplementary code of points 10 february 2010 (1)
 
Selección e Implantación de un Sistema de Gestión Integrado
Selección e Implantación de un Sistema de Gestión IntegradoSelección e Implantación de un Sistema de Gestión Integrado
Selección e Implantación de un Sistema de Gestión Integrado
 
Presentacion SBL Customers Day 1 Presentación Customer Event Siebel 8.1.1
Presentacion SBL Customers Day 1 Presentación Customer Event Siebel 8.1.1Presentacion SBL Customers Day 1 Presentación Customer Event Siebel 8.1.1
Presentacion SBL Customers Day 1 Presentación Customer Event Siebel 8.1.1
 
Oracle Crm Smart Strategies
Oracle Crm Smart StrategiesOracle Crm Smart Strategies
Oracle Crm Smart Strategies
 
10 Myths About Oracle Siebel Crm 2009
10 Myths About Oracle Siebel Crm 200910 Myths About Oracle Siebel Crm 2009
10 Myths About Oracle Siebel Crm 2009
 
Erp's analisis comparativo
Erp's analisis comparativoErp's analisis comparativo
Erp's analisis comparativo
 
CRM: Sistemas de Gestión integrados para la Empresa
CRM: Sistemas de Gestión integrados para la EmpresaCRM: Sistemas de Gestión integrados para la Empresa
CRM: Sistemas de Gestión integrados para la Empresa
 

Ähnlich wie Siebel Resume Arquitecture

Siebel Web Architecture
Siebel Web ArchitectureSiebel Web Architecture
Siebel Web ArchitectureRoman Agaev
 
Iis it-slideshares.blogspot.com
Iis it-slideshares.blogspot.comIis it-slideshares.blogspot.com
Iis it-slideshares.blogspot.comphanleson
 
Nwdi Overview And Features
Nwdi Overview And FeaturesNwdi Overview And Features
Nwdi Overview And Featuresakrishnanr
 
FIWARE Global Summit - A Multi-database Plugin for the Orion FIWARE Context B...
FIWARE Global Summit - A Multi-database Plugin for the Orion FIWARE Context B...FIWARE Global Summit - A Multi-database Plugin for the Orion FIWARE Context B...
FIWARE Global Summit - A Multi-database Plugin for the Orion FIWARE Context B...FIWARE
 
Darian Lowe Portfolio
Darian Lowe PortfolioDarian Lowe Portfolio
Darian Lowe Portfoliodarian.lowe
 
Best Weblogic Server Online Training
Best Weblogic Server Online TrainingBest Weblogic Server Online Training
Best Weblogic Server Online TrainingSamatha Kamuni
 
Building & managing wa app wely
Building & managing wa app   welyBuilding & managing wa app   wely
Building & managing wa app welySpiffy
 
Building & Managing Windows Azure
Building & Managing Windows AzureBuilding & Managing Windows Azure
Building & Managing Windows AzureK.Mohamed Faizal
 
Introduction to j2 ee frameworks
Introduction to j2 ee frameworksIntroduction to j2 ee frameworks
Introduction to j2 ee frameworksMukesh Kumar
 
Oracle adf online training
Oracle adf online trainingOracle adf online training
Oracle adf online trainingo2education
 
sunilkumar_updated_resume
sunilkumar_updated_resumesunilkumar_updated_resume
sunilkumar_updated_resumeSunil Kumar
 
Ibm 1 Wps Arch
Ibm 1 Wps ArchIbm 1 Wps Arch
Ibm 1 Wps Archluohd
 

Ähnlich wie Siebel Resume Arquitecture (20)

Siebel Web Architecture
Siebel Web ArchitectureSiebel Web Architecture
Siebel Web Architecture
 
Iis it-slideshares.blogspot.com
Iis it-slideshares.blogspot.comIis it-slideshares.blogspot.com
Iis it-slideshares.blogspot.com
 
Nwdi Overview And Features
Nwdi Overview And FeaturesNwdi Overview And Features
Nwdi Overview And Features
 
FIWARE Global Summit - A Multi-database Plugin for the Orion FIWARE Context B...
FIWARE Global Summit - A Multi-database Plugin for the Orion FIWARE Context B...FIWARE Global Summit - A Multi-database Plugin for the Orion FIWARE Context B...
FIWARE Global Summit - A Multi-database Plugin for the Orion FIWARE Context B...
 
What is hibernate?
What is hibernate?What is hibernate?
What is hibernate?
 
What is hibernate?
What is hibernate?What is hibernate?
What is hibernate?
 
Windows Azure
Windows AzureWindows Azure
Windows Azure
 
Darian Lowe Portfolio
Darian Lowe PortfolioDarian Lowe Portfolio
Darian Lowe Portfolio
 
Best Weblogic Server Online Training
Best Weblogic Server Online TrainingBest Weblogic Server Online Training
Best Weblogic Server Online Training
 
Building & managing wa app wely
Building & managing wa app   welyBuilding & managing wa app   wely
Building & managing wa app wely
 
Building & Managing Windows Azure
Building & Managing Windows AzureBuilding & Managing Windows Azure
Building & Managing Windows Azure
 
o
oo
o
 
Introduction to j2 ee frameworks
Introduction to j2 ee frameworksIntroduction to j2 ee frameworks
Introduction to j2 ee frameworks
 
dvprimer-architecture
dvprimer-architecturedvprimer-architecture
dvprimer-architecture
 
Microsoft Azure
Microsoft AzureMicrosoft Azure
Microsoft Azure
 
Dinesh Wp Siebel Crm To Fusion Crm
Dinesh Wp  Siebel Crm To Fusion CrmDinesh Wp  Siebel Crm To Fusion Crm
Dinesh Wp Siebel Crm To Fusion Crm
 
Oracle adf online training
Oracle adf online trainingOracle adf online training
Oracle adf online training
 
sunilkumar_updated_resume
sunilkumar_updated_resumesunilkumar_updated_resume
sunilkumar_updated_resume
 
Ibm 1 Wps Arch
Ibm 1 Wps ArchIbm 1 Wps Arch
Ibm 1 Wps Arch
 
Pvs slide
Pvs slidePvs slide
Pvs slide
 

Mehr von Jose Martinez

Ejemplo de un Proyecto CRM
Ejemplo de un Proyecto CRMEjemplo de un Proyecto CRM
Ejemplo de un Proyecto CRMJose Martinez
 
Definición de Procesos EndtoEnd en un Proyecto CRM
Definición de Procesos EndtoEnd en un Proyecto CRMDefinición de Procesos EndtoEnd en un Proyecto CRM
Definición de Procesos EndtoEnd en un Proyecto CRMJose Martinez
 
Mercado Eléctrico Español
Mercado Eléctrico EspañolMercado Eléctrico Español
Mercado Eléctrico EspañolJose Martinez
 
Structuredintelligence
StructuredintelligenceStructuredintelligence
StructuredintelligenceJose Martinez
 
Presentación de Unit4 en el Instituto de Empresas de Madrid
Presentación de Unit4 en el Instituto de Empresas de MadridPresentación de Unit4 en el Instituto de Empresas de Madrid
Presentación de Unit4 en el Instituto de Empresas de MadridJose Martinez
 

Mehr von Jose Martinez (8)

Ejemplo de un Proyecto CRM
Ejemplo de un Proyecto CRMEjemplo de un Proyecto CRM
Ejemplo de un Proyecto CRM
 
Definición de Procesos EndtoEnd en un Proyecto CRM
Definición de Procesos EndtoEnd en un Proyecto CRMDefinición de Procesos EndtoEnd en un Proyecto CRM
Definición de Procesos EndtoEnd en un Proyecto CRM
 
Mercado Eléctrico Español
Mercado Eléctrico EspañolMercado Eléctrico Español
Mercado Eléctrico Español
 
Siebel Product Menu
Siebel Product MenuSiebel Product Menu
Siebel Product Menu
 
CRM como Servicios
CRM como ServiciosCRM como Servicios
CRM como Servicios
 
Structuredintelligence
StructuredintelligenceStructuredintelligence
Structuredintelligence
 
Sales Logix Crm
Sales Logix CrmSales Logix Crm
Sales Logix Crm
 
Presentación de Unit4 en el Instituto de Empresas de Madrid
Presentación de Unit4 en el Instituto de Empresas de MadridPresentación de Unit4 en el Instituto de Empresas de Madrid
Presentación de Unit4 en el Instituto de Empresas de Madrid
 

Siebel Resume Arquitecture