Eclipse的iBatis插件

mybatiseditor[ Editor support for MyBatis and iBatis in Eclipse ]
https://code.google.com/a/eclipselabs.org/p/mybatiseditor/
Installation
You use one of the following methods to install MyBatis Editor:

Eclipse 3.7 (Marketplace client installed): drag and drop this image to your running Eclipse window on a view or toolbar area:
Install using Eclipse 3.6 marketplace: Open Eclipse and select Help > Eclipse Marketplace... and type "mybatiseditor" in the find text field.
Install using update site: Open Eclipse and select Help > Install New Software... and paste the update site url in the "Work with:" text field: http://mybatiseditor.eclipselabs.org.codespot.com/git/org.eclipselabs.mybatiseditor.updatesite
Install using dropins: create a mybatiseditor/plugins directory in the dropins directory of your Eclipse installation. Download the provided release jar and add to this directory.



Tao-AutoDAO IBatis Eclipse
http://code.taobao.org/p/tao-autodao/wiki/index/
Tao-AutoDAO IBatis Eclipse插件的开发背景是:对于DAO层使用了IBatis的项目来说,缺少自动化生成DAO的Eclipse插件工具。应用系统的开发人员常常会遇到大量的繁琐的DAO类、dao 的spring bean 配置文件、DO类、query类、sqlmap.xml配置文件、persistence.xml数据源配置文件、各种常用SQL 语句、配置文件的编写等等工作。

Tao-AutoDAO IBatis Eclipse插件的目标是解决应用系统中整个DAO层的类和配置的自动生成,让开发人员从中解脱出来,专注自己的业务逻辑的开发,从而大幅提高开发效率。用过在Eclipse的一键操作,即可自动生成相关的代码和配置文件。

使用文档见:http://code.taobao.org/p/tao-autodao/file/2156/Tao-AutoDAO_Eclipse_Ibatis_UseGuide.zip

下载插件: http://code.taobao.org/p/tao-autodao/file/2250/updatesite.zip

插件如何安装:

说明:Tao-AutoDAO IBatis插件在Eclipse3.5和3.6、3.7环境下严格测试过且保证可用。在Eclipse3.4及以下平台下未经过严格测试。

您可以通过点击上面的下载插件链接,下载该页面的离线安装包来安装该插件。该离线安装包中plugins目录下的jar拷贝至您的Eclipse的dropins目录,重新启动Eclipse即可。

目前我们尚未提供updatesite安装地址。但是您可以自己构建自己的updatesite安装地址,方法是:下载官方主页的updatesite 压缩包,解压至您的Web容器(如Apache、tomcat、IIS等)部署目录下;然后即可通过 http://***/updatesite 的方式安装该插件。在线安装时,请通过Eclipse的Help > Install New Software直接安装。注意:安装AutoDAO插件时,在Help > Install New Software页面,请不要勾选 Contact all update sites during install to find required software。如果勾选了该项,插件安装将非常缓慢。

注意:
1.安装插件的时候,先加压,然后在install那里使用文件夹的方式安装,不能用zip,或者解压后直接放到dropins的安装方式.
2.它生成的db brower不是Hibernate下面的,不要弄错了.

猜你喜欢

转载自panyongzheng.iteye.com/blog/1602491
今日推荐