[OT] Re: IBatis???

2004-02-14 Thread Guido GarcĂ­a Bernardo
www.ibatis.com

iBATIS SQL Maps provides a very simple and flexible means of moving data 
between your Java objects and a relational database. Use the full power 
of real SQL without a single line of JDBC code!
http://www.ibatis.com/common/sqlmaps.html

iBATIS DAO is an abstraction layer that hides the details of your 
persistence solution and provides a common API to the rest of your 
application.
http://www.ibatis.com/common/dao.html

Regards

[EMAIL PROTECTED] wrote:

Hi,

can any one tell me what is  IBatis?
where can i get reference doc/tutorial for the same
Thanks and Regards

O. Subramaniam.
Tata Consultancy Services.
Chennai.
Mailto: [EMAIL PROTECTED]
Website: http://www.tcs.com


DISCLAIMER: The information contained in this message is intended only and solely for 
the addressed individual or entity indicated in this message and for the exclusive use 
of the said addressed individual or entity indicated in this message (or responsible 
for delivery
of the message to such person) and may contain legally privileged and confidential 
information belonging to Tata Consultancy Services. It must not be printed, read, 
copied, disclosed, forwarded, distributed or used (in whatsoever manner) by any person 
other than the
addressee. Unauthorized use, disclosure or copying is strictly prohibited and may 
constitute unlawful act and can possibly attract legal action, civil and/or criminal. 
The contents of this message need not necessarily reflect or endorse the views of Tata 
Consultancy Services
on any subject matter. Any action taken or omitted to be taken based on this message 
is entirely at your risk and neither the originator of this message nor Tata 
Consultancy Services takes any responsibility or liability towards the same. Opinions, 
conclusions and any other
information contained in this message that do not relate to the official business of 
Tata Consultancy Services shall be understood as neither given nor endorsed by Tata 
Consultancy Services or any affiliate of Tata Consultancy Services. If you have 
received this message in error,
you should destroy this message and may please notify the sender by e-mail. Thank you.
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


[OT] RE: iBatis DAO + Hibernate?

2003-12-16 Thread Wendy Smoak
> From: Ted Husted [mailto:[EMAIL PROTECTED] 
> You might be confiusing the iBATIS SqlMaps framework with the 
> seperate and distict iBATIS DAO framework.
> The DAO framework is not linked to SqlMaps and should work with 
> anything. Otherwise, it could not be a DAO framework, since the whole 
> idea is that you can change persistence implementations.

Do you have a link to the iBATIS DAO framework?  All I can find is this:
http://www.ibatis.com/common/download.html (iBATIS DB Layer) but the pdf
is all about SqlMap.  

Specifically, I'm looking for a DAO framework that does NOT assume JDBC.
I've already written my own, I just followed the J2EE Data Access
Objects pattern/blueprint, but I'd like to see if I can crib some
additional features and generally see if I can improve mine.

Thanks,
-- 
Wendy Smoak
Application Systems Analyst, Sr.
ASU IA Information Resources Management 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [OT] RE: iBatis DAO + Hibernate?

2003-12-16 Thread David Erickson
If you look towards the very end of the PDF it describes the DAO Wendy.
-David

- Original Message - 
From: "Wendy Smoak" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Tuesday, December 16, 2003 3:35 PM
Subject: [OT] RE: iBatis DAO + Hibernate?


> From: Ted Husted [mailto:[EMAIL PROTECTED] 
> You might be confiusing the iBATIS SqlMaps framework with the 
> seperate and distict iBATIS DAO framework.
> The DAO framework is not linked to SqlMaps and should work with 
> anything. Otherwise, it could not be a DAO framework, since the whole 
> idea is that you can change persistence implementations.

Do you have a link to the iBATIS DAO framework?  All I can find is this:
http://www.ibatis.com/common/download.html (iBATIS DB Layer) but the pdf
is all about SqlMap.  

Specifically, I'm looking for a DAO framework that does NOT assume JDBC.
I've already written my own, I just followed the J2EE Data Access
Objects pattern/blueprint, but I'd like to see if I can crib some
additional features and generally see if I can improve mine.

Thanks,
-- 
Wendy Smoak
Application Systems Analyst, Sr.
ASU IA Information Resources Management 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [OT] RE: iBatis DAO + Hibernate?

2003-12-16 Thread Larry Meadors
The iBATIS DAO is for sure *not* sqlmap or jdbc specific. 

I have used the iBATIS DAO for LDAP and file system based data access.

Larry

>>> [EMAIL PROTECTED] 12/16/03 3:35 PM >>>
> From: Ted Husted [mailto:[EMAIL PROTECTED] 
> You might be confiusing the iBATIS SqlMaps framework with the 
> seperate and distict iBATIS DAO framework.
> The DAO framework is not linked to SqlMaps and should work with 
> anything. Otherwise, it could not be a DAO framework, since the whole 
> idea is that you can change persistence implementations.

Do you have a link to the iBATIS DAO framework?  All I can find is this:
http://www.ibatis.com/common/download.html (iBATIS DB Layer) but the pdf
is all about SqlMap.  

Specifically, I'm looking for a DAO framework that does NOT assume JDBC.
I've already written my own, I just followed the J2EE Data Access
Objects pattern/blueprint, but I'd like to see if I can crib some
additional features and generally see if I can improve mine.

Thanks,
-- 
Wendy Smoak
Application Systems Analyst, Sr.
ASU IA Information Resources Management 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]