[JBoss JIRA] Created: (JBAS-9250) clean up the tab-complete list of commands
by Alexey Loubyansky (JIRA)
clean up the tab-complete list of commands
------------------------------------------
Key: JBAS-9250
URL: https://issues.jboss.org/browse/JBAS-9250
Project: JBoss Application Server
Issue Type: Task
Security Level: Public (Everyone can see)
Components: CLI
Reporter: Alexey Loubyansky
Assignee: Alexey Loubyansky
Fix For: 7.0.0.Beta3
IMO, it's getting messy. A few commands have aliases and some commands I'd not expose at all (there are some that I'd not advertise).
So, I think one most popular/convenient name/alias per command and hide undesired ones.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 3 months
[JBoss JIRA] Deleted: (JGRP-563) Consolidate state transfer API to use streams
by Bela Ban (JIRA)
[ https://issues.jboss.org/browse/JGRP-563?page=com.atlassian.jira.plugin.s... ]
Bela Ban deleted JGRP-563:
--------------------------
> Consolidate state transfer API to use streams
> ---------------------------------------------
>
> Key: JGRP-563
> URL: https://issues.jboss.org/browse/JGRP-563
> Project: JGroups
> Issue Type: Task
> Reporter: Vladimir Blagojevic
> Assignee: Vladimir Blagojevic
>
> Although streaming state transfer has its advantages over byte based state transfer, byte based state transfer is absolutely necessary since streaming based transfer relies on plain sockets that are not firewall friendly. However, that does not mean that we cannot consolidate state transfer API at application level and mask byte based transfer with streams. We have already done this in JBC 2.0 so there is no reason not to do it on JGroups level as well.
> Advantages:
> - simpler state transfer API
> - interchangeable state transfer mechanism without affect on application
> - simplification of client application
> Disadvantages:
> - we break current API by eliminating getState(byte[]) and setState(byte [])
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 3 months