Programming Tutorials Browser Tutorials Articles Struts Tutorials Hibernate Tutorials

  Tutorial: DataBean

The DataBean package is a java library providing functionalities of mapping a database table to a Java class (databean).

Tutorial Details:

The coding of the databean class must conform to a preset pattern so that the instances of the databean classes can perform common database operations without using much of the ugly SQL. It will not completely eliminate the SQL code in your application, but in many cases, all you need is to write some simple SQL condition, like:


String cond = \"id=\" + id;
or
String cond = \"username=\'\" + username + \"\';

DataBean is functional, stable, light-weighted, and easy to use. It can make your application much easier to code when dealing with not so sophisticated database operations


 

Read Tutorial at: Click here to view the tutorial

Rate Tutorial:
DataBean

View Tutorial:
DataBean

Related Tutorials:

Site navigation
 

 

Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.

Copyright © 2006. All rights reserved.