User Profile

Collapse

Profile Sidebar

Collapse
xxhh11
xxhh11
Last Activity: Apr 30 '07, 09:20 AM
Joined: Jan 9 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • xxhh11
    started a topic How to get treedata correctly
    in Java

    How to get treedata correctly

    Hi all, i am using apache tomahawk tree2 component and i get the tree item from DB. The code like:
    Code:
    public TreeNode getTreeData() {
    		List list = getMenuList();
    		TreeNode treeData = new TreeNodeBase("foo-folder", "Inbox", false);
    		Iterator it = list.iterator();
    		HashMap menuTable = new HashMap();
    		while (it.hasNext()) {
    			Eosmenu item = (Eosmenu) it.next();
    			String
    ...
    See more | Go to post

  • xxhh11
    replied to How to get a unique string in java?
    in Java
    The scene is that I use JGroups to do the RPC task, and then the problem
    is that on the server one, I can not distinguish the Thread from the other server....
    See more | Go to post

    Leave a comment:


  • xxhh11
    started a topic How to get a unique string in java?
    in Java

    How to get a unique string in java?

    Hi all:
    I want to get a unique string to distinguish the Thread.
    See more | Go to post
No activity results to display
Show More
Working...