Author: crossley Date: Mon Oct 18 23:16:41 2004 New Revision: 55052 Modified: incubator/public/trunk/site-author/projects/ibatis.cwiki Log: The jskwiki transformer does not like superfluous spaces at beginning of line. IIRC a new Forrest fixes this, but we are still using an old specific Forrest.
Modified: incubator/public/trunk/site-author/projects/ibatis.cwiki ============================================================================== --- incubator/public/trunk/site-author/projects/ibatis.cwiki (original) +++ incubator/public/trunk/site-author/projects/ibatis.cwiki Mon Oct 18 23:16:41 2004 @@ -5,11 +5,11 @@ !!! Description - The iBATIS Data Mapper framework makes it easier to use a database with Java and .NET applications. iBATIS couples objects with stored procedures or SQL statements using a XML descriptor. - - Simplicity is the biggest advantage of the iBATIS Data Mapper over object relational mapping tools. To use iBATIS Data Mapper you rely on your own objects, XML, and SQL. There is little to learn that you don't already know. - - With iBATIS Data Mapper you have the full power of both SQL and stored procedures at your fingertips +The iBATIS Data Mapper framework makes it easier to use a database with Java and .NET applications. iBATIS couples objects with stored procedures or SQL statements using a XML descriptor. + +Simplicity is the biggest advantage of the iBATIS Data Mapper over object relational mapping tools. To use iBATIS Data Mapper you rely on your own objects, XML, and SQL. There is little to learn that you don't already know. + +With iBATIS Data Mapper you have the full power of both SQL and stored procedures at your fingertips !!! News @@ -34,7 +34,7 @@ | . | gbayon | Gilles Bayon | . | bgoodin | Brandon Goodin | . | lmeadors | Larry Meadors - + * Websites for prior SourceForge projects: [(Java)|http://ibatis.com/] [(.NET)|http://ibatisnet.sf.net/] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
