| META TOPICPARENT | name="ContentManagementApplications" |
Home | Changes | Index | Search | Go <-- This creates the navigation links to : Home | Help | Index | etc. -->
BlogEd <-- this automatically adds a header showing the name of this page -->
BlogEd is a client side only Blog Editor put together as a quick hack by James Gosling. It is original in that all the editing a content creation (html and RSS files) is done on the client, and is then pushed to a thin server (a server with nothing more than a web server running) using ftp or ssh.
Work is going on to develop it into something larger than what it is, perhaps a fully general client side ContentManagementApplications.
In The Pipeline
GUI improvements
One gui improvement we are looking forward to is adding the usual button interface using all the new goodies from the JNDC? libraries.
Something like this is to be expected:
We should allow ourselves to fall back to a pure html mode or wiki mode, perhaps for advanced users.
Publishing to thick servers
BlogEd has allready been enhanced to use the MetaWeblog API to publish blogs to wikis such as snipsnap.
Clearly the RESTful approach taken by Atom is much cleaner and more powerful and should be added as it stabilises as a priority to BlogEd.
Improved RDF Data Format
Currently the BlogEd data format is simple but binary and a little ad hoc format. This does not make it very easy to either debug the format or enhance it.
Since a blog is a set of meta properties of an entry (who wrote it, in response to what it was written, on what date it was written) it seems natural to use the
standard language for describing resources: RDF. A lot of work along these lines has allready been done, the data structure is nearly settled on, and the implementation phase has allready partly begun.
Merging with JNN?
JNN is Java News Reader, also developed by James Gosling. As mentioned in ContentManagementApplications, a Blog Writer is going to be particularly interested in the thread preceeding his Entry addition, and any reply to his entry. He is certainly going to want to keep a copy of the context of the discussion as this could affect his position, and what he has put his name to. He will want to be allerted to these changes. A News Reader and a blog writer are therefore tools that should be cooperating tightly.
With the RDF data format in place it will be very easy to place all news stories of interest to the reader into one database, the same database as the database containing the stories written by the user himself. This will make it possible for the author to search quickly across all stories he has published or referencing his writing. Since we are placing content into an RDF database these stories will be annotable using any other RDF ontology.
WikiEd?
-- HenryStory - 23 Jul 2004
<-- Your JavaDesktop? article goes here. Please try to include at least one sentence describing this topic. -->
<-- Also please try to include at least one sentence describing where each link goes. -->
<-- Please make sure some other page points to your new article so that others can find it! -->
<-- For more on how to write Javapedia articles please read the WritingArticles? page. --> |