<?xml version="1.0" encoding="utf-7"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
<channel>
<title>Rai Studies</title>
<atom:link href="http://www.raistudies.com/feed/" rel="self" type="application/rss+xml" />
<link>http://www.raistudies.com</link>
<description>Quick Start Site for JAVA Developers</description>
<lastBuildDate>Sun, 16 Dec 2012 05:20:45 +0000</lastBuildDate>
<language>en-US</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>http://wordpress.org/?v=3.5</generator>
<item>
<title>JQuery Selectors &#8211; by id, name or tag</title>
<link>http://www.raistudies.com/jquery-tutorials/jquery-selectors-by-id-name-tag/</link>
<comments>http://www.raistudies.com/jquery-tutorials/jquery-selectors-by-id-name-tag/#comments</comments>
<pubDate>Thu, 13 Dec 2012 19:05:19 +0000</pubDate>
<dc:creator>Rahul</dc:creator>
<category>
<![CDATA[JQuery]]>
</category>
<guid isPermaLink="false">http://www.raistudies.com/?p=1110</guid>
<description>
<![CDATA[JQuery is a JavaScript library that makes most of the work, that we do daily for the client side manipulation, easy to perform. In this tutorial, we will see how to select DOM elements using JQuery with their ids or &#8230;<p class="read-more"><a href="http://www.raistudies.com/jquery-tutorials/jquery-selectors-by-id-name-tag/">Read more &#187;</a></p>]]>
</description>
<wfw:commentRss>http://www.raistudies.com/jquery-tutorials/jquery-selectors-by-id-name-tag/feed/</wfw:commentRss>
<slash:comments>0</slash:comments>
</item>
<item>
<title>Spring MVC 3 CRUD example with MyBatis 3</title>
<link>http://www.raistudies.com/spring/spring-mvc/spring-mvc-3-crud-example-with-mybatis-3/</link>
<comments>http://www.raistudies.com/spring/spring-mvc/spring-mvc-3-crud-example-with-mybatis-3/#comments</comments>
<pubDate>Sun, 22 Apr 2012 03:44:54 +0000</pubDate>
<dc:creator>Rahul</dc:creator>
<category>
<![CDATA[MyBatis]]>
</category>
<category>
<![CDATA[Spring MVC]]>
</category>
<category>
<![CDATA[CRUD]]>
</category>
<category>
<![CDATA[MVC]]>
</category>
<category>
<![CDATA[Spring]]>
</category>
<guid isPermaLink="false">http://www.raistudies.com/?p=1000</guid>
<description>
<![CDATA[In this tutorial series, we will go through a journey of learning stuffs that will make us comfortable with integrating MyBatis 3 and Spring MVC 3 to perform a CRUD operation on database. Example Project description: We have a domain &#8230;<p class="read-more"><a href="http://www.raistudies.com/spring/spring-mvc/spring-mvc-3-crud-example-with-mybatis-3/">Read more &#187;</a></p>]]>
</description>
<wfw:commentRss>http://www.raistudies.com/spring/spring-mvc/spring-mvc-3-crud-example-with-mybatis-3/feed/</wfw:commentRss>
<slash:comments>0</slash:comments>
</item>
<item>
<title>Spring MVC 3 controller for performing CRUD operation using MyBatis(iBatis) 3</title>
<link>http://www.raistudies.com/spring/spring-mvc/spring-mvc-3-controller-for-performing-crud-operation-using-mybatisibatis-3/</link>
<comments>http://www.raistudies.com/spring/spring-mvc/spring-mvc-3-controller-for-performing-crud-operation-using-mybatisibatis-3/#comments</comments>
<pubDate>Sun, 22 Apr 2012 03:22:36 +0000</pubDate>
<dc:creator>Rahul</dc:creator>
<category>
<![CDATA[MyBatis]]>
</category>
<category>
<![CDATA[Spring MVC]]>
</category>
<category>
<![CDATA[CRUD]]>
</category>
<category>
<![CDATA[MVC]]>
</category>
<category>
<![CDATA[Spring]]>
</category>
<guid isPermaLink="false">http://www.raistudies.com/?p=1074</guid>
<description>
<![CDATA[Till now we have created CRUD database service for the domain class &#8220;User&#8221; and also integrated MyBatis configuration with Spring Configuration file. Next, we will create an web page using Spring MVC to use MyBatis CRUD service to perform operations to database. &#8230;<p class="read-more"><a href="http://www.raistudies.com/spring/spring-mvc/spring-mvc-3-controller-for-performing-crud-operation-using-mybatisibatis-3/">Read more &#187;</a></p>]]>
</description>
<wfw:commentRss>http://www.raistudies.com/spring/spring-mvc/spring-mvc-3-controller-for-performing-crud-operation-using-mybatisibatis-3/feed/</wfw:commentRss>
<slash:comments>1</slash:comments>
</item>
<item>
<title>Ajax Form Validation using Spring MVC and JQuery</title>
<link>http://www.raistudies.com/spring/spring-mvc/ajax-form-validation-using-spring-mvc-and-jquery/</link>
<comments>http://www.raistudies.com/spring/spring-mvc/ajax-form-validation-using-spring-mvc-and-jquery/#comments</comments>
<pubDate>Sat, 25 Feb 2012 15:42:55 +0000</pubDate>
<dc:creator>Rahul</dc:creator>
<category>
<![CDATA[Spring MVC]]>
</category>
<category>
<![CDATA[Ajax]]>
</category>
<category>
<![CDATA[Form Validation]]>
</category>
<category>
<![CDATA[MVC]]>
</category>
<category>
<![CDATA[Spring]]>
</category>
<guid isPermaLink="false">http://www.raistudies.com/?p=1038</guid>
<description>
<![CDATA[In this tutorial, we will see how to validate a form on server side using Ajax with Spring MVC and JQuery. Spring MVC provides a very convenient process for adoption of Ajax with annotation driven configuration. We will use this annotation driven &#8230;<p class="read-more"><a href="http://www.raistudies.com/spring/spring-mvc/ajax-form-validation-using-spring-mvc-and-jquery/">Read more &#187;</a></p>]]>
</description>
<wfw:commentRss>http://www.raistudies.com/spring/spring-mvc/ajax-form-validation-using-spring-mvc-and-jquery/feed/</wfw:commentRss>
<slash:comments>14</slash:comments>
</item>
<item>
<title>Integrating MyBatis 3 and Spring frameworks &#8211; Part 2</title>
<link>http://www.raistudies.com/spring/integrating-mybatis-3-and-spring-frameworks-part-2/</link>
<comments>http://www.raistudies.com/spring/integrating-mybatis-3-and-spring-frameworks-part-2/#comments</comments>
<pubDate>Mon, 06 Feb 2012 14:56:09 +0000</pubDate>
<dc:creator>Rahul</dc:creator>
<category>
<![CDATA[MyBatis]]>
</category>
<category>
<![CDATA[Spring Framework]]>
</category>
<category>
<![CDATA[Integration]]>
</category>
<category>
<![CDATA[Spring]]>
</category>
<guid isPermaLink="false">http://www.raistudies.com/?p=1007</guid>
<description>
<![CDATA[         MyBatis 3 is very powerful SQL mapping framework with automatic database access class generation using a proxy implementation of the services defined by users. We get realize it&#8217;s true power if you integrate MyBatis 3 with Spring framework and &#8230;<p class="read-more"><a href="http://www.raistudies.com/spring/integrating-mybatis-3-and-spring-frameworks-part-2/">Read more &#187;</a></p>]]>
</description>
<wfw:commentRss>http://www.raistudies.com/spring/integrating-mybatis-3-and-spring-frameworks-part-2/feed/</wfw:commentRss>
<slash:comments>2</slash:comments>
</item>
<item>
<title>Creating CRUD service using MyBatis 3 Mapping Framework &#8211; Part 1</title>
<link>http://www.raistudies.com/spring/spring-mvc/creating-crud-service-using-mybatis-3-mapping-framework/</link>
<comments>http://www.raistudies.com/spring/spring-mvc/creating-crud-service-using-mybatis-3-mapping-framework/#comments</comments>
<pubDate>Mon, 06 Feb 2012 14:55:01 +0000</pubDate>
<dc:creator>Rahul</dc:creator>
<category>
<![CDATA[MyBatis]]>
</category>
<category>
<![CDATA[Spring MVC]]>
</category>
<category>
<![CDATA[CRUD]]>
</category>
<category>
<![CDATA[Database]]>
</category>
<guid isPermaLink="false">http://www.raistudies.com/?p=973</guid>
<description>
<![CDATA[In first step of our tutorial series, Spring MVC 3 CRUD example with MyBatis 3, we will define a MyBatis service that will help us to perform CRUD operation on database. We have a domain class for User and a &#8230;<p class="read-more"><a href="http://www.raistudies.com/spring/spring-mvc/creating-crud-service-using-mybatis-3-mapping-framework/">Read more &#187;</a></p>]]>
</description>
<wfw:commentRss>http://www.raistudies.com/spring/spring-mvc/creating-crud-service-using-mybatis-3-mapping-framework/feed/</wfw:commentRss>
<slash:comments>1</slash:comments>
</item>
<item>
<title>Inserting auto generated id using mybatis and return the generated id to java</title>
<link>http://www.raistudies.com/mybatis/inserting-auto-generated-id-using-mybatis-return-id-to-java/</link>
<comments>http://www.raistudies.com/mybatis/inserting-auto-generated-id-using-mybatis-return-id-to-java/#comments</comments>
<pubDate>Sat, 07 Jan 2012 05:00:28 +0000</pubDate>
<dc:creator>Rahul</dc:creator>
<category>
<![CDATA[MyBatis]]>
</category>
<category>
<![CDATA[Database]]>
</category>
<category>
<![CDATA[iBatis]]>
</category>
<category>
<![CDATA[Insert]]>
</category>
<guid isPermaLink="false">http://www.raistudies.com/?p=977</guid>
<description>
<![CDATA[In our previous tutorial of MyBatis, we see how to configure MyBatis in in your project and insert data to database using Mybatis proxy functionality. You have notice that, in real life projects the value of id columns are generated &#8230;<p class="read-more"><a href="http://www.raistudies.com/mybatis/inserting-auto-generated-id-using-mybatis-return-id-to-java/">Read more &#187;</a></p>]]>
</description>
<wfw:commentRss>http://www.raistudies.com/mybatis/inserting-auto-generated-id-using-mybatis-return-id-to-java/feed/</wfw:commentRss>
<slash:comments>2</slash:comments>
</item>
<item>
<title>Configuring MyBatis 3</title>
<link>http://www.raistudies.com/mybatis/configuring-mybatis-3/</link>
<comments>http://www.raistudies.com/mybatis/configuring-mybatis-3/#comments</comments>
<pubDate>Tue, 20 Dec 2011 16:52:36 +0000</pubDate>
<dc:creator>Rahul</dc:creator>
<category>
<![CDATA[MyBatis]]>
</category>
<category>
<![CDATA[Database]]>
</category>
<guid isPermaLink="false">http://www.raistudies.com/?p=963</guid>
<description>
<![CDATA[     MyBatis is a very popular and also most efficient SQL mapping framework. MyBatis is available for both in java as well as .net language. MyBatis is not really an alternative of Hibernate but we can use this framework to &#8230;<p class="read-more"><a href="http://www.raistudies.com/mybatis/configuring-mybatis-3/">Read more &#187;</a></p>]]>
</description>
<wfw:commentRss>http://www.raistudies.com/mybatis/configuring-mybatis-3/feed/</wfw:commentRss>
<slash:comments>2</slash:comments>
</item>
<item>
<title>Using c:set taglib to set property of object stored in scope variable</title>
<link>http://www.raistudies.com/c-jstl/cset-taglib-to-set-property-in-object-stored-scope-varible/</link>
<comments>http://www.raistudies.com/c-jstl/cset-taglib-to-set-property-in-object-stored-scope-varible/#comments</comments>
<pubDate>Sat, 03 Dec 2011 07:19:27 +0000</pubDate>
<dc:creator>Rahul</dc:creator>
<category>
<![CDATA[C JSTL]]>
</category>
<category>
<![CDATA[jstl]]>
</category>
<guid isPermaLink="false">http://www.raistudies.com/?p=953</guid>
<description>
<![CDATA[Previous example, we say how to use &#60;c:set/&#62; to set primitive value in scope variables and attributes that can be used in this taglib. In this example, we will see the way to set property of object stored in scope &#8230;<p class="read-more"><a href="http://www.raistudies.com/c-jstl/cset-taglib-to-set-property-in-object-stored-scope-varible/">Read more &#187;</a></p>]]>
</description>
<wfw:commentRss>http://www.raistudies.com/c-jstl/cset-taglib-to-set-property-in-object-stored-scope-varible/feed/</wfw:commentRss>
<slash:comments>2</slash:comments>
</item>
<item>
<title>Core JSTL c:set and c:remove example</title>
<link>http://www.raistudies.com/c-jstl/core-jstl-cset-and-cremove-example/</link>
<comments>http://www.raistudies.com/c-jstl/core-jstl-cset-and-cremove-example/#comments</comments>
<pubDate>Sat, 03 Dec 2011 06:20:18 +0000</pubDate>
<dc:creator>Rahul</dc:creator>
<category>
<![CDATA[C JSTL]]>
</category>
<category>
<![CDATA[jstl]]>
</category>
<guid isPermaLink="false">http://www.raistudies.com/?p=941</guid>
<description>
<![CDATA[In this tutorial, we will come to know how to use &#60;c:set/&#62; and &#60;c:remove/&#62; taglibs to set a value to an attribute in any scope and remove an attribute from any scope. First of all, let us see the specifications &#8230;<p class="read-more"><a href="http://www.raistudies.com/c-jstl/core-jstl-cset-and-cremove-example/">Read more &#187;</a></p>]]>
</description>
<wfw:commentRss>http://www.raistudies.com/c-jstl/core-jstl-cset-and-cremove-example/feed/</wfw:commentRss>
<slash:comments>0</slash:comments>
</item>
</channel>
</rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: basic (Session started)
Database Caching using disk: basic
Object Caching 1175/1366 objects using disk: basic

Served from: www.raistudies.com @ 2013-05-25 01:56:26 -->