<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="template-xsl.xml"?>

<project>
	<name>Transaction clearing server</name>
	<objective>
		This project clears transaction files, like any typical clearing system, this server clears out the files by importing 
		them from their related format into the system data base, changing them into unified transaction data and storing them 
		into their related tables. The key feature for this server is the performance.
	</objective>
	<features>
		<feature>High performance server, 3.6 Milion transaction per hour for each processor (FDMS format)</feature>
		<feature>Parallel processing for files</feature>
		<feature>Supports parsing for two common format standards, sequential (like FDMS,VisaBaseII) and ISO-8583 (like CEKAB,IPM,ECCF,BASE24)</feature>
		<feature>Implemented formats so far is CEKAB (ISO-8583 format) and FDMS (sequential format)</feature>
		<feature>Implementation is divided into 3 Layers, giving the ability to separate the logic of work reducing 
		 the conflict between different development concepts, The layers are the General layer,RS2 Layer and Customer Layer</feature>
		<feature>Web based services that recieve the request for processing the file as an http request</feature>
		<feature>Network reserved security allowing the requests to be either sent via intranet or through a batch of specific IP addresses</feature>
		<feature>(Automation) - Auto reconnecting to the data base in case the connection is failed</feature>
		<feature>(Messaging) - Integrated with other modules and interact with them through using JMS/AQ messaging platform</feature>
	</features>
	<packages>
		<package>Oracle JDBC</package>
		<package>Network</package>
		<package>Oracle JMS-AQ</package>	
		<package>Servlet</package>
	</packages>
	<platforms>
		<platform>Windows XP/2000</platform>
		<platform>Linux Redhat</platform>
		<platform>Linux SuSi</platform>
		<platform>HP-UX</platform>
	</platforms>
	<references>
		<reference>
			<name>Mohammed Jameel</name>
			<tel>061316276930</tel>
			<addr>Große Weißgasse 3</addr>
		</reference>
	</references>
	 
	
</project>