Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4B5B2200CF0 for ; Thu, 7 Sep 2017 12:52:06 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4A04E1609DB; Thu, 7 Sep 2017 10:52:06 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 908F41609A7 for ; Thu, 7 Sep 2017 12:52:05 +0200 (CEST) Received: (qmail 45600 invoked by uid 500); 7 Sep 2017 10:52:04 -0000 Mailing-List: contact java-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@axis.apache.org Delivered-To: mailing list java-dev@axis.apache.org Received: (qmail 45578 invoked by uid 99); 7 Sep 2017 10:52:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Sep 2017 10:52:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 4C5FBC4592 for ; Thu, 7 Sep 2017 10:52:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id RtK_VmxNY-pH for ; Thu, 7 Sep 2017 10:52:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 4508A61132 for ; Thu, 7 Sep 2017 10:52:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id AA44DE0663 for ; Thu, 7 Sep 2017 10:52:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 5C2BB24147 for ; Thu, 7 Sep 2017 10:52:00 +0000 (UTC) Date: Thu, 7 Sep 2017 10:52:00 +0000 (UTC) From: "Jeff Thomas (JIRA)" To: java-dev@axis.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AXIS2-5881) Small improvement to the listServices.jsp to sort services and operations MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 07 Sep 2017 10:52:06 -0000 [ https://issues.apache.org/jira/browse/AXIS2-5881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16156801#comment-16156801 ] Jeff Thomas commented on AXIS2-5881: ------------------------------------ Hi Thorsten, 1. I guess I could have used TreeMap. I just chose the ConcurrentSkipListMap for the failsafe iterators. 2- Can't answer that one... we actually toss out AxisOperations we don't expose during Service-Generation and don't use the TAG_EXPOSE option... although I didn't know about it until you mentioned it here :) Cheers, Jeff > Small improvement to the listServices.jsp to sort services and operations > ------------------------------------------------------------------------- > > Key: AXIS2-5881 > URL: https://issues.apache.org/jira/browse/AXIS2-5881 > Project: Axis2 > Issue Type: Improvement > Affects Versions: 1.7.3 > Reporter: Jeff Thomas > Priority: Minor > Attachments: listServices.jsp > > > One thing that has always bothered me about the "services/listServices.jsp" was that it is not sorted ... which means scrolling around looking for the service and/or operations. > In our build I have updated the listServices.jsp with a few changes to sort the output of services and operations... would just like to suggest the fix be incorporated in the build. (see attachment). Primarily I replaced the HashMaps with ConcurrentSkipListMap to naturally sort by the keys (ServiceName, OperationName) -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org For additional commands, e-mail: java-dev-help@axis.apache.org