5. Appendices
The complete code for this example is listed here. We've split the processing into two separate classes (one for Admin database administration and one for the janitor role, called Caretaker). These classes are presented separately, but in a complete application, they should be integrated into the same application.
5.1 Janitor treatment
1 import java.sql.Connection;
2 import java.sql.DriverManager;
3 import java.sql.ResultSet;
4 import java.sql.SQLException;
5...
Exclusive to subscribers. 97% yet to be discovered!
You do not have access to this resource.
Click here to request your free trial access!
Already subscribed? Log in!
The Ultimate Scientific and Technical Reference
This article is included in
Software technologies and System architectures
This offer includes:
Knowledge Base
Updated and enriched with articles validated by our scientific committees
Services
A set of exclusive tools to complement the resources
Practical Path
Operational and didactic, to guarantee the acquisition of transversal skills
Doc & Quiz
Interactive articles with quizzes, for constructive reading
Appendices
Bibliography
Websites
Webography as of July 22, 2013 [W1] http://wiki.apache.org/db-derby/DerbySQLroutines
[W2] http://docs.oracle.com/javase/1.5.0/docs/guide/jdbc/getstart/mapping.html
[W3]...
Exclusive to subscribers. 97% yet to be discovered!
You do not have access to this resource.
Click here to request your free trial access!
Already subscribed? Log in!
The Ultimate Scientific and Technical Reference