Login  Register

Re: Willow vs Seaside

Posted by Pharo Smalltalk Users mailing list on Jun 09, 2020; 11:20am
URL: https://forum.world.st/Willow-vs-Seaside-tp5118041p5118084.html


That sounds really cool!

Bookmarked, for my next Seaside project.

thx!

---- On Mon, 08 Jun 2020 18:00:14 -0400 Gabriel Cotelli <[hidden email]> wrote ----

Hi Vitor,

Willow is built on top of Seaside and it aims to ease the creation of interactive AJAX-based web applications. So if you're planning to do a lot of partial page rendering via AJAX updates it's worth a try.

We're using it for several applications and the only full page refresh is done on the first request reception, all the other interactions in the application are handled by AJAX. One of its main features is to abstract away a lot of the complexity of hand made AJAX calls.

You can take a look at the slides and videos of the last talk we do in the subject to get an idea of when it's useful:


Feel free to ask any more questions here or on the discord channel.

Regards,
Gabriel

On Mon, Jun 8, 2020 at 12:42 PM Vitor Medina Cruz <[hidden email]> wrote:

Hello,

What's is the difference? Why should I use one or another?

Regards,
Vitor