Download Latest Version tRSS1.1.5.jar (116.8 kB)
Email in envelope

Get an email when there's a new version of tRSS

Home / OldFiles
Name Modified Size InfoDownloads / Week
Parent folder
trss_palm.zip 2005-10-02 151.8 kB
tRSS.prc 2005-09-20 90.7 kB
README.txt 2005-09-13 2.6 kB
example.xml 2005-09-13 9.7 kB
tRSS.zip 2005-09-12 161.5 kB
dlog4j_src_2_0_0.zip 2005-02-20 6.9 MB
Totals: 6 Items   7.3 MB 0
/****************************************************************************/
					tRSS version 0.2
/****************************************************************************/
Overview 

This archive contains the source code ,jad and jar file  for the
tRSS version 0.2, an MIDP RSS client.The User can read headlines
from a number of news sites .It is  readable by users and can be
parsed by XML parser.  

It utilizes an object oriented design (OOD). Currently the system  is 
based on simple recordset  technology  and implements an individual
user interface.

 ------------------------------------------------------------------------------------------
 Getting Started 

The INSTALL file contains instructions and required components for
setting up a runtime environment and compiling the system. A tRSS is
written in java so you need a java virtual machine (JVM). The initial
release is oriented towards a development environment so it talks in
terms of a JDK. 
 
 ------------------------------------------------------------------------------------------
 Required for development:

 - Java development kit (J2SDK 1.4.2)
 -J2ME Wireless Toolkit 2.1

Install a JDK (Java Development Kit) and J2ME Wireless Toolkit 2.1

Follow installation instructions that came with the JDK.

Add $INSTALL_DIR/bin/ to your $PATH environment variable.

 
 ------------------------------------------------------------------------------------------
 Running the tRSS

Follow this step by step instruction :
	
	1.) Create new project on J2ME Wireless Toolkit 2.1
	
		Create new project directory called "$J2ME_DIR/app/tRSS/".
	
	2.) Unzip tRSS .zip
	
		Use your favorite Zip-Tool . Let's place
		all files into a directory called "$J2ME_DIR/app/tRSS/".

	3.) Run project
	 
		For run testing :
			Install Tomcat 5.0 follow installation instructions
			copy example.xml to $Tomcat_DIR/webapps/Root/
			start Tomcat
			test on http://localhost:8080/example.xml
		Run project in J2ME Wireless Toolkit 2.1

	        default user=admin
		default password=admin
 

 ------------------------------------------------------------------------------------------
 To do:
		-have the link emailed to him via mobile client.
		-modify parser for medical information.
		-encryption (options).

 ------------------------------------------------------------------------------------------
I am still looking into this problem and will keep you informed.

Thank you.

psaingtong@yahoo.com
/****************************************************************************/
Source: README.txt, updated 2005-09-13