|
From: Kevin D. <one...@ho...> - 2002-06-13 04:08:21
|
Sorry for the long absence but was in a tornado of work and projects since
September. Been in the dark working my ass off for backend web systems.
Once again I can spare some time for this project.
I've kept up on all the messages but am not sure where everything stands -
where we are and where this project has started heading towards since I hear
alot about EJB and Bebop?
Since I don't know exactly where everyone is I'll start at where I left off
which was the beginning.
Let's keep the Class specs but let's now focus what should be the heart
of this app. I think an XML parser should be the center of this program
since it will provide us with the ability to parse the HTML - XML - and get
into the nitty gritty of parsing the Javascript code. The XML parser also
fits in nicely with the ability of this program to be easily updated and
actually personalized. I mean by this is that we can create XML Docs that
spell out the HTML 4.+ specifications so they can be easily altered if the
specification changes - an XML Doc to spec the DynAPI so it can be easily
altered when it changes - Javascript Specs in XML format - and even an XML
doc so the users can create there own Code Libraries. All of this will be
done by XML DTD's that will be parsed by the XML parser. The program will
of course autogenerate the XML code and a GUI will be used to alter specs.
This way we don't have to hard code the specs of any of these things and the
program will run off of the DTD's and we can change the XML docs easily
whenever the specs or versions change.
Here's the XML parser written in java - open source. (files attached)
Kevin D.
ks...@ho...
|