facebook

iBatis support

  1. MyEclipse IDE
  2.  > 
  3. Feature Requests
Viewing 15 posts - 76 through 90 (of 91 total)
  • Author
    Posts
  • #253437 Reply

    +1 for iBatis, very handy solution.

    Cheers,

    Karsten

    #253481 Reply

    chad.roberts
    Member

    Yep another vote for Ibatis +5 since we have 5 licenses

    #259280 Reply

    Love it!

    #259997 Reply

    fabio
    Participant

    +1 it’s great

    #264323 Reply

    +1 iBATIS

    #265062 Reply

    SwingCarlos
    Participant

    +1 iBatis

    #265655 Reply

    +7 iBatis we have 7 licenses

    #265664 Reply

    Riyad Kalla
    Member

    For all the iBatis folks here, 1) is anyone using iBator? 2) Does the situation with JPA/EJB3 change anyone’s mind that previous didn’t want to use Hibernate?

    #266478 Reply

    icon911
    Member

    +1 for iBatis

    #272162 Reply

    gnguyen
    Member

    +1 for iBATIS, integrated with Spring

    #274028 Reply

    kolpand
    Participant

    +1 ( and possibly +9 more if I can sell at work)

    #274081 Reply

    loester
    Member

    @support-rkalla wrote:

    For all the iBatis folks here, 1) is anyone using iBator? 2) Does the situation with JPA/EJB3 change anyone’s mind that previous didn’t want to use Hibernate?

    1) We are using the Abator plugin. You give the plugin the database details (url, username, password) along with a list of the tables from that database you want to use. Given for example that you added the table “Employee” to the list, Abator generates two objects, called “EmployeeModel” and “EmployeeDAO”. “EmployeeModel” simply contains the database fields as variables, together with setters and getters. “EmployeeDAO” on the other hand contains basic CRUD functions. If you want to add a new employee to the database, then all you have to do is basically “EmployeeDAO.insert(EmployeeModel)”.

    I’m very satisfied with Abator, but if you consider adding the Abator plugin to MyEclipse, please consider integration with the Database Explorer (so that you can select a table, and then let MyEclipse automatically generate the Model and DAO).

    2) I myself started exploring EJB3, and then also discovered Hibernate to do unit testing without having to start JBoss. But most of the programmmers here don’t use it because it takes too much time to learn. Instead they use the much simpler iBatis.

    #277963 Reply

    drvillar
    Member

    This message has not been recovered.

    #280070 Reply

    scotes
    Member

    +1 IBATIS. How much longer?

    #280183 Reply

    Riyad Kalla
    Member

    This message has not been recovered.

Viewing 15 posts - 76 through 90 (of 91 total)
Reply To: iBatis support

You must be logged in to post in the forum log in