Agility eLetter May, 2004
|
In this issue... In this issue, we have a
detailed article on Introduction to Java Persistence with Hibernate. Abstract:JDBC is Java's solution for encapsulating the DBMS from the application code. However, using it requires developers to write SQL queries and exposes the data model to the application code. JDO is an effort to fully abstract and encapsulate the database from the application code and it realizes that through byte code enhancement. One alternate solution that is gaining popularity is Hibernate. In this article we present an introduction to the Hibernate open source persistence framework using a simple example. Please visit http://www.agiledeveloper.com/download.aspx to download the complete article from the Agile Developer web site. |
|
Message from us If
you would like any question to be addressed or topic to be discussed, please
send us an email at agility@agiledeveloper.com. At the end of the year, one
person will be randomly selected from the list of respondents for a special
prize. We would like to hear from you. Please send
suggestions, corrections and comments to agility@agiledeveloper.com. |
|
Quiz corner Fill in the blanks: In Ant,
properties are __________ however, they may be ___________. Send your response to agility@agiledeveloper.com,
and you may become the winner of 2004 Agility special prize. The more quizzes
you answer, the better your chances are to be a winner! Quiz from the past issue By default, in .NET, what
will be the result of evaluating the expression a/b, if b is assigned a value
of 0? Answer! This quiz received an overwhelming number of responses (some correct and some not). The name of each one who responded has been entered for the year end drawing. The first and (almost) correct response came from Vijay! If the operands ‘a’ or ‘b’ is a Double or a Single, then it returns INFINITY. Otherwise it throws a DivideByZeroException exception. |
|
Subscription Information To subscribe or unsubscribe to the free issues of Agility eLetter, please visit http://www.agiledeveloper.com/eLetter.aspx. |
|
Thus spake... ‘What
is done with pleasure is done to full measure,’ – author unknown. |