Hey, I took some time to document the framework jpass project. (See doc section). It describes the status and the sub-projects and should give guideline for the developers. I will define te sub-projects soon.
Cheers / dzone
The jpass cvs is a bit of a mess right now. (
I imported a full jbuilder directory) which I
regret right now, as it's cumbersome to remove using cvs.
I am in the process of cleaning up and perhaps do
an all new import.
keep you posted / dzone
JPass is now in the cvs repository. (I propably imported some dodgy files, clean up will be needed later on).
the module name is webpass.
To compile and run:
- I use JBuilder, adding JAXP, JAXM & apache soap
will allow you to compile the jpass.
- you can use the included .jxp if jbuilder is your prefered Java IDE
- The code has some win32 dependencies which need adaptation for other platform (need to use system file separator).
- The code still has some bugs, no manual, no readme, but I managed to separate the code in
several classes which should get you going pretty quickly.
- I will, post some tasks soon in order to get things going. main areas will be:
GUI, DOM engine, Server, Security, and MIDP client ........ read more