[
https://issues.apache.org/jira/browse/TAPESTRY-1650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12581839#action_12581839
]
Francois Armand commented on TAPESTRY-1650:
-------------------------------------------
There is a linked issue about Javascript library agnosticism here:
https://issues.apache.org/jira/browse/TAPESTRY-2179
Some more comments and related techno:
DWR ("Direct Web Remoting", http://getahead.org/dwr ) comes in discussion on ml
and irc thread about this topic.
It is "a RPC library which makes it easy to call Java functions from JavaScript
and to call JavaScript functions from Java (a.k.a Reverse Ajax)"
There is a lot of integration documentation:
http://getahead.org/dwr/integration . It may bring some useful ideas about
Java/Ajax integration.
The Tapestry irc channel #tapestry on freenode brings the topic of cometd /
bayeux protocols and implementation, which are push system for AJAX (the server
signal update to the client, and so the client does not have to pop the server
periodically).
Reference :
- The Bayeux protocol : http://svn.xantus.org/shortbus/trunk/bayeux/bayeux.html
- Comet daemon (cometd) : http://cometd.com/
This is java implementation as a servlet (embedded with the Jetty project):
http://svn.xantus.org/shortbus/trunk/cometd-java/README.TXT
> Tracking issue for Ajax support
> -------------------------------
>
> Key: TAPESTRY-1650
> URL: https://issues.apache.org/jira/browse/TAPESTRY-1650
> Project: Tapestry
> Issue Type: New Feature
> Components: tapestry-core
> Affects Versions: 5.0
> Reporter: Howard M. Lewis Ship
> Assignee: Howard M. Lewis Ship
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]