Git Repository Public Repository

RRRRHHHH_Code

URLs

Copy to Clipboard
 
fca164613c536b71c093e6104901cd35ab8522f0
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>10</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
fca164 ... Diff Diff camjan Tue 19 May, 2015 14:51:35 +0000

Some improvements done, owner deletion started, some bugs remain there

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