-----------------------------------------------------------------
TWG Flash Uploader File Split Applet 0.5
-----------------------------------------------------------------

This package contains:

1. Selfsigned TFU File Split Applet
2. TFU File Split sources
3. Scripts to selfsign the applet.

Installation
------------

Simply open the fsa_signed.htm which loads the self signed applet.
See the souce code of this page how to include the applet properly.

Sources
-------

All sources are in the src folder of this package.
You need IntelliJ 6 to be able to modify the frontend
because I used the Gui-Designer of this IDE which stores
the layout in FileSplitApplet.form (xml).

I have added the project file you can simply open with
Intellij. You can get a 30 day license at www.intellij.com.

Build
-----

Simply compile everything with the IDE and use the jar builder
to make the fsa.jar. Intellij often adds a jar file to this 
package that makes the jar almost twice as big. You can open the
archive and delete it. It is not needed if you don't use a 
different layout manager.
Some classes (com.intellij.uidesinger.core) are from the layout 
manager. They are provided by intellij. 


Selfsign the jar
----------------
I have included 3 files to build your own signed jar:
external_genkeystore.bat - generates a keystore
external_signjar.bat - signes the tfu.jar -> creates a signed.jar
external_signed.htm - calls your jar singed by yourself jar

If you want to sign the fsa.jar you have to create a keystore 
once first: external_genkeystore.bat ;)
Then sign the jar with external_signjar.bat and test your signed jar 
with external_signed.htm.

All the bat files contain dummy data that you should change ;).

License
-------
The applet is released under the LGPL.
See license.txt

History
-------
v0.5
initial release!




