This page is no longer maintained — Please continue to the home page at www.scala-lang.org

Potential changes in reactive-web

No replies
Naftoli Gugenheim
Joined: 2008-12-17,
User offline. Last seen 42 years 45 weeks ago.
If you use reactive-web or are thinking of using it, then I'd like your opinion on some changes I was thinking of making. Here are the details of the tickets:
  1. http://github.com/nafg/reactive/issues/issue/30 - Config class for configuring (currently only) how to render DomMutations: Many methods and constructors will require an implicit CanRenderDomMutationConfig parameter. If you have an objection to the proliferation of implicit parameters please speak up!
  2. http://github.com/nafg/reactive/issues/issue/28 - Remove page management (and related operations) from Reactions, let each Page contain its own comet actor: The following Reactions methods will no longer work: def findPage(id: String): Option[Page], def isPageAlive(id: String): Boolean, def removePage(page: Page), and def register(page: Page). If you have an objection please speak up!
  3. http://github.com/nafg/reactive/issues/issue/25 - Rename DOMProperty, DOMEventStream to DomProperty, DomEventStream: If you object to this change please speak up!

You can comment on the ticket or here.

Copyright © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland