SlideShare a Scribd company logo
1 of 7
Project Overview
WHAT
WHO
HOW
Learning aggregator of tutorials, videos, articles, etc for PTC products
Target audience is the end users of the PTC products – Creo, Windchill, Thingworx
Rest APIs, Angular JS, Spring Boot, MySQL, Hibernate
http://ulc.ptc.com
http://ulc.ptc.com/api/v1/tutorials
http://plms.com/api/v1/articles/id
Accessing cross domain content
Cross Origin
Same Origin
Problem
MosaicArbortext
• Cross Origin Resource Sharing
• Same origin policy
• HTTP Headers
– Request
• Origin
– Response
• Access-Control-Allow-Origin
What is CORS?CORS
http://ulc.ptc.com
http://ulc.ptc.com/api/v1/tutorials
http://plms.com/api/v1/articles/id
Origin: ulc.ptc.com
Access-Control-Allow-Origin: ulc.ptc.com
Provide Support in LMS ServerSolution
public WebMvcConfigurer corsConfigurer() {
return new WebMvcConfigurerAdapter() {
@Override
public void addCorsMappings(CorsRegistry registry) {
registry
.addMapping("/api/v1/articles/id")
.allowedOrigins("http://ulc.ptc.com");
}
};
}
Code SnippetCode
Model Sprint Example
Wed Tue Wed
Calendar Week 1
Tue
Cal Week 2 Cal Week 3
Sprint 1Sprint 0 Sprint 2
Grooming Planning Sprint 2Planning Sprint 1
Retro
start end
checkpoint
Fri
Institutionalize Agile - SCRUMSprint
Q&A

More Related Content

Similar to Slb preso

Everything you wanted to know about writing async, concurrent http apps in java
Everything you wanted to know about writing async, concurrent http apps in java Everything you wanted to know about writing async, concurrent http apps in java
Everything you wanted to know about writing async, concurrent http apps in java Baruch Sadogursky
 
Apache Deep Learning 201 - Barcelona DWS March 2019
Apache Deep Learning 201 - Barcelona DWS March 2019Apache Deep Learning 201 - Barcelona DWS March 2019
Apache Deep Learning 201 - Barcelona DWS March 2019Timothy Spann
 
Blockchain course
Blockchain courseBlockchain course
Blockchain courseabilashiniN
 
Facets of applied smw
Facets of applied smwFacets of applied smw
Facets of applied smwJesse Wang
 
Web Application Frameworks - Lecture 05 - Web Information Systems (4011474FNR)
Web Application Frameworks - Lecture 05 - Web Information Systems (4011474FNR)Web Application Frameworks - Lecture 05 - Web Information Systems (4011474FNR)
Web Application Frameworks - Lecture 05 - Web Information Systems (4011474FNR)Beat Signer
 
WebSockets - Realtime em Mundo Conectado
WebSockets - Realtime em Mundo ConectadoWebSockets - Realtime em Mundo Conectado
WebSockets - Realtime em Mundo ConectadoBruno Borges
 
Real World Asp.Net WebApi Applications
Real World Asp.Net WebApi ApplicationsReal World Asp.Net WebApi Applications
Real World Asp.Net WebApi ApplicationsEffie Arditi
 
Content Strategy and Developer Engagement for DevPortals
Content Strategy and Developer Engagement for DevPortalsContent Strategy and Developer Engagement for DevPortals
Content Strategy and Developer Engagement for DevPortalsAxway
 
Developing rich multimedia applications with Kurento: a tutorial for JavaScri...
Developing rich multimedia applications with Kurento: a tutorial for JavaScri...Developing rich multimedia applications with Kurento: a tutorial for JavaScri...
Developing rich multimedia applications with Kurento: a tutorial for JavaScri...Luis Lopez
 
Extending LabVIEW to the Web Using the LabSocket System
Extending LabVIEW to the Web Using the LabSocket SystemExtending LabVIEW to the Web Using the LabSocket System
Extending LabVIEW to the Web Using the LabSocket SystemBergmans Mechatronics LLC
 
ASP.NET Mvc 4 web api
ASP.NET Mvc 4 web apiASP.NET Mvc 4 web api
ASP.NET Mvc 4 web apiTiago Knoch
 
Tornado web
Tornado webTornado web
Tornado webkurtiss
 
Introducing .NET Core Open Source
Introducing .NET Core Open SourceIntroducing .NET Core Open Source
Introducing .NET Core Open SourceEric ShangKuan
 
Sword Or2008 Julieallinson
Sword Or2008 JulieallinsonSword Or2008 Julieallinson
Sword Or2008 JulieallinsonJulie Allinson
 
Real-Time Log Analysis with Apache Mesos, Kafka and Cassandra
Real-Time Log Analysis with Apache Mesos, Kafka and CassandraReal-Time Log Analysis with Apache Mesos, Kafka and Cassandra
Real-Time Log Analysis with Apache Mesos, Kafka and CassandraJoe Stein
 
Unleashing Creative Freedom with MODX (2015-07-21 @ PHP FRL)
Unleashing Creative Freedom with MODX (2015-07-21 @ PHP FRL)Unleashing Creative Freedom with MODX (2015-07-21 @ PHP FRL)
Unleashing Creative Freedom with MODX (2015-07-21 @ PHP FRL)Mark Hamstra
 
Android httpclient
Android httpclientAndroid httpclient
Android httpclientallanh0526
 
OMA LwM2M Workshop - Julien Vermillard, OMA LwM2M Projects in Eclipse Foundation
OMA LwM2M Workshop - Julien Vermillard, OMA LwM2M Projects in Eclipse FoundationOMA LwM2M Workshop - Julien Vermillard, OMA LwM2M Projects in Eclipse Foundation
OMA LwM2M Workshop - Julien Vermillard, OMA LwM2M Projects in Eclipse FoundationOpen Mobile Alliance
 

Similar to Slb preso (20)

Everything you wanted to know about writing async, concurrent http apps in java
Everything you wanted to know about writing async, concurrent http apps in java Everything you wanted to know about writing async, concurrent http apps in java
Everything you wanted to know about writing async, concurrent http apps in java
 
Apache Deep Learning 201 - Barcelona DWS March 2019
Apache Deep Learning 201 - Barcelona DWS March 2019Apache Deep Learning 201 - Barcelona DWS March 2019
Apache Deep Learning 201 - Barcelona DWS March 2019
 
Blockchain course
Blockchain courseBlockchain course
Blockchain course
 
Facets of applied smw
Facets of applied smwFacets of applied smw
Facets of applied smw
 
Web Application Frameworks - Lecture 05 - Web Information Systems (4011474FNR)
Web Application Frameworks - Lecture 05 - Web Information Systems (4011474FNR)Web Application Frameworks - Lecture 05 - Web Information Systems (4011474FNR)
Web Application Frameworks - Lecture 05 - Web Information Systems (4011474FNR)
 
WebSockets - Realtime em Mundo Conectado
WebSockets - Realtime em Mundo ConectadoWebSockets - Realtime em Mundo Conectado
WebSockets - Realtime em Mundo Conectado
 
Real World Asp.Net WebApi Applications
Real World Asp.Net WebApi ApplicationsReal World Asp.Net WebApi Applications
Real World Asp.Net WebApi Applications
 
Content Strategy and Developer Engagement for DevPortals
Content Strategy and Developer Engagement for DevPortalsContent Strategy and Developer Engagement for DevPortals
Content Strategy and Developer Engagement for DevPortals
 
Developing rich multimedia applications with Kurento: a tutorial for JavaScri...
Developing rich multimedia applications with Kurento: a tutorial for JavaScri...Developing rich multimedia applications with Kurento: a tutorial for JavaScri...
Developing rich multimedia applications with Kurento: a tutorial for JavaScri...
 
Apache Deep Learning 201
Apache Deep Learning 201Apache Deep Learning 201
Apache Deep Learning 201
 
Extending LabVIEW to the Web Using the LabSocket System
Extending LabVIEW to the Web Using the LabSocket SystemExtending LabVIEW to the Web Using the LabSocket System
Extending LabVIEW to the Web Using the LabSocket System
 
ASP.NET Mvc 4 web api
ASP.NET Mvc 4 web apiASP.NET Mvc 4 web api
ASP.NET Mvc 4 web api
 
Tornado web
Tornado webTornado web
Tornado web
 
Introducing .NET Core Open Source
Introducing .NET Core Open SourceIntroducing .NET Core Open Source
Introducing .NET Core Open Source
 
CRI, OCI, and CRI-O
CRI, OCI, and CRI-OCRI, OCI, and CRI-O
CRI, OCI, and CRI-O
 
Sword Or2008 Julieallinson
Sword Or2008 JulieallinsonSword Or2008 Julieallinson
Sword Or2008 Julieallinson
 
Real-Time Log Analysis with Apache Mesos, Kafka and Cassandra
Real-Time Log Analysis with Apache Mesos, Kafka and CassandraReal-Time Log Analysis with Apache Mesos, Kafka and Cassandra
Real-Time Log Analysis with Apache Mesos, Kafka and Cassandra
 
Unleashing Creative Freedom with MODX (2015-07-21 @ PHP FRL)
Unleashing Creative Freedom with MODX (2015-07-21 @ PHP FRL)Unleashing Creative Freedom with MODX (2015-07-21 @ PHP FRL)
Unleashing Creative Freedom with MODX (2015-07-21 @ PHP FRL)
 
Android httpclient
Android httpclientAndroid httpclient
Android httpclient
 
OMA LwM2M Workshop - Julien Vermillard, OMA LwM2M Projects in Eclipse Foundation
OMA LwM2M Workshop - Julien Vermillard, OMA LwM2M Projects in Eclipse FoundationOMA LwM2M Workshop - Julien Vermillard, OMA LwM2M Projects in Eclipse Foundation
OMA LwM2M Workshop - Julien Vermillard, OMA LwM2M Projects in Eclipse Foundation
 

More from Ashish K Agarwal

Getting Started with Leaflet JS
Getting Started with Leaflet JSGetting Started with Leaflet JS
Getting Started with Leaflet JSAshish K Agarwal
 
Introduction to Test Driven Development [TDD]
Introduction to Test Driven Development [TDD]Introduction to Test Driven Development [TDD]
Introduction to Test Driven Development [TDD]Ashish K Agarwal
 

More from Ashish K Agarwal (7)

Agile processexplained
Agile processexplainedAgile processexplained
Agile processexplained
 
Automate devmachinesetup
Automate devmachinesetupAutomate devmachinesetup
Automate devmachinesetup
 
Getting Started with Leaflet JS
Getting Started with Leaflet JSGetting Started with Leaflet JS
Getting Started with Leaflet JS
 
Budget2014 bubblechart
Budget2014 bubblechartBudget2014 bubblechart
Budget2014 bubblechart
 
Conway gameoflife
Conway gameoflifeConway gameoflife
Conway gameoflife
 
Introduction to Test Driven Development [TDD]
Introduction to Test Driven Development [TDD]Introduction to Test Driven Development [TDD]
Introduction to Test Driven Development [TDD]
 
Markov models explained
Markov models explainedMarkov models explained
Markov models explained
 

Recently uploaded

💊💊 OBAT PENGGUGUR KANDUNGAN JAMBI 08776558899 ATAU CARA GUGURKAN JANIN KLINIK...
💊💊 OBAT PENGGUGUR KANDUNGAN JAMBI 08776558899 ATAU CARA GUGURKAN JANIN KLINIK...💊💊 OBAT PENGGUGUR KANDUNGAN JAMBI 08776558899 ATAU CARA GUGURKAN JANIN KLINIK...
💊💊 OBAT PENGGUGUR KANDUNGAN JAMBI 08776558899 ATAU CARA GUGURKAN JANIN KLINIK...Cara Menggugurkan Kandungan 087776558899
 
BERHAMPUR Call Girls JAMSHEDPUR Just Call 93480*64116 Top Class Call Girl Ser...
BERHAMPUR Call Girls JAMSHEDPUR Just Call 93480*64116 Top Class Call Girl Ser...BERHAMPUR Call Girls JAMSHEDPUR Just Call 93480*64116 Top Class Call Girl Ser...
BERHAMPUR Call Girls JAMSHEDPUR Just Call 93480*64116 Top Class Call Girl Ser...poojas707976
 
Hosur ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Hosur ESCORT SERVICE❤CALL GIRL
Hosur ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Hosur ESCORT SERVICE❤CALL GIRLHosur ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Hosur ESCORT SERVICE❤CALL GIRL
Hosur ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Hosur ESCORT SERVICE❤CALL GIRLkantirani197
 
BHADRAK Call Girls JAMSHEDPUR Just Call 93480*64116 Top Class Call Girl Servi...
BHADRAK Call Girls JAMSHEDPUR Just Call 93480*64116 Top Class Call Girl Servi...BHADRAK Call Girls JAMSHEDPUR Just Call 93480*64116 Top Class Call Girl Servi...
BHADRAK Call Girls JAMSHEDPUR Just Call 93480*64116 Top Class Call Girl Servi...poojas707976
 
Prince Armahs(Tinky) Brochure, for Funeral service
Prince Armahs(Tinky) Brochure, for Funeral servicePrince Armahs(Tinky) Brochure, for Funeral service
Prince Armahs(Tinky) Brochure, for Funeral serviceednyonat
 
BERHAMPUR Call Girls JAMSHEDPUR Just Call 93480*64116 Top Class Call Girl Ser...
BERHAMPUR Call Girls JAMSHEDPUR Just Call 93480*64116 Top Class Call Girl Ser...BERHAMPUR Call Girls JAMSHEDPUR Just Call 93480*64116 Top Class Call Girl Ser...
BERHAMPUR Call Girls JAMSHEDPUR Just Call 93480*64116 Top Class Call Girl Ser...poojas707976
 
Namakkal ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Namakkal ESCORT SERVICE❤CALL GIRL
Namakkal ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Namakkal ESCORT SERVICE❤CALL GIRLNamakkal ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Namakkal ESCORT SERVICE❤CALL GIRL
Namakkal ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Namakkal ESCORT SERVICE❤CALL GIRLkantirani197
 

Recently uploaded (11)

💊💊 OBAT PENGGUGUR KANDUNGAN JAMBI 08776558899 ATAU CARA GUGURKAN JANIN KLINIK...
💊💊 OBAT PENGGUGUR KANDUNGAN JAMBI 08776558899 ATAU CARA GUGURKAN JANIN KLINIK...💊💊 OBAT PENGGUGUR KANDUNGAN JAMBI 08776558899 ATAU CARA GUGURKAN JANIN KLINIK...
💊💊 OBAT PENGGUGUR KANDUNGAN JAMBI 08776558899 ATAU CARA GUGURKAN JANIN KLINIK...
 
BERHAMPUR Call Girls JAMSHEDPUR Just Call 93480*64116 Top Class Call Girl Ser...
BERHAMPUR Call Girls JAMSHEDPUR Just Call 93480*64116 Top Class Call Girl Ser...BERHAMPUR Call Girls JAMSHEDPUR Just Call 93480*64116 Top Class Call Girl Ser...
BERHAMPUR Call Girls JAMSHEDPUR Just Call 93480*64116 Top Class Call Girl Ser...
 
BERHAMPUR ODIA CALL GIRL SEIRVEC ❣️ 72051//37929❣️ CALL GIRL IN ODIA HAND TO ...
BERHAMPUR ODIA CALL GIRL SEIRVEC ❣️ 72051//37929❣️ CALL GIRL IN ODIA HAND TO ...BERHAMPUR ODIA CALL GIRL SEIRVEC ❣️ 72051//37929❣️ CALL GIRL IN ODIA HAND TO ...
BERHAMPUR ODIA CALL GIRL SEIRVEC ❣️ 72051//37929❣️ CALL GIRL IN ODIA HAND TO ...
 
9565589233 Whatsapp Free Nude Video Call Service Porn Girls Porn Videos
9565589233 Whatsapp Free Nude Video Call Service Porn Girls Porn Videos9565589233 Whatsapp Free Nude Video Call Service Porn Girls Porn Videos
9565589233 Whatsapp Free Nude Video Call Service Porn Girls Porn Videos
 
Hosur ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Hosur ESCORT SERVICE❤CALL GIRL
Hosur ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Hosur ESCORT SERVICE❤CALL GIRLHosur ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Hosur ESCORT SERVICE❤CALL GIRL
Hosur ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Hosur ESCORT SERVICE❤CALL GIRL
 
BHADRAK Call Girls JAMSHEDPUR Just Call 93480*64116 Top Class Call Girl Servi...
BHADRAK Call Girls JAMSHEDPUR Just Call 93480*64116 Top Class Call Girl Servi...BHADRAK Call Girls JAMSHEDPUR Just Call 93480*64116 Top Class Call Girl Servi...
BHADRAK Call Girls JAMSHEDPUR Just Call 93480*64116 Top Class Call Girl Servi...
 
KHORDHA ODIA CALL GIRL SEIRVEC ❣️ 72051//37929❣️ CALL GIRL IN ODIA HAND TO HA...
KHORDHA ODIA CALL GIRL SEIRVEC ❣️ 72051//37929❣️ CALL GIRL IN ODIA HAND TO HA...KHORDHA ODIA CALL GIRL SEIRVEC ❣️ 72051//37929❣️ CALL GIRL IN ODIA HAND TO HA...
KHORDHA ODIA CALL GIRL SEIRVEC ❣️ 72051//37929❣️ CALL GIRL IN ODIA HAND TO HA...
 
Prince Armahs(Tinky) Brochure, for Funeral service
Prince Armahs(Tinky) Brochure, for Funeral servicePrince Armahs(Tinky) Brochure, for Funeral service
Prince Armahs(Tinky) Brochure, for Funeral service
 
BHUBANESWAR CALL GIRL IN SEIRVEC ODIA ❣️72051SIYA37929❣️ CASH PAYMENT ONLY CA...
BHUBANESWAR CALL GIRL IN SEIRVEC ODIA ❣️72051SIYA37929❣️ CASH PAYMENT ONLY CA...BHUBANESWAR CALL GIRL IN SEIRVEC ODIA ❣️72051SIYA37929❣️ CASH PAYMENT ONLY CA...
BHUBANESWAR CALL GIRL IN SEIRVEC ODIA ❣️72051SIYA37929❣️ CASH PAYMENT ONLY CA...
 
BERHAMPUR Call Girls JAMSHEDPUR Just Call 93480*64116 Top Class Call Girl Ser...
BERHAMPUR Call Girls JAMSHEDPUR Just Call 93480*64116 Top Class Call Girl Ser...BERHAMPUR Call Girls JAMSHEDPUR Just Call 93480*64116 Top Class Call Girl Ser...
BERHAMPUR Call Girls JAMSHEDPUR Just Call 93480*64116 Top Class Call Girl Ser...
 
Namakkal ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Namakkal ESCORT SERVICE❤CALL GIRL
Namakkal ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Namakkal ESCORT SERVICE❤CALL GIRLNamakkal ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Namakkal ESCORT SERVICE❤CALL GIRL
Namakkal ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Namakkal ESCORT SERVICE❤CALL GIRL
 

Slb preso