IBatis tools address:
http://ibatis.apache.org/docs/tools/abator/
IBatis eclipse Plugin:
http://ibatis.apache.org/tools/abator
======================================
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE abatorConfiguration PUBLIC "-//Apache Software Foundation//DTD Abator for iBATIS Configuration 1.0//EN" "http://ibatis.apache.org/dtd/abator-config_1_0.dtd" >
<abatorConfiguration>
<abatorContext generatorSet="java5">
<jdbcConnection driverClass="com.mysql.jdbc.Driver"connectionURL="jdbc:mysql://127.0.0.1:3306/test_DB" userId="orca" password="orca">
<classPathEntry location="F:/soft/programmingSoft/MySql/mysql-connector-java-5.1.10-bin.jar" />
</jdbcConnection>
<javaModelGenerator targetPackage="org.orca.model" targetProject="m2m/src" />
<sqlMapGenerator targetPackage="org.orca.model" targetProject="m2m/src" />
<daoGenerator type="SPRING" targetPackage="org.orca.dao" targetProject="m2m/src">
<property name="enableSubPackages" value="true"/>
</daoGenerator>
<table schema="test_db" tableName="employee" alias="EmployeeBean" domainObjectName="EmployeeBean" />
<table schema="test_db" tableName="project" alias="ProjectBean" domainObjectName="ProjectBean" />
<table schema="test_db" tableName="pro_emp" alias="ProjectEmployeeBean" domainObjectName="ProjectEmployeeBean" />
</abatorContext>
</abatorConfiguration>
========================================================================
Abator for Eclipse Update Site
This is the Abator for Eclipse update site. If you're not sure what Abator is, then
see this page
http://ibatis.apache.org/abator.html
If you've already installed a prior version of Abator for Eclipse, then simply run
the Eclipse Install/Update
tool and any new version will be found automatically.
If you've not already installed Abator, then you can use the built in Eclipse
install support by following these steps:
- Take the "Help>Software Updates>Find and Install" Menu Option
- Select the "Search for new features to install" radio button, press "Next"
- Press the "New Remote Site" button
- Enter the following information:
- Name:
- Abator for Eclipse Update Site
- URL:
- http://ibatis.apache.org/tools/abator
- Press OK
- Check the box next to "Abator for Eclipse Update Site"
- Follow the remainder of the install wizard
分享到:
相关推荐
点击`New Remote Site`,在弹出的对话框中的URL输入框中填写`http://ibatis.apache.org/tools/abator`,Name输入框可以任意填写。 4. 点击`Finish`完成插件安装,并重启Eclipse。 #### 四、Abator配置文件详解 - ...
在新窗口中填写`Name`为`abator`,`URL`为`http://ibatis.apache.org/tools/abator`。 3. 点击`OK`,然后`Finish`,系统将开始下载并安装Abator。 4. 安装完成后,可以在`File` -> `New`菜单中找到`Abator for ...
2. 点击“Add”,输入Name为“Abator for Eclipse Update Site”,URL为http://ibatis.apache.org/tools/abator。 3. 选择并安装Abator for Eclipse3.2,然后按照提示进行下一步,最后点击“Finish”完成安装。 4. ...
与Eclipse中的Abator不同,iBatis Plugin不仅限于代码生成,而是全方位地优化了iBatis的开发体验。 **配置iBatis Plugin** 首先,你需要从IntelliJ IDEA的插件市场下载iBatis Plugin。安装完成后,配置数据源...
- 点击对话框中的`New Remote Site`按钮,在弹出的对话框中的URL输入框中填入`http://ibatis.apache.org/tools/abator`,完成配置后点击`Finish`。 - 完成以上步骤后,即可开始安装Abator插件。安装完毕后,记得...
- Abator for Eclipse Update: [http://ibatis.apache.org/tools/ibator](http://ibatis.apache.org/tools/ibator) 2. **配置ibatis框架** - **添加ibatis.jar到项目中** 首先,需要将ibatis的jar包添加到项目...
你可以从Apache官方网站下载:http://ibatis.apache.org/tools/abator。 4. **Tomcat Plugin**:对于Tomcat服务器的支持,只需下载tomcatPluginV321插件,解压后放入Eclipse的plugins目录下。然后在Eclipse的首选项...
在接下来的界面中,点击“New Remote Site”并输入名称(自定义)和URL(http://ibatis.apache.org/tools/abator),点击“OK”完成添加。接着按照提示进行操作,插件会自动下载并安装。 2. **离线安装**: 如果...
要在Eclipse中安装ibator插件,首先打开Eclipse的插件安装界面(Help -> Install New Software...),然后在`Work With`框中输入http://ibatis.apache.org/tools/abator,按照向导进行安装。需要注意的是,ibator...
- 除了Aptana之外,还有许多其他的插件网站,如Abator([http://ibatis.apache.org/tools/abator](http://ibatis.apache.org/tools/abator))、Subclipse([http://subclipse.tigris.org/update]...
对于在线安装,你需要在"Software Updates"的搜索框中输入"Ibator"或者"http://ibatis.apache.org/tools/abator"来找到Ibator的更新源。找到后,点击添加并确认,然后按照提示进行安装。安装过程中,可能需要你确认...
例如,安装iBatis插件,可以输入Name为`Abator for Eclipse Update`,URL为`http://ibatis.apache.org/tools/ibator`,然后按照提示操作即可。 - 另一个例子是JSEclipse插件,用于增强JavaScript开发,URL为`...