14
http://seaside.st

PharoDAYS 2015: Seaside in 10 minutes by Johan Brichau

  • Upload
    pharo

  • View
    476

  • Download
    0

Embed Size (px)

Citation preview

http://seaside.st

Key points

Natural Flow

Reusable Components

Secure by Default

Javascript rendering

jQuery integration

Concentrate on your application ...

3 user interactions

3 lines of code

value1 := self request: ‘First Number’.

value2 := self request: ‘Second Number’.

self inform: value1 + value2.

In productive use since 2002

Seaside 3.0Seaside 3.1

Seaside 3.2

Mature, stable, production-use

Server-side rendering

REST API component

Extensible

jQuery-Mobile

Bootstrap

Integrations: D3Js, Datatables, …

Seaside NOW

Hybrid web applications

Client-side rendering

Server-sent events

Seaside Challenges

http://seaside.st http://book.seaside.st