[jboss-jira] [JBoss JIRA] Commented: (JBCACHE-741) Create a jdom replication GUI example
Ben Wang (JIRA)
jira-events at jboss.com
Sun Aug 20 11:07:11 EDT 2006
[ http://jira.jboss.com/jira/browse/JBCACHE-741?page=comments#action_12341473 ]
Ben Wang commented on JBCACHE-741:
----------------------------------
I have donwloaded and modified the ScottEditor by Scott Hurring. It is a simple JDOM GUI editor. After some modification, I have
1. Use TreeCacheListener (differentiate non-local and repetitive node) to notify the remote cache instance that the node information has changed and it needs to update the xml tree.
2. Use a separate thread the do the update when it is "dirty". This is necessary to prevent the initial deadlock.
Attached are the files that work so far. (ant compile and ant demo). However, it still needs:
1. to fix the siwing gui. Currently the pop up window size is too small to display all the panes
2. to fix the random bug that sometime pop up when user click "new".
To use the GUI, user should first re-size the gui and then hit "new" to create a new root node.
Once the aboce issues are resolved, we will still need to test out the gui more thourghly to uncover some additional bugs. Note that all the necessary jars are included in the attachement (includig the aspectized jdom.jar.)
> Create a jdom replication GUI example
> -------------------------------------
>
> Key: JBCACHE-741
> URL: http://jira.jboss.com/jira/browse/JBCACHE-741
> Project: JBoss Cache
> Issue Type: Sub-task
> Security Level: Public(Everyone can see)
> Components: PojoCache
> Reporter: Ben Wang
> Assigned To: Ben Wang
> Fix For: 2.0.0
>
> Original Estimate: 1 week
> Remaining Estimate: 1 week
>
> We will need to have a JDOM gui that can demonstrate the fine-grained replication using the "aspectized" jdom library.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list