web 2 0
play

Web 2.0 A short guide to fall into the client-side Esteban - PowerPoint PPT Presentation

Web 2.0 A short guide to fall into the client-side Esteban Lorenzano (by now, you already listen too much about that name) because not everything is Seaside Context Well, I suppose you all know, but web application development moved to a more


  1. Web 2.0 A short guide to fall into the client-side

  2. Esteban Lorenzano (by now, you already listen too much about that name)

  3. because not everything is Seaside

  4. Context Well, I suppose you all know, but web application development moved to a more responsive UI. But computations still happen in server side, so we need to find a bridge.

  5. Reef A Seaside extension to manage AJAX/Javascript Exists since years, but not publicised enough Evolved according to needs (my needs)

  6. Reef design Object model (no DSL) All interaction is a Block (but there are different kind of interations) Client side computation AJAX request (several types) Full page request

  7. Reef components Many Bootstrap components wrapped Some others in the form of Plugins Magritte-Reef

  8. Status Works fine :) Needs more people using it Needs more people caring about it

  9. Install Reef Gofer it smalltalkhubUser: 'estebanlm' project: 'Reef'; configuration; loadStable.

  10. Tide Amber-to-Pharo communication bridge Keeps that “Seaside feeling” Provides a way to map objects from the server Provides a solution for managing async calls

  11. Tide design Client side Proxies Futures (kinda) Server side Objects are exposed as you need, starting by a root Pragmas to “mark” exposition: <action>, <state> Presenters for: Literals, collections, models

  12. Status Works fine :) Needs more people using it Needs more people caring about it

  13. Install Tide Pre-requisites: node, npm, bower, pharo $ git clone git@github.com:tide-framework/tide.git $ cd tide && bower install && cd .. $ pharo Pharo.image eval —save “ Gofer it url: ‘filetree://./tide’; package: ‘BaselineOfTide’; load. BaselineOfTide load” TDServer startOn: 7777.

  14. There is no silver bullet! (This will never be stressed enough)

  15. Choose the one you need

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend