You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-java@ibatis.apache.org by SMe Software - Rocky Castaneda <rc...@smartermanager.com> on 2010/05/11 18:29:40 UTC

New to ibator / ibatis / eclipse

Hi,

I have a table named TIMMAIN and I have successfully ran Ibator in eclipse
and generated the following structure:

com.mycompany.dao
         TIMMAINDAO.java
com.mycompany.dao.ibatis.ibatis.maps
         TIMMAIN_SqlMap.xml
com.smartermanager.dao.ibatis.impl
         TIMMAINDAOImpl.java
com.smartermanager.vo
         TIMMAIN.java
         TIMMAINExample.java

Any help on what I should do next with these ibator code?
Can you point me to a simple example how to use these files generated by
ibator?
An example on how to use ibator generated code on just one table?
Can we directly use the ibator generated code in prototyping through a JSP
scriptlet?

Any help pls tnx,

rocky