andyzhai

posts(9) comments(2) trackbacks(0)
  • BlogJava
  • 联系
  • RSS 2.0 Feed 聚合
  • 管理

常用链接

  • 我的随笔
  • 我的评论
  • 我的参与
  • 最新评论

留言簿

  • 给我留言
  • 查看公开留言
  • 查看私人留言

随笔档案

  • 2006年3月 (1)
  • 2006年2月 (3)
  • 2005年8月 (5)

搜索

  •  

最新评论

  • 1. re: Memory Leak of Java Editors in Eclipse
  • Yes, should take snapshot after opening editor.I have to modify it
  • --Andy
  • 2. re: Memory Leak of Java Editors in Eclipse
  • Did you know Eclipse load images into ImageRegistry in lazy mode??
  • --Dennis

阅读排行榜

评论排行榜

View Post

An example of using regular expression in Eclipse WSE (web service explorer)

Fixed the Eclipse WTP bug 118019: "WS-Explorer ignores non-proxy host settings" by using regular expression.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=118019

See method private boolean isHostInNonProxyHosts(String host, String nonProxyHosts, boolean caseSensitive)
and createPatternFromString(String str)
in plugin org.eclipse.wst.ws.explorer
http://dev.eclipse.org/viewcvs/index.cgi/wst/components/ws/plugins/org.eclipse.wst.ws.explorer/wsexplorer-src/org/eclipse/wst/ws/internal/explorer/platform/wsdl/transport/HTTPTransport.java?rev=HEAD&cvsroot=WebTools_Project&content-type=text/vnd.viewcvs-markup

On the other hand, there is a bad example in Apache Axis,
see following:

2006-2-23

  • Docjar: org/apache/axis/components/net/DefaultSocketFactory.java #
    Bad example of searching and matching text. The method isHostInNonProxyList() is too complicated, error-prone, and inefficient.
other reading:
  • 碟中碟互动网校-想学就学、想教就教 #
  • xkoto - Brighter Technology #
  • Nuvvo Free On-demand eLearning #
  • BEA的孤独感:何时走出“10亿美元”之困? - CSDN 新闻 #
  • 采访知名作家Bruce Tate 谈Java 未来机遇与挑战 - CSDN 新闻 #
  • Java: Dead Like COBOL, Not Like Elvis? #
  •  the English version on TSS of above one on CSDN

  • 用Mind Map 激发你的记忆潜能 - 纯月部落 #
  • InformationWeek | Open Source | It's Open Season | February 20, 2006 #

  • posted on 2006-02-23 07:42 Andy 阅读(523) 评论(0)  编辑  收藏

    新用户注册  刷新评论列表  

    只有注册用户登录后才能发表评论。


    网站导航:
    博客园   IT新闻   Chat2DB   C++博客   博问  
     
     
    Powered by:
    BlogJava
    Copyright © Andy