光辉飞翔

导航

 

2012年8月17日

摘要: 引言:Eclipse中Search功能很cool,如java\file search,功能强大,而且对搜索结果的管理很酷,可以查看上一个、下一个结果、删除一个结果,打开一个结果文件到预定义的编辑器,提供对搜索历史的查看和重新搜索。其实这Search是一个标准的功能,有对应的扩展点。扩展这些扩展点,继承相应的类,实现相应的接口,你也能获得这么cool的Eclipse插件UI。这里以Spring IDE Bean Search为例,介绍应扩展之处和其中的关键点。搜索页的类名为BeanSearchPage, 搜索结果页的类名为BeanSearchResultPage 一、需要扩展的扩展点1. 应该在 阅读全文
posted @ 2012-08-17 16:28 光辉飞翔 阅读(2353) 评论(0) 推荐(0)
 
摘要: type Exception reportmessagedescription The server encountered an internal error () that prevented it from fulfilling this request.exceptionUnable to instantiate Action, orgMgrAction, defined for 'orgMgr' in namespace '/customer'Error creating bean with name 'orgMgrAction': A 阅读全文
posted @ 2012-08-17 12:02 光辉飞翔 阅读(14305) 评论(0) 推荐(0)