ОПИСАНИЕ
Zapraszamy na majowy IT Talk, już 25 maja o godz. 18:00 w G20 przy ul. Grodzkiej 20 w Lublinie. Swoim doświadczeniem podzielą się: Aleksander Wojdyga, Maciej Miłosz oraz Maciej Sikora. Prezentacje będą prowadzone w języku polskim.
Zapisz się na wydarzenie: https://ittalklb25052017.evenea.pl/
INTEGRATING SYSTEMS WITH UNIFIED INTERFACE - SALESFORCE MEETS SERVER SIDE JAVASCRIPT
Systems integration is always a hot topic. We will show what are the challenges when integrating a large-scale Salesforce deployment with a custom, user-facing Universal JavaScript application. During the meeting, we will show technical methods and solutions to authenticate, authorize and access data from unrelated systems.
Agenda:
18:00-18:30 | Aleksander Wojdyga
Why should I care about Salesforce users?
The user licenses are the true cost of the Salesforce deployment. Managing the users is the first task of every Salesforce admin and (sometimes) the main issue for developers. We will show some problems and solutions in enterprise-scale user management. We will focus on user authentication, authorization, and granting data access. And, yes - you will become a Salesforce developer.
18:30-19:10 | Maciej Miłosz
Salesforce endpoints - standard and custom
Can we get data form our Salesforce database? Can we integrate Salesforce with external applications? What do we get out of the box, and what to do, if it’s not enough for our needs? How to build, test and utilize Salesforce endpoints in a nutshell.
19:10-19:20 Break
19:20-20:00 | Maciej Sikora
Fat server returns with universal JavaScript
Universal JavaScript is a new trend in software engineering, in general, it is the implementation of the concept - "write once run anywhere". The most common usage of universal JavaScript concept can be found in web applications, where we can write one code and execute it on server side or client side. In the presentation, we will try to check if it is really possible to create such an universal app, and if it means that the well-known concept of fat server and thin client is back.