Hi,
Our application will be a desktop application with data in XML fomrat. The
data is nothing but articles stored as XML and will be displayed in HTML
format with the help of XSLT. For this we are using BaseX as desktop DB.
Just changed to 7.6.
The front-end will have a ListBox displaying the names of the articles, when
selected by user, will display the transformed (HTML) document. Along with
this
functionality, we have given a search tool, which have some common XQuery
features
like; Exact Phrase, Proximity Search, Word1 OR Word, Word1 NOT Word2...
This is what we have done successfully.
Now we are stucked at one point. We have to give an online update facility
through which the user DB will get updated, if not, as soon as he goes
online.
This part is also done but...
While updating, the our application doesnt response till the updates are
done.
The user can't interact with the application.
What we have planned is updating should be done as a background process and
the user can interact with the application while updating.
Also after updating the DB should get optimize and the updates should get
reflected
at the front-end.
I hope I have cleared our needs and now waiting for your answer/suggestions.
Have a nice day
Pratik