SlideShare une entreprise Scribd logo
1  sur  81
REST
+JS
the future for
highly interactive
web apps?
The case for

a new          (ish)


Web App
style
The Evolution
 of WebApps
static
html
dynamically
generated
 static html pages
generated
bits of html

         with some
javascript for "moving
         things around"
What do those
have in common?
Most of the work
  is done on the
           server
Does this
make
sense?
State of the art MVC
                  frameworks

  where the M
         the C
and even the V

    are server side concepts?
Maybe it did
    before
But now...
HTML+CSS gives us a very
capable presentation
technology
and it gets more powerful
everyday
Javascript, well...everybody
      loves it now
The browsers
even those from Redmond
 are fast enough for most
                    things
...I think now there's a better
                           way
Let's
**really**
embrace the
  medium
Let's implement
 the GUI of our
webapps on the
    browser
Let's implement
  the GUI of our
 webapps on the
     browser


all of it
And we'll use the server
for the business logic.
And we'll use the server
for the business logic.

  For a services
      layer
And we'll use the server
for the business logic.

  For a services
      layer
  (and services are also cool now)
But why should we?
Because apps get
easier to develop
when we don't have to fight
   against the platform
Because we can
   make better,
   faster, more
 responsive apps
that take advantage of all of
 the mediums's possibilities
Because at the end
 you'll get an API
   thrown in for free
Are you convinced?
So,

Why REST?
Because it’s not
     SOAP
       :)
First,
a short primer on
REST
REST: REpresentational State
        Transfer
Cool acronym, but terrible
          name
Central to REST is
 the concept of
   Resources
Resources are referenced
    by a global identifier
e.g., an URI
Resources can have
different representations
text/html, application/json, application/vnd.ms-
                      excel
Communication is done
via a standard interface
 HTTP, with all it's methods (GET, PUT, POST,
                                 DELETE, etc.)
You do things in REST by
       transferring
 representations of the
   state of a resource
the
Richardson
Maturity
Model
Level 0
One URI, one HTTP method
Level 1
Many URIs, one HTTP
method
Level 2
Many URIs,
each supporting many HTTP
methods
Level 3
HATEOAS   (Hypertext As The Engine Of Application State)


using links for state
transitions
And we come to
the advantages of
REST
Its Simple
Its Proven
It scales **really**
        well
There’s great
language support
      for it
in all the languages that you’ll want
                to use
But, most importantly,

that's what the
browsers speak
And,

on the
Browser
side?
We’re building a
      GUI
Let’s turn to GUI patterns
MVC
An old favorite,
lots of documentation,
lots of experience
MVP
Very similar to MVC,
with some differences which
I think make it better.
M for Model
M for Model

communicates with
   the server
M for Model
 encapsulates the
    logic of the
 resources being
   manipulated.
M for Model

gives access to the
       data
M for Model
raises events when
    something
    interesting
     happens
most often when the data changes in some way
V for View
V for View
    notifies the
  Presenter of the
   user's actions
V for View
abstracts the DOM
  manipulation
      details
P for Presenter
P for Presenter
 tells the model to
read data from the
        server
P for Presenter

 receives events
 from the model
P for Presenter

 reads data from
    the model
P for Presenter

 instructs the view
to present the data
P for Presenter
      receives
 notifications from
   the view of the
    user's actions
P for Presenter

updates the model
P for Presenter
instructs the model
to send the data to
     the server
There's
  **absolutely no
 communication**
between the Model
   and the View
A Presenter may
subscribe to events
  from multiple
     Models
A Presenter may
command multiple
      Views
Presenters can
communicate with
 each other, but
     one-way
communication is
     preferred
Advantages?
Strict separation of
      the DOM
manipulation code
Easier Testing
one place to look
to understand the
    GUI logic
one place to look
    for data
  manipulation
DEMO
TIME
Lets

wrap up
Thank you!


 @jnelas

Contenu connexe

En vedette

Knowledge sharing in coopetitive alliances
Knowledge sharing in coopetitive alliancesKnowledge sharing in coopetitive alliances
Knowledge sharing in coopetitive alliancesMiia Kosonen
 
SI TU CORAZÓN TE FALLA
SI TU CORAZÓN TE FALLASI TU CORAZÓN TE FALLA
SI TU CORAZÓN TE FALLA19JESUS52
 
20151105_Infoday RS1_Juan Riese
20151105_Infoday RS1_Juan Riese20151105_Infoday RS1_Juan Riese
20151105_Infoday RS1_Juan RieseRedit
 
Ley pesca extremadura 2011
Ley pesca extremadura 2011Ley pesca extremadura 2011
Ley pesca extremadura 2011muchapesca
 
Valle romano kutxa
Valle romano kutxaValle romano kutxa
Valle romano kutxaguest7439ecf
 
China antimony industry report, 2010
China antimony industry report, 2010China antimony industry report, 2010
China antimony industry report, 2010ResearchInChina
 
RANCHO DE GANGA
RANCHO DE GANGARANCHO DE GANGA
RANCHO DE GANGAmoranjaime
 
Realismo Magico En La Literatura De Moni K
Realismo Magico En La Literatura De Moni KRealismo Magico En La Literatura De Moni K
Realismo Magico En La Literatura De Moni Kmonica andrea
 
TP2 PROCOM ROTARY INTERNATIONAL
TP2 PROCOM ROTARY INTERNATIONALTP2 PROCOM ROTARY INTERNATIONAL
TP2 PROCOM ROTARY INTERNATIONALmafe07
 
La tutoria virtual: técnicas, herramientas y estrategias
La tutoria virtual: técnicas, herramientas y estrategiasLa tutoria virtual: técnicas, herramientas y estrategias
La tutoria virtual: técnicas, herramientas y estrategiasMagaly Quiñones Negrete
 
Virgo 3.0, OSGi middleware server from EclipseRT – Christopher Frost
Virgo 3.0, OSGi middleware server from EclipseRT – Christopher FrostVirgo 3.0, OSGi middleware server from EclipseRT – Christopher Frost
Virgo 3.0, OSGi middleware server from EclipseRT – Christopher Frostmfrancis
 
February 2015 Monthly Flash Report
February 2015 Monthly Flash ReportFebruary 2015 Monthly Flash Report
February 2015 Monthly Flash ReportKristopher Beible
 
Strengthen Your Brand - 7 Effective Ways
Strengthen Your Brand  - 7 Effective WaysStrengthen Your Brand  - 7 Effective Ways
Strengthen Your Brand - 7 Effective WaysMary Habres
 

En vedette (20)

Knowledge sharing in coopetitive alliances
Knowledge sharing in coopetitive alliancesKnowledge sharing in coopetitive alliances
Knowledge sharing in coopetitive alliances
 
SI TU CORAZÓN TE FALLA
SI TU CORAZÓN TE FALLASI TU CORAZÓN TE FALLA
SI TU CORAZÓN TE FALLA
 
20151105_Infoday RS1_Juan Riese
20151105_Infoday RS1_Juan Riese20151105_Infoday RS1_Juan Riese
20151105_Infoday RS1_Juan Riese
 
Ley pesca extremadura 2011
Ley pesca extremadura 2011Ley pesca extremadura 2011
Ley pesca extremadura 2011
 
Valle romano kutxa
Valle romano kutxaValle romano kutxa
Valle romano kutxa
 
Nuestra Feliz Infancia
Nuestra Feliz InfanciaNuestra Feliz Infancia
Nuestra Feliz Infancia
 
Verbatim Gateway Alarm Autodialer Training
Verbatim Gateway Alarm Autodialer TrainingVerbatim Gateway Alarm Autodialer Training
Verbatim Gateway Alarm Autodialer Training
 
China antimony industry report, 2010
China antimony industry report, 2010China antimony industry report, 2010
China antimony industry report, 2010
 
Mappe 5 B 2012 2013
Mappe 5 B 2012 2013Mappe 5 B 2012 2013
Mappe 5 B 2012 2013
 
RANCHO DE GANGA
RANCHO DE GANGARANCHO DE GANGA
RANCHO DE GANGA
 
Realismo Magico En La Literatura De Moni K
Realismo Magico En La Literatura De Moni KRealismo Magico En La Literatura De Moni K
Realismo Magico En La Literatura De Moni K
 
Saga la guarida del escriba
Saga la guarida del escribaSaga la guarida del escriba
Saga la guarida del escriba
 
Los secrfetos de la excelencia
Los secrfetos de la excelenciaLos secrfetos de la excelencia
Los secrfetos de la excelencia
 
Pueblos con encanto
Pueblos con encantoPueblos con encanto
Pueblos con encanto
 
TP2 PROCOM ROTARY INTERNATIONAL
TP2 PROCOM ROTARY INTERNATIONALTP2 PROCOM ROTARY INTERNATIONAL
TP2 PROCOM ROTARY INTERNATIONAL
 
La tutoria virtual: técnicas, herramientas y estrategias
La tutoria virtual: técnicas, herramientas y estrategiasLa tutoria virtual: técnicas, herramientas y estrategias
La tutoria virtual: técnicas, herramientas y estrategias
 
Virgo 3.0, OSGi middleware server from EclipseRT – Christopher Frost
Virgo 3.0, OSGi middleware server from EclipseRT – Christopher FrostVirgo 3.0, OSGi middleware server from EclipseRT – Christopher Frost
Virgo 3.0, OSGi middleware server from EclipseRT – Christopher Frost
 
El origen de las computadoras
El origen de las computadorasEl origen de las computadoras
El origen de las computadoras
 
February 2015 Monthly Flash Report
February 2015 Monthly Flash ReportFebruary 2015 Monthly Flash Report
February 2015 Monthly Flash Report
 
Strengthen Your Brand - 7 Effective Ways
Strengthen Your Brand  - 7 Effective WaysStrengthen Your Brand  - 7 Effective Ways
Strengthen Your Brand - 7 Effective Ways
 

Similaire à REST+JS - Codebits 2011

Fundamentals of Web Development For Non-Developers
Fundamentals of Web Development For Non-DevelopersFundamentals of Web Development For Non-Developers
Fundamentals of Web Development For Non-DevelopersLemi Orhan Ergin
 
Best of Microsoft Dev Camp 2015
Best of Microsoft Dev Camp 2015Best of Microsoft Dev Camp 2015
Best of Microsoft Dev Camp 2015Bluegrass Digital
 
REST: So What's It All About? (SAP TechEd 2011, MOB107)
REST: So What's It All About? (SAP TechEd 2011, MOB107)REST: So What's It All About? (SAP TechEd 2011, MOB107)
REST: So What's It All About? (SAP TechEd 2011, MOB107)Sascha Wenninger
 
REST vs WS-*: Myths Facts and Lies
REST vs WS-*: Myths Facts and LiesREST vs WS-*: Myths Facts and Lies
REST vs WS-*: Myths Facts and LiesPaul Fremantle
 
Doing Modern Web, aka JavaScript and HTML5 in the Enterprise NYC Code Camp
Doing Modern Web, aka JavaScript and HTML5 in the Enterprise NYC Code CampDoing Modern Web, aka JavaScript and HTML5 in the Enterprise NYC Code Camp
Doing Modern Web, aka JavaScript and HTML5 in the Enterprise NYC Code CampChris Love
 
RESTful Web Services
RESTful Web ServicesRESTful Web Services
RESTful Web Servicesadeppathondur
 
Semantic Web Servers
Semantic Web ServersSemantic Web Servers
Semantic Web Serverswebhostingguy
 
Web API or WCF - An Architectural Comparison
Web API or WCF - An Architectural ComparisonWeb API or WCF - An Architectural Comparison
Web API or WCF - An Architectural ComparisonAdnan Masood
 
What are restful web services?
What are restful web services?What are restful web services?
What are restful web services?Aparna Sharma
 
Data As A Service Composition Of Daas And Negotiation...
Data As A Service Composition Of Daas And Negotiation...Data As A Service Composition Of Daas And Negotiation...
Data As A Service Composition Of Daas And Negotiation...Christina Berger
 
Build APIs With Kapow Mashup Server
Build APIs With Kapow Mashup ServerBuild APIs With Kapow Mashup Server
Build APIs With Kapow Mashup ServerAndreas Krohn
 
Web Applications Are Technically Awesome!
Web Applications Are Technically Awesome!Web Applications Are Technically Awesome!
Web Applications Are Technically Awesome!MediaFront
 
Service Oriented UI Architecture in the world of web, desktop, & mobile appli...
Service Oriented UI Architecture in the world of web, desktop, & mobile appli...Service Oriented UI Architecture in the world of web, desktop, & mobile appli...
Service Oriented UI Architecture in the world of web, desktop, & mobile appli...Axway Appcelerator
 
SD Forum Java SIG - Service Oriented UI Architecture
SD Forum Java SIG - Service Oriented UI ArchitectureSD Forum Java SIG - Service Oriented UI Architecture
SD Forum Java SIG - Service Oriented UI ArchitectureJeff Haynie
 

Similaire à REST+JS - Codebits 2011 (20)

REST full API Design
REST full API DesignREST full API Design
REST full API Design
 
Fundamentals of Web Development For Non-Developers
Fundamentals of Web Development For Non-DevelopersFundamentals of Web Development For Non-Developers
Fundamentals of Web Development For Non-Developers
 
Best of Microsoft Dev Camp 2015
Best of Microsoft Dev Camp 2015Best of Microsoft Dev Camp 2015
Best of Microsoft Dev Camp 2015
 
Spring diy projects
Spring diy projectsSpring diy projects
Spring diy projects
 
Spring interview questions
Spring interview questionsSpring interview questions
Spring interview questions
 
Spring learning path
Spring learning pathSpring learning path
Spring learning path
 
Day03 api
Day03   apiDay03   api
Day03 api
 
REST: So What's It All About? (SAP TechEd 2011, MOB107)
REST: So What's It All About? (SAP TechEd 2011, MOB107)REST: So What's It All About? (SAP TechEd 2011, MOB107)
REST: So What's It All About? (SAP TechEd 2011, MOB107)
 
REST vs WS-*: Myths Facts and Lies
REST vs WS-*: Myths Facts and LiesREST vs WS-*: Myths Facts and Lies
REST vs WS-*: Myths Facts and Lies
 
Doing Modern Web, aka JavaScript and HTML5 in the Enterprise NYC Code Camp
Doing Modern Web, aka JavaScript and HTML5 in the Enterprise NYC Code CampDoing Modern Web, aka JavaScript and HTML5 in the Enterprise NYC Code Camp
Doing Modern Web, aka JavaScript and HTML5 in the Enterprise NYC Code Camp
 
RESTful Web Services
RESTful Web ServicesRESTful Web Services
RESTful Web Services
 
REST Servers in Delphi XE Using DataSnap
REST Servers in Delphi XE Using DataSnapREST Servers in Delphi XE Using DataSnap
REST Servers in Delphi XE Using DataSnap
 
Semantic Web Servers
Semantic Web ServersSemantic Web Servers
Semantic Web Servers
 
Web API or WCF - An Architectural Comparison
Web API or WCF - An Architectural ComparisonWeb API or WCF - An Architectural Comparison
Web API or WCF - An Architectural Comparison
 
What are restful web services?
What are restful web services?What are restful web services?
What are restful web services?
 
Data As A Service Composition Of Daas And Negotiation...
Data As A Service Composition Of Daas And Negotiation...Data As A Service Composition Of Daas And Negotiation...
Data As A Service Composition Of Daas And Negotiation...
 
Build APIs With Kapow Mashup Server
Build APIs With Kapow Mashup ServerBuild APIs With Kapow Mashup Server
Build APIs With Kapow Mashup Server
 
Web Applications Are Technically Awesome!
Web Applications Are Technically Awesome!Web Applications Are Technically Awesome!
Web Applications Are Technically Awesome!
 
Service Oriented UI Architecture in the world of web, desktop, & mobile appli...
Service Oriented UI Architecture in the world of web, desktop, & mobile appli...Service Oriented UI Architecture in the world of web, desktop, & mobile appli...
Service Oriented UI Architecture in the world of web, desktop, & mobile appli...
 
SD Forum Java SIG - Service Oriented UI Architecture
SD Forum Java SIG - Service Oriented UI ArchitectureSD Forum Java SIG - Service Oriented UI Architecture
SD Forum Java SIG - Service Oriented UI Architecture
 

Dernier

Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 

Dernier (20)

Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 

REST+JS - Codebits 2011

Notes de l'éditeur

  1. \n
  2. \n
  3. \n
  4. \n
  5. CGIs -> PHP, ASPs, Java Servlets, JSPs, etc...\n
  6. \n
  7. \n
  8. \n
  9. \n
  10. \n
  11. The difficulties with the browsers (slowness, incompatibility, tables)\nLack of good practices, libs and tools for JS\n
  12. \n
  13. \n
  14. and its fast\n
  15. \n
  16. \n
  17. \n
  18. \n
  19. \n
  20. \n
  21. \n
  22. \n
  23. \n
  24. \n
  25. \n
  26. \n
  27. \n
  28. \n
  29. \n
  30. \n
  31. \n
  32. \n
  33. \n
  34. \n
  35. \n
  36. \n
  37. XML-RPC, SOAP\n
  38. /post/1/delete\n/basket/add/\n
  39. \n
  40. \n
  41. \n
  42. \n
  43. \n
  44. \n
  45. \n
  46. \n
  47. \n
  48. \n
  49. \n
  50. \n
  51. \n
  52. \n
  53. \n
  54. \n
  55. \n
  56. \n
  57. \n
  58. \n
  59. it's the brains of the GUI\n
  60. \n
  61. \n
  62. \n
  63. \n
  64. \n
  65. \n
  66. \n
  67. \n
  68. \n
  69. \n
  70. \n
  71. it's the brains of the GUI\n
  72. \n
  73. \n
  74. \n
  75. \n
  76. \n
  77. \n
  78. \n