Git Repository Public Repository

RRRRHHHH_Code

URLs

Copy to Clipboard
 
6a5d4dad58d39bd2f78b516a2e2062472716eeef
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<config>
<businessLogic local="true"> 
	<businessLogicNode>localhost</businessLogicNode>
	<portRMI>1099</portRMI>
	<serviceRMI>RuralHouses</serviceRMI>
</businessLogic>
	<database local="true">
	<databaseNode>localhost</databaseNode>
	<db4oFilename>db/casas.db4o</db4oFilename>
	<dataBaseOpenMode>initialize</dataBaseOpenMode>
	<activationDepth>10</activationDepth>
	<updateDepth>8</updateDepth>
	<databasePort>8100</databasePort>
	<user>softEng</user>
	<password>i4softwEngin2matx</password>
</database>
<javaPolicyPath>java.policy</javaPolicyPath>
</config>

Commits for RRRRHHHH_CoderuralHouses/config.xml

Diff revisions: vs.
Revision Author Commited Message
6a5d4d ... Diff Diff camjan Sun 17 May, 2015 20:35:45 +0000

Booking confirmation and e-mail service added. Some bugs to be solved.

0f75b2 ... Diff Diff camjan Sat 16 May, 2015 14:34:49 +0000

Username is saved hashed and password hashed and salted

06a849 ... pinene picture pinene Sat 07 Mar, 2015 13:48:38 +0000

unification with the actual initial project. Some things are new now, but there has been a feature that has been deleted.\n The feature of opening and closing the database per each query/store has been deleted by now