JFile5_2XML vBeta

last update: 1st April 2007
Latest Documentation / zip / sit
Database name:*
Database Creator:JFi5
Type:Freeware

A Java desktop Application to export the content of a pdb created with jFile5 to a XML file.

latest change:

This is a Java Desktop Application for MAC, Windows, Linux and all Plattforms supporting Java 1.1.8 or better.
To run this software you need a Java Runtime Environment (JRE) or Java Development Kit (JDK).

You have to install a Jave Runtime Invironment like it is distributed by SUN, IBM or Apple. Up to now it has no GUI. It is a comand line driven utility. For Apple you can use Tools like JShell or JBindery to run the Application from the shell.

View the data of a JFile5 Database in a Browser. JFile is a Database Software avaliable from Land-J Technologies www.land-j.com.

This is a Java Desktop Application for MACWindows, Linux and all Plattforms supporting Java 1.1.8. or better (test on Windows nd MAC OS classic).

This software is Freeware, but not for comercial use. Conatct the author for further questions.

This Application exports all records of the JFile pdb File to a XML File.
Use Pilo-xfer or other tools to export the database from your palm to the platform you prefer.

Start to browse with the Index.html file. It contains a list of all records, one record per row. The records are not sorted or filtered up to now.

Syntax:

  • using a JDK (Java Development Environment):
     
    • java -cp JFile5_2XML.jar STARTER JFile5_2XML NameOfTheJFile5.pdb XMLFileName
  • if you have just installed a JRE (Java Runtime Environment):
     
    • jre -cp JFile5_2XML.jar STARTER JFile5_2XML NameOfTheJFile5.pdb XMLFileName

Be careful, the Java Runtime environment is case sensitve.

The JFile5_2HTML.JAR has to be included to the classpath or provide it with the -cp parameter to the Java Virtuell Machine.

It will work with JFile5 compatible Databases. No other Databases can be listed with it.

The JFile name has been used with permission from Land-J Technologies.

Sample:

	
	<!-- created on 11.04.2006 17:05:55 with JFile5_2XML written by Juergen.Schwister@gmx.net http://home.vr-web.de/~jSwi
 -->
<JFile5>
	<databaseHeader>	
		<name>JFile5-Sample</name>
		<creator>JFi5</creator>
		<type>JfD5</type>
		<created>11.04.2006 17:05:55</created>
		<lastBackup>11.04.2006 17:05:55</lastBackup>
		<lastModification>11.04.2006 17:05:55</lastModification>
		<attributes>0</attributes>
		<modificationNumber>73</modificationNumber>
		<uniqueID>2551811</uniqueID>
		<version>57</version>
		<numRecords>2</numRecords>
	</databaseHeader>
	<!-- may change, format not final -->
	<AppInfo>	
		<!-- may change, format not final -->
		<sort />
		<advancedFilter />
	</AppInfo>
	<columnlist>	
		<column id="string" colwidth="80" typename="STRING" type="1"></column>
		<column id="boolean" colwidth="80" typename="BOOLEAN" type="2"></column>
		<column id="date" colwidth="80" typename="DATE" type="4"></column>
		<column id="time" colwidth="80" typename="TIME" type="32"></column>
		<column id="popup" colwidth="80" typename="LIST" type="64">		
			<value>list1</value>
			<value>list2</value>
		</column>
		<column id="int" colwidth="80" typename="INT" type="8"></column>
		<column id="float" colwidth="80" typename="FLOAT" type="16"></column>
		<column id="calc" colwidth="80" typename="CALC" type="70">		
			<fieldExtraData>50659331</fieldExtraData>
			<fieldExtraData2>3</fieldExtraData2>
			<protected>true</protected>
		</column>
		<column id="popupwithlist" colwidth="80" typename="POPUP_MULTIPLE" type="81">		
			<protected>true</protected>
			<defaultvalue>defaultvalue</defaultvalue>
		</column>
		<column id="pp-referenz" colwidth="80" typename="LIST" type="64">		
			<fieldExtraData2>1</fieldExtraData2>
			<value>key</value>
			<value>value</value>
		</column>
		<column id="pp-withreftoDB" colwidth="80" typename="POPUP_MULTIPLE" type="81">		
			<fieldExtraData2>1</fieldExtraData2>
			<protected>true</protected>
		</column>
	</columnlist>
	<recordlist>	
		<record id="1">		
			<string />
			<boolean>0</boolean>
			<date />
			<time />
			<popup />
			<int />
			<float />
			<calc>0</calc>
			<popupwithlist>defaultvalue</popupwithlist>
			<pp-referenz />
			<pp-withreftoDB />
		</record>
		<record id="2">		
			<string>adfgas</string>
			<boolean>1</boolean>
			<date>4/6/2006</date>
			<time>1:55 pm</time>
			<popup>list2</popup>
			<int>2</int>
			<float>23,5</float>
			<calc>310.000</calc>
			<popupwithlist>asdadsf</popupwithlist>
			<pp-referenz />
			<pp-withreftoDB />
		</record>
	</recordlist>
</JFile5>
		

Tested on Palm OS 3.3, 3.4, 4.0 and 5.0.

Any distribution of that Software via CD-ROM, Internet or other media without the permission of the author is not allowed.

This software can be used free of charge, except for commercial use. Please refer to the licence agreement for further details. Conatct the author if you have any further questions.

These applications are distributed as archives files. To extract the original files from an archive, you can use WinZip (.zip) for Windows or StuffIt Expander (.sit) for Macs.

Any comments are appreciated.

Kind regards

Juergen Schwister


wish list

Known bugs

History


by Jürgen Schwister @ http://www.jSwi.de