[richfaces-planning-issues] [JBoss JIRA] (RFPL-1607) Test WebSocket support with Push across browsers

Ján Jamrich (JIRA) jira-events at lists.jboss.org
Tue Sep 4 06:42:33 EDT 2012


    [ https://issues.jboss.org/browse/RFPL-1607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12715452#comment-12715452 ] 

Ján Jamrich edited comment on RFPL-1607 at 9/4/12 6:42 AM:
-----------------------------------------------------------

Steps need to be done before deploy Metamer (from appropriate branch [1]) to glassfish:

1. create ConnectionFactory:
   Resources/JMS Resources/Connection Factories
   
   new one:
	Pool Name:  ConnectionFactory
	JNDI Name:  ConnectionFactory
	Resource Type:  javax.jms.ConnectionFactory

2. create topics:
   Resources/JMS Resources/Destination Resources

   new one: 
	JNDI Name: {/topic/pushJms | /topic/pushTopicsContext }
	Physical Destination Name:  {pushJmsTopic|pushTopicsContext}
	Resource Type:  javax.jms.Topic


3. enable Comet support on Glassfish
   Configurations/{default|server}-config/Network Config/Network Listeners/http-listener-{1|2} (tab HTTP): Coment support: true

   Configurations/{default|server}/Network Config/Network Protocols/http-listener-{1|2} (tab HTTP): Coment support: true and Websocket Support: true


[1] https://github.com/richfaces/qa/tree/websocket-support-poc
                
      was (Author: jjamrich):
    Steps need to be done before deploy Metamer (from appropriate branch) to glassfish:

1. create ConnectionFactory:
   Resources/JMS Resources/Connection Factories
   
   new one:
	Pool Name:  ConnectionFactory
	JNDI Name:  ConnectionFactory
	Resource Type:  javax.jms.ConnectionFactory

2. create topics:
   Resources/JMS Resources/Destination Resources

   new one: 
	JNDI Name: /topic/pushJms
	Physical Destination Name:  pushJmsTopic
	Resource Type:  javax.jms.Topic


3. enable Comet support on Glassfish
   Configurations/{default|server}-config/Network Config/Network Listeners/http-listener-{1|2} (tab HTTP): Coment support: true

   Configurations/{default|server}/Network Config/Network Protocols/http-listener-{1|2} (tab HTTP): Coment support: true and Websocket Support: true

                  
> Test WebSocket support with Push across browsers
> ------------------------------------------------
>
>                 Key: RFPL-1607
>                 URL: https://issues.jboss.org/browse/RFPL-1607
>             Project: RichFaces Planning
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: CDK
>    Affects Versions: 4.1.0.Milestone2
>            Reporter: Lukáš Fryč
>            Assignee: Ján Jamrich
>             Fix For: 4.Future
>
>
> Several browsers start having support for WebSocket enabled.
> There is already support in Push in place via Atmosphere and JQuery Atmosphere,
> but it is not sure it works across browsers, since they are supporting latest version of specification.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the richfaces-planning-issues mailing list