SlideShare a Scribd company logo
ALFRESCO COMMUNITY MEETUP 2013 (MADRID)1 / 22
Alfresco Community Meetup 2013
[ MetaDB and JDBC Authentication connectors for
ERP/CRM integration ]
Javier Martínez (Venzia) && César Capillas (zylk.net)
ALFRESCO COMMUNITY MEETUP 2013 (MADRID)2 / 22
Work Plan
Introduction:
- Venzia && Zylk
Alfresco Addons
- MDBC Addon (Venzia)
- JDBC Authentication Addon (Zylk.net)
- Online Edition Addon (Zylk.net)
SugarCRM - Alfresco Demo
- Intro
- Authentication
- Metadata and searches
- Online Edition and Digital Signatures
ALFRESCO COMMUNITY MEETUP 2013 (MADRID)3 / 22
Introduction
ALFRESCO COMMUNITY MEETUP 2013 (MADRID)4 / 22
Zylk.net
● zylk.net is an open source company based in Bilbao
(Spain) specialized in java open source
developments and products.
● Its activity covers portal solutions (web portal and
document management solutions) and digital
signature.
● From 2010 zylk.net holds the presidency of E.S.L.E
and A.S.O.L.I.F. open source associations
ALFRESCO COMMUNITY MEETUP 2013 (MADRID)5 / 22
Venzia
● Venzia is an open source company specialized in
consulting, development and integration of java
products since 2004.
● Its activity covers portal solutions (both web and
document based solutions), business processes
(BPM) and bussiness intelligence (BI).
● Alfresco ECM, Liferay Portal, Activiti BPM,
Jasperserver BI
ALFRESCO COMMUNITY MEETUP 2013 (MADRID)6 / 22
Alfresco Addons
ALFRESCO COMMUNITY MEETUP 2013 (MADRID)7 / 22
What is alfresco addons ?
Alfresco add+ons is the place to find
customizations, extensions and related
projects for your Alfresco installation
http://addons.alfresco.com/
ALFRESCO COMMUNITY MEETUP 2013 (MADRID)8 / 22
Addons by Zylk
● Edit online with Libreoffice / Openoffice
● Digital signature action in Alfresco Share (New!!)
● Validating signatures in Alfresco Share (New!!)
● Alfresco custom JDBC authenticator
● Alfresco CIFS authenticator for openLDAP users
● Login in Alfresco with LDAP email address
● Alfresco Category Importer (New!!)
● Alfresco Bulk CMIS Importer (New!!)
Our addons:
http://addons.alfresco.com/tags/zylknet
ALFRESCO COMMUNITY MEETUP 2013 (MADRID)9 / 22
MDBC Connector (by Venzia)
The MetaDBConnector Component enables you to link
information from your database (or any other public
source) easily to the content on your Alfresco server,
without any additional development efforts. This
capability adds another level of information enrichment to
your content as well as many alternatives for the
integration of your data.
http://addons.alfresco.com/addons/alfresco-metadbconnector-component
ALFRESCO COMMUNITY MEETUP 2013 (MADRID)10 /22
Alfresco custom JDBC Authenticator
● This addon provides an authentication subsystem
for Alfresco 3.4.x and 4.x for a custom table of users in
an external database.
● It is designed for users integration between an
Alfresco repository and a custom application.
● You can use it with any type of database (mysql,
postgresql, oracle....)
● You can also use CIFS with this authentication if your
password field is stored in MD4.
http://addons.alfresco.com/addons/alfresco-custom-jdbc-authenticator
ALFRESCO COMMUNITY MEETUP 2013 (MADRID)11 /22
Edit online with Libreoffice
● Online Edition with Libreoffice / Openoffice Addon
for Alfresco Share provides DAV and HTML
webdav links in default metadata templates for
Office and MS office mimetypes.
● It works with the next stacks:
● Linux && Firefox && Libreoffice
● Windows && Firefox && Libreoffice
● Windows && IE && MS Office
http://www.youtube.com/watch?v=dd9mT5WbCyk
ALFRESCO COMMUNITY MEETUP 2013 (MADRID)12 /22
Online Edition (Firefox Configuration)
This is valid for Windows, Linux and MacOSX users
In any recent version of Firefox (>3.6) → about:config
And then when clicking on a dav:// or davs:// link Libreoffice will ask
you for the client for opening this type of links. Write Libreoffice path
(i.e. /usr/bin/soffice in Linux) and that's all
network.protocol-handler.expose.dav = false
network.protocol-handler.expose.davs = false
ALFRESCO COMMUNITY MEETUP 2013 (MADRID)13 /22
Edit online with Libreoffice
http://addons.alfresco.com/tags/zylknet
ALFRESCO COMMUNITY MEETUP 2013 (MADRID)14 /22
Demo Alfresco - SugarCRM
ALFRESCO COMMUNITY MEETUP 2013 (MADRID)15 /22
Demo shows
Via alfresco addons
- How to configure JDBC authentication addon and integrate SugarCRM users in
Alfresco authentication chainAddon
- How to assign and search custom SugarCRM metadata to Alfresco
- How to use the online edition addon
ALFRESCO COMMUNITY MEETUP 2013 (MADRID)16 /22
JDBC addon for authentication
Configuration for using SugarCRM users
- alfresco-global.properties (add jdbc to authentication chain)
-En $TOMCAT/shared/classes/alfresco/extension/
subsystems/Authentication/jdbc/myjdbc/jdbc-authentication.properties
jdbc.driver=org.gjt.mm.mysql.Driver
jdbc.username=root
jdbc.password=
jdbc.name=sugarcrm
jdbc.url=jdbc:mysql://localhost:3306/sugarcrm
jdbc.query=SELECT user_hash FROM users WHERE user_name='{1}'
jdbc.authentication.defaultAdministratorUserNames=cesar
jdbc.authentication.cifs.active=false
# Password encryption type in DB. plain|MD5|MD4|DES|jcrypt
jdbc.authentication.password.type=MD5
authentication.chain=alfrescoNtlm1:alfrescoNtlm,myjdbc:jdbc
ALFRESCO COMMUNITY MEETUP 2013 (MADRID)17 /22
JDBC addon for authentication
Checking SugarCRM scheme....
mysql> use sugarcrm;
Database changed
mysql> SELECT user_name, user_hash FROM users;
+-----------+----------------------------------+
| user_name | user_hash |
+-----------+----------------------------------+
| admin | f7c7d6198b1c41d662a9b8e55926acb3 |
| zylk | f7c7d6198b1c41d662a9b8e55926acb3 |
| cesar | a51c4b87fe0be653e75e6e29d4256d93 |
| chris | 6b34fe24ac2ff8103f6fce1f0da2ef57 |
| jim | 5e027396789a18c37aeda616e3d7991b |
| max | 2ffe4e77325d9a7152f7086ea7aa5114 |
| sally | b8bba2baae4c2a08fdff4e223458577d |
| sarah | 9e9d7a08e048e9d604b79460b54969c3 |
| will | 18218139eec55d83cf82679934e5cd75 |
+-----------+----------------------------------+
9 rows in set (0.00 sec)
ALFRESCO COMMUNITY MEETUP 2013 (MADRID)18 /22
MDBC connector (aspects && connectors)
Configuration for using accounts, opportunities & contacts
ALFRESCO COMMUNITY MEETUP 2013 (MADRID)19 /22
MDBC connector (aspects && connectors)
ALFRESCO COMMUNITY MEETUP 2013 (MADRID)20 /22
MDBC connector (search)
Configuration for searching accounts, opportunities & contacts
ALFRESCO COMMUNITY MEETUP 2013 (MADRID)21 /22
MDBC connector (search II)
ALFRESCO COMMUNITY MEETUP 2013 (MADRID)22 /22
Thank you!
@zylk.net @VenziaIT
Contacto:
César Capillas → <cesar@zylk.net>
Javier Martínez → <info@venzia.es>

More Related Content

Similar to Alfresco Community Meetup 2013

Biz Talk Adapter Pack 2 0 Oracle Ebs Adapter Data Sheet
Biz Talk Adapter Pack 2 0 Oracle Ebs Adapter Data SheetBiz Talk Adapter Pack 2 0 Oracle Ebs Adapter Data Sheet
Biz Talk Adapter Pack 2 0 Oracle Ebs Adapter Data Sheetkaushiksin
 
Biz Talk Adapter Pack 2 0 Oracle Ebs Adapter Data Sheet
Biz Talk Adapter Pack 2 0 Oracle Ebs Adapter Data SheetBiz Talk Adapter Pack 2 0 Oracle Ebs Adapter Data Sheet
Biz Talk Adapter Pack 2 0 Oracle Ebs Adapter Data Sheetkaushiksin
 
Biz Talk Adapter Pack 2 0 Oracle Ebs Adapter Data Sheet
Biz Talk Adapter Pack 2 0 Oracle Ebs Adapter Data SheetBiz Talk Adapter Pack 2 0 Oracle Ebs Adapter Data Sheet
Biz Talk Adapter Pack 2 0 Oracle Ebs Adapter Data Sheetkaushiksin
 
Biz Talk Adapter Pack 2 0 Oracle Ebs Adapter Data Sheet
Biz Talk Adapter Pack 2 0 Oracle Ebs Adapter Data SheetBiz Talk Adapter Pack 2 0 Oracle Ebs Adapter Data Sheet
Biz Talk Adapter Pack 2 0 Oracle Ebs Adapter Data Sheetkaushiksin
 
Alfresco Share Customization Made Easy With Side Labs
Alfresco Share Customization Made Easy With Side LabsAlfresco Share Customization Made Easy With Side Labs
Alfresco Share Customization Made Easy With Side LabsAlfresco Software
 
Biztalk Server 2006
Biztalk Server 2006Biztalk Server 2006
Biztalk Server 2006
ipaciti
 
Implementing API Facade using WSO2 API Management Platform
Implementing API Facade using WSO2 API Management PlatformImplementing API Facade using WSO2 API Management Platform
Implementing API Facade using WSO2 API Management PlatformWSO2
 
Dev net and_tech_centers_working_together_final_for_tech_center_webex_session...
Dev net and_tech_centers_working_together_final_for_tech_center_webex_session...Dev net and_tech_centers_working_together_final_for_tech_center_webex_session...
Dev net and_tech_centers_working_together_final_for_tech_center_webex_session...Ravanne Harris
 
Making your Life Easier with MongoDB and Kafka (Robert Walters, MongoDB) Kafk...
Making your Life Easier with MongoDB and Kafka (Robert Walters, MongoDB) Kafk...Making your Life Easier with MongoDB and Kafka (Robert Walters, MongoDB) Kafk...
Making your Life Easier with MongoDB and Kafka (Robert Walters, MongoDB) Kafk...
HostedbyConfluent
 
All About Microservices and OpenSource Microservice Frameworks
All About Microservices and OpenSource Microservice FrameworksAll About Microservices and OpenSource Microservice Frameworks
All About Microservices and OpenSource Microservice Frameworks
Mohammad Asif Siddiqui
 
Magnolia CMS - on Jelastic
Magnolia CMS - on JelasticMagnolia CMS - on Jelastic
Magnolia CMS - on Jelastic
Info.nl
 
Running Magnolia on Jelastic Cloud Hosting
Running Magnolia on Jelastic Cloud HostingRunning Magnolia on Jelastic Cloud Hosting
Running Magnolia on Jelastic Cloud Hosting
Magnolia
 
Magnolia CMS on Jelastic
Magnolia CMS on JelasticMagnolia CMS on Jelastic
Magnolia CMS on Jelastic
Edgar Vonk
 
Anypoint Tools and MuleSoft Automation (DRAFT).pptx
Anypoint Tools and MuleSoft Automation (DRAFT).pptxAnypoint Tools and MuleSoft Automation (DRAFT).pptx
Anypoint Tools and MuleSoft Automation (DRAFT).pptx
Akshata Sawant
 
MuleSoft Meetup #9 - Anypoint Tools and MuleSoft Automation (FINAL).pptx
MuleSoft Meetup #9 - Anypoint Tools and MuleSoft Automation (FINAL).pptxMuleSoft Meetup #9 - Anypoint Tools and MuleSoft Automation (FINAL).pptx
MuleSoft Meetup #9 - Anypoint Tools and MuleSoft Automation (FINAL).pptx
Steve Clarke
 
Deploying Containerised Open-Source CSP Platforms
Deploying Containerised Open-Source CSP PlatformsDeploying Containerised Open-Source CSP Platforms
Deploying Containerised Open-Source CSP Platforms
Angel Borroy López
 
#OSSPARIS17 - Développeurs, urbanisez la consommation de vos Clouds et APIs a...
#OSSPARIS17 - Développeurs, urbanisez la consommation de vos Clouds et APIs a...#OSSPARIS17 - Développeurs, urbanisez la consommation de vos Clouds et APIs a...
#OSSPARIS17 - Développeurs, urbanisez la consommation de vos Clouds et APIs a...
Paris Open Source Summit
 
Mazda siv - web services
Mazda   siv - web servicesMazda   siv - web services
Mazda siv - web services
Olivier Lépine
 
Reporting Server_Reporting Server Domains - OpenbravoWiki.pdf
Reporting Server_Reporting Server Domains - OpenbravoWiki.pdfReporting Server_Reporting Server Domains - OpenbravoWiki.pdf
Reporting Server_Reporting Server Domains - OpenbravoWiki.pdf
Abul Khayer
 

Similar to Alfresco Community Meetup 2013 (20)

Biz Talk Adapter Pack 2 0 Oracle Ebs Adapter Data Sheet
Biz Talk Adapter Pack 2 0 Oracle Ebs Adapter Data SheetBiz Talk Adapter Pack 2 0 Oracle Ebs Adapter Data Sheet
Biz Talk Adapter Pack 2 0 Oracle Ebs Adapter Data Sheet
 
Biz Talk Adapter Pack 2 0 Oracle Ebs Adapter Data Sheet
Biz Talk Adapter Pack 2 0 Oracle Ebs Adapter Data SheetBiz Talk Adapter Pack 2 0 Oracle Ebs Adapter Data Sheet
Biz Talk Adapter Pack 2 0 Oracle Ebs Adapter Data Sheet
 
Biz Talk Adapter Pack 2 0 Oracle Ebs Adapter Data Sheet
Biz Talk Adapter Pack 2 0 Oracle Ebs Adapter Data SheetBiz Talk Adapter Pack 2 0 Oracle Ebs Adapter Data Sheet
Biz Talk Adapter Pack 2 0 Oracle Ebs Adapter Data Sheet
 
Biz Talk Adapter Pack 2 0 Oracle Ebs Adapter Data Sheet
Biz Talk Adapter Pack 2 0 Oracle Ebs Adapter Data SheetBiz Talk Adapter Pack 2 0 Oracle Ebs Adapter Data Sheet
Biz Talk Adapter Pack 2 0 Oracle Ebs Adapter Data Sheet
 
Alfresco Share Customization Made Easy With Side Labs
Alfresco Share Customization Made Easy With Side LabsAlfresco Share Customization Made Easy With Side Labs
Alfresco Share Customization Made Easy With Side Labs
 
Biztalk Server 2006
Biztalk Server 2006Biztalk Server 2006
Biztalk Server 2006
 
Implementing API Facade using WSO2 API Management Platform
Implementing API Facade using WSO2 API Management PlatformImplementing API Facade using WSO2 API Management Platform
Implementing API Facade using WSO2 API Management Platform
 
Dev net and_tech_centers_working_together_final_for_tech_center_webex_session...
Dev net and_tech_centers_working_together_final_for_tech_center_webex_session...Dev net and_tech_centers_working_together_final_for_tech_center_webex_session...
Dev net and_tech_centers_working_together_final_for_tech_center_webex_session...
 
Making your Life Easier with MongoDB and Kafka (Robert Walters, MongoDB) Kafk...
Making your Life Easier with MongoDB and Kafka (Robert Walters, MongoDB) Kafk...Making your Life Easier with MongoDB and Kafka (Robert Walters, MongoDB) Kafk...
Making your Life Easier with MongoDB and Kafka (Robert Walters, MongoDB) Kafk...
 
All About Microservices and OpenSource Microservice Frameworks
All About Microservices and OpenSource Microservice FrameworksAll About Microservices and OpenSource Microservice Frameworks
All About Microservices and OpenSource Microservice Frameworks
 
Magnolia CMS - on Jelastic
Magnolia CMS - on JelasticMagnolia CMS - on Jelastic
Magnolia CMS - on Jelastic
 
Running Magnolia on Jelastic Cloud Hosting
Running Magnolia on Jelastic Cloud HostingRunning Magnolia on Jelastic Cloud Hosting
Running Magnolia on Jelastic Cloud Hosting
 
Magnolia CMS on Jelastic
Magnolia CMS on JelasticMagnolia CMS on Jelastic
Magnolia CMS on Jelastic
 
Presentation1REVIEW
Presentation1REVIEWPresentation1REVIEW
Presentation1REVIEW
 
Anypoint Tools and MuleSoft Automation (DRAFT).pptx
Anypoint Tools and MuleSoft Automation (DRAFT).pptxAnypoint Tools and MuleSoft Automation (DRAFT).pptx
Anypoint Tools and MuleSoft Automation (DRAFT).pptx
 
MuleSoft Meetup #9 - Anypoint Tools and MuleSoft Automation (FINAL).pptx
MuleSoft Meetup #9 - Anypoint Tools and MuleSoft Automation (FINAL).pptxMuleSoft Meetup #9 - Anypoint Tools and MuleSoft Automation (FINAL).pptx
MuleSoft Meetup #9 - Anypoint Tools and MuleSoft Automation (FINAL).pptx
 
Deploying Containerised Open-Source CSP Platforms
Deploying Containerised Open-Source CSP PlatformsDeploying Containerised Open-Source CSP Platforms
Deploying Containerised Open-Source CSP Platforms
 
#OSSPARIS17 - Développeurs, urbanisez la consommation de vos Clouds et APIs a...
#OSSPARIS17 - Développeurs, urbanisez la consommation de vos Clouds et APIs a...#OSSPARIS17 - Développeurs, urbanisez la consommation de vos Clouds et APIs a...
#OSSPARIS17 - Développeurs, urbanisez la consommation de vos Clouds et APIs a...
 
Mazda siv - web services
Mazda   siv - web servicesMazda   siv - web services
Mazda siv - web services
 
Reporting Server_Reporting Server Domains - OpenbravoWiki.pdf
Reporting Server_Reporting Server Domains - OpenbravoWiki.pdfReporting Server_Reporting Server Domains - OpenbravoWiki.pdf
Reporting Server_Reporting Server Domains - OpenbravoWiki.pdf
 

More from zylk net

La inteligencia del dato al servicio de las comunicaciones en Openexpo 2017
La inteligencia del dato al servicio de las comunicaciones en Openexpo 2017La inteligencia del dato al servicio de las comunicaciones en Openexpo 2017
La inteligencia del dato al servicio de las comunicaciones en Openexpo 2017
zylk net
 
Sinadura ECM - Protocol-based signatures for Alfresco 5
Sinadura ECM - Protocol-based signatures for Alfresco 5Sinadura ECM - Protocol-based signatures for Alfresco 5
Sinadura ECM - Protocol-based signatures for Alfresco 5
zylk net
 
Javascript API based developments for improving your Alfresco experience
Javascript API based developments for improving your Alfresco experienceJavascript API based developments for improving your Alfresco experience
Javascript API based developments for improving your Alfresco experience
zylk net
 
Mejor proyecto big data
Mejor proyecto big dataMejor proyecto big data
Mejor proyecto big data
zylk net
 
Premios awards 2017 candidatura mejor blog
Premios awards 2017 candidatura mejor blogPremios awards 2017 candidatura mejor blog
Premios awards 2017 candidatura mejor blog
zylk net
 
LSWC2012 kerozain cloud password manager
LSWC2012 kerozain cloud password managerLSWC2012 kerozain cloud password manager
LSWC2012 kerozain cloud password manager
zylk net
 
Sinadura Mobile
Sinadura MobileSinadura Mobile
Sinadura Mobile
zylk net
 
Sinadura Cebit 2012 Projects
Sinadura Cebit 2012 ProjectsSinadura Cebit 2012 Projects
Sinadura Cebit 2012 Projects
zylk net
 
Sinadura Cebit 2012
Sinadura Cebit 2012Sinadura Cebit 2012
Sinadura Cebit 2012
zylk net
 
SinaduraOSWC2012
SinaduraOSWC2012SinaduraOSWC2012
SinaduraOSWC2012
zylk net
 
Liferay Kalos 2011 Workshow
Liferay  Kalos 2011 WorkshowLiferay  Kalos 2011 Workshow
Liferay Kalos 2011 Workshow
zylk net
 
Firma digital y gestión documental colaborativa con Alfresco ECM
Firma digital y gestión documental colaborativa con Alfresco ECMFirma digital y gestión documental colaborativa con Alfresco ECM
Firma digital y gestión documental colaborativa con Alfresco ECMzylk net
 
Gestión documental colaborativa con Alfresco ECM
Gestión documental colaborativa con Alfresco ECMGestión documental colaborativa con Alfresco ECM
Gestión documental colaborativa con Alfresco ECMzylk net
 
Introduccion a la firma digital libre zylk
Introduccion a la firma digital libre zylkIntroduccion a la firma digital libre zylk
Introduccion a la firma digital libre zylk
zylk net
 
Presentacion Sinadura 08 Fomento
Presentacion Sinadura 08 FomentoPresentacion Sinadura 08 Fomento
Presentacion Sinadura 08 Fomento
zylk net
 
Sinadura IEB09
Sinadura IEB09Sinadura IEB09
Sinadura IEB09
zylk net
 

More from zylk net (16)

La inteligencia del dato al servicio de las comunicaciones en Openexpo 2017
La inteligencia del dato al servicio de las comunicaciones en Openexpo 2017La inteligencia del dato al servicio de las comunicaciones en Openexpo 2017
La inteligencia del dato al servicio de las comunicaciones en Openexpo 2017
 
Sinadura ECM - Protocol-based signatures for Alfresco 5
Sinadura ECM - Protocol-based signatures for Alfresco 5Sinadura ECM - Protocol-based signatures for Alfresco 5
Sinadura ECM - Protocol-based signatures for Alfresco 5
 
Javascript API based developments for improving your Alfresco experience
Javascript API based developments for improving your Alfresco experienceJavascript API based developments for improving your Alfresco experience
Javascript API based developments for improving your Alfresco experience
 
Mejor proyecto big data
Mejor proyecto big dataMejor proyecto big data
Mejor proyecto big data
 
Premios awards 2017 candidatura mejor blog
Premios awards 2017 candidatura mejor blogPremios awards 2017 candidatura mejor blog
Premios awards 2017 candidatura mejor blog
 
LSWC2012 kerozain cloud password manager
LSWC2012 kerozain cloud password managerLSWC2012 kerozain cloud password manager
LSWC2012 kerozain cloud password manager
 
Sinadura Mobile
Sinadura MobileSinadura Mobile
Sinadura Mobile
 
Sinadura Cebit 2012 Projects
Sinadura Cebit 2012 ProjectsSinadura Cebit 2012 Projects
Sinadura Cebit 2012 Projects
 
Sinadura Cebit 2012
Sinadura Cebit 2012Sinadura Cebit 2012
Sinadura Cebit 2012
 
SinaduraOSWC2012
SinaduraOSWC2012SinaduraOSWC2012
SinaduraOSWC2012
 
Liferay Kalos 2011 Workshow
Liferay  Kalos 2011 WorkshowLiferay  Kalos 2011 Workshow
Liferay Kalos 2011 Workshow
 
Firma digital y gestión documental colaborativa con Alfresco ECM
Firma digital y gestión documental colaborativa con Alfresco ECMFirma digital y gestión documental colaborativa con Alfresco ECM
Firma digital y gestión documental colaborativa con Alfresco ECM
 
Gestión documental colaborativa con Alfresco ECM
Gestión documental colaborativa con Alfresco ECMGestión documental colaborativa con Alfresco ECM
Gestión documental colaborativa con Alfresco ECM
 
Introduccion a la firma digital libre zylk
Introduccion a la firma digital libre zylkIntroduccion a la firma digital libre zylk
Introduccion a la firma digital libre zylk
 
Presentacion Sinadura 08 Fomento
Presentacion Sinadura 08 FomentoPresentacion Sinadura 08 Fomento
Presentacion Sinadura 08 Fomento
 
Sinadura IEB09
Sinadura IEB09Sinadura IEB09
Sinadura IEB09
 

Recently uploaded

To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
Paul Groth
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
DianaGray10
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Product School
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Ramesh Iyer
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
Safe Software
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Albert Hoitingh
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
UiPathCommunity
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
Thijs Feryn
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Tobias Schneck
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
Frank van Harmelen
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
KatiaHIMEUR1
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
Ana-Maria Mihalceanu
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
Product School
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
Alison B. Lowndes
 

Recently uploaded (20)

To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 

Alfresco Community Meetup 2013