|
Last
revision of this document: |
This
is document contains the code for Class JSBS_XML_Connections.
For
easy 'cut and paste' ;-)
package
js_base.xml;
import
org.jdom.Element;
import
js_base.structures.JSBS_UniversalParameters;
/**
*
* @author kurt@javascout.biz
*
@date 2006-08-23
*
* @description
*
Class with specialized methods for getting parameters for the
connection to
* a database-system or a
Java-Application-Server (JAS).
* This class
inherits JSBS_XML_Base and uses its methods to read a
file
* containing a XML-structure.
*
* @change-log
*
when who why
*
--------------------------------------------------------
*
*/
public
class JSBS_XML_Connections
extends