Re: [xngr-dev] XElementType
Brought to you by:
edankert
From: Edwin D. <eda...@gm...> - 2007-07-02 09:01:45
|
I'm sorry for the unexpected code changes but I wasn't aware that people were using the current code, I have created a version tag V101 for people that want to get the code for the 1.1 version. I have started work on the new 2.0 version of the XML browser, this will involve major changes to both the services APIs as the browser part. At the moment I have the following changes in mind: The main idea of the XML browser will stay the same but the services API will become simpler and will be more based on open standards, using JAXP functionality instead of dom4j functionality. The API will also look more like it does in eclipse with the use of multiple extension-points and some of the terminology might also change to be more in line with eclipse. The idea is that people for version 2.0 of the XML browser can provide any number of services but can also easily provide new browser implementations. I am planning to release 2 different browser implementations: - one that allows users to browse and explore directories - and one that allows to browse and bookmark xml documents But it should also be easy enough to create a browser implementation which is build into eclipse and one that allows to browse a xml database. All these browsers (although not sure about the eclipse version yet) should be able to use the same services. This means that there will be 2 different APIs, one for Service providers and one for Browser providers. I will try to get beta versions of these new APIs ready as soon as possible to get some feedback. This is currently still in design phase, so any suggestions are very welcome. Kind regards, Edwin -- http://www.edankert.com/ |