<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent posts to news</title><link href="https://sourceforge.net/p/cweb/news/" rel="alternate"/><link href="https://sourceforge.net/p/cweb/news/feed.atom" rel="self"/><id>https://sourceforge.net/p/cweb/news/</id><updated>2012-09-30T16:03:43.088000Z</updated><subtitle>Recent posts to news</subtitle><entry><title>Developer CVS</title><link href="https://sourceforge.net/p/cweb/news/2006/05/developer-cvs/" rel="alternate"/><published>2012-09-30T16:03:43.088000Z</published><updated>2012-09-30T16:03:43.088000Z</updated><author><name>Bryan Thompson</name><uri>https://sourceforge.net/u/thompsonbry/</uri></author><id>https://sourceforge.netf3b92d470769487836e02ff6acfd64a5cac25ee2</id><summary type="html">SourceForge developer CVS has experienced a crash resulting in lost updates.  The new developer CVS service is now online.  The CognitiveWeb project hass verified its CVS archive and is realizing a migration to the new CVS services, including restoration of lost updates to the new developer CVS server (done), a host name change for the developer CVS, and use of rsync for CVS backup.  This change will take a while to propagate through all CVS modules and will not be reflected in released artifacts until the next release of that artifact.

Details of the SourceForge developer CVS problem are available online at http://sourceforge.net/docman/display_doc.php?docid=2352&amp;amp;group_id=1

The CognitiveWeb hosts critical open source infrastructure efforts in 
web architecture, semantic web, and fuzzy logics designed to 
facilitate collaborative decision-making, critical thinking and 
conflict resolution processes. The goal of the CognitiveWeb is to 
extend human decision-making horizons by compensating for some 
intrinsic aspects of selective attention. See 
http://www.cognitiveweb.org or 
http://www.sourceforge.net/projects/cweb for more information. </summary></entry><entry><title>Extensible Serialization Framework: release 0.1-b2.</title><link href="https://sourceforge.net/p/cweb/news/2006/05/extensible-serialization-framework-release-01-b2/" rel="alternate"/><published>2012-09-30T16:03:43.025000Z</published><updated>2012-09-30T16:03:43.025000Z</updated><author><name>Bryan Thompson</name><uri>https://sourceforge.net/u/thompsonbry/</uri></author><id>https://sourceforge.net308e8ca5b4155c9970fa0fe67a7a3bd33970c5ef</id><summary type="html">extSer is a framework for fast, compact, and extensible serialization
of objects. Support is provided for both simple object (record at a
time) and stream-based object graph serialization.  Custom
serialization handlers may be registered for a Class. Transparent
versioning of the serialization format is supported for all objects.
Historical serialization formats may be read transparently and objects
will be promoted to the most current serialization format on write.

This is a bug fix release.  The initial release was specific to Java
1.5.  This release is compatible with Java 1.4.  Other changes include
removal of IOException from most method signatures.  extSer is
currently used by the jdbm project, http://jdbm.sourceforge.net, and
by the CognitiveWeb Generic Object Model implementation.

The CognitiveWeb hosts critical open source infrastructure efforts in
web architecture, semantic web, and fuzzy logics designed to
facilitate collaborative decision-making, critical thinking and
conflict resolution processes. The goal of the CognitiveWeb is to
extend human decision-making horizons by compensating for some
intrinsic aspects of selective attention. See
http://www.cognitiveweb.org or
http://www.sourceforge.net/projects/cweb for more information.
</summary></entry><entry><title>Extensible Serialization Framework: release 0.1-b1.</title><link href="https://sourceforge.net/p/cweb/news/2006/05/extensible-serialization-framework-release-01-b1/" rel="alternate"/><published>2012-09-30T16:03:42.958000Z</published><updated>2012-09-30T16:03:42.958000Z</updated><author><name>Bryan Thompson</name><uri>https://sourceforge.net/u/thompsonbry/</uri></author><id>https://sourceforge.net56dd7c06a6783960669e2f809d0699e06b18ae8f</id><summary type="html">The CognitiveWeb extSer module provides a framework for fast, compact,
and extensible serialization of object and object graphs.  Custom
serialization handlers may be registered for a Class.  Transparent
versioning of the serialization format is supported for all objects.
Historical serialization versions are read transparently and written
by default using the most current serialization version.

This is the initial release of the extSer package.  extSer is
currently used by the jdbm, http://www.jdbm.org, project and the
CognitiveWeb Generic Object Model implementation.

The CognitiveWeb hosts critical open source infrastructure efforts in
web architecture, semantic web, and fuzzy logics designed to
facilitate collaborative decision-making, critical thinking and
conflict resolution processes. The goal of the CognitiveWeb is to
extend human decision-making horizons by compensating for some
intrinsic aspects of selective attention. See
http://www.cognitiveweb.org or
http://www.sourceforge.net/projects/cweb for more information.
</summary></entry><entry><title>XPointer Framework: release 1.1-b3.</title><link href="https://sourceforge.net/p/cweb/news/2006/03/xpointer-framework-release-11-b3/" rel="alternate"/><published>2012-09-30T16:03:42.775000Z</published><updated>2012-09-30T16:03:42.775000Z</updated><author><name>Bryan Thompson</name><uri>https://sourceforge.net/u/thompsonbry/</uri></author><id>https://sourceforge.net53716a4fc28b22511b739e882796dc3c347ba6d2</id><summary type="html">The XPointer Framework provides support for the W3C XPointer
Recommendation.  The W3C XPointer Recommendation provides an
extensible system for XML addressing and may be combined in
interesting ways with the REST architecural style, e.g., using
Server-Side XPointer.

The XPointer Framework supports pluggable registration of XPointer
schemes and has built-in support for the XPointer xmlns() and
element() schemes and a non-standardized xpath() scheme.  The
framework defines an abstraction layer that must be implemented for a
specific XML data model.  Concrete implementations are provided for
both jdom and dom4j.  For more information see:
http://proto.cognitiveweb.org/projects/cweb/multiproject/cweb-xpointer/index.html,
http://www.w3.org/TR/2003/REC-xptr-framework-20030325/,
http://www.cognitiveweb.org/publications/server-side-xpointer-extreme-markup-2004.html,
http://web-services.gov/sem-web-tech-ct-saic-bebee-final-web.pdf,
http://www.mindswap.org/papers/swrp-iswc04.pdf.

The CognitiveWeb hosts critical open source infrastructure efforts in
web architecture, semantic web, and fuzzy logics designed to
facilitate collaborative decision-making, critical thinking and
conflict resolution processes. The goal of the CognitiveWeb is to
extend human decision-making horizons by compensating for some
intrinsic aspects of selective attention.  See
http://www.cognitiveweb.org or
http://www.sourceforge.net/projects/cweb for more information.
</summary></entry><entry><title>SAIL for Oracle(R) database: release 1.1-b2.</title><link href="https://sourceforge.net/p/cweb/news/2006/03/sail-for-oracler-database-release-11-b2/" rel="alternate"/><published>2012-09-30T16:03:42.713000Z</published><updated>2012-09-30T16:03:42.713000Z</updated><author><name>Bryan Thompson</name><uri>https://sourceforge.net/u/thompsonbry/</uri></author><id>https://sourceforge.netcf7cfee0d1cd5f848955e86e69b071fbbe2aae30</id><summary type="html">The SAIL for Oracle(R) database is a third party integration for the
Sesame architecture of the RDF feature in the Oracle(R) database.

The CognitiveWeb hosts critical open source infrastructure efforts in
web architecture, semantic web, and fuzzy logics designed to
facilitate collaborative decision-making, critical thinking and
conflict resolution processes. The goal of the CognitiveWeb is to
extend human decision-making horizons by compensating for some
intrinsic aspects of selective attention.  See
http://www.cognitiveweb.org or
http://www.sourceforge.net/projects/cweb for more information.
</summary></entry><entry><title>RDFS SAIL: release 1.1-b1.</title><link href="https://sourceforge.net/p/cweb/news/2006/03/rdfs-sail-release-11-b1/" rel="alternate"/><published>2012-09-30T16:03:42.519000Z</published><updated>2012-09-30T16:03:42.519000Z</updated><author><name>Bryan Thompson</name><uri>https://sourceforge.net/u/thompsonbry/</uri></author><id>https://sourceforge.net43be40262eec2f7e31f3806810cef8eb6af641f1</id><summary type="html">The CognitiveWeb RDFS SAIL is a scalable, high performance RDFS
database using secondary storage. Repository instances are generally
managed using Sesame. Sesame 1.x SAIL implementations are bundled for
both RDF-only and RDFS stores.

This is the initial release of the RDFS SAIL.  This implementation
supports eager closure for RDFS data and provides efficient maintaince
of the entailments under both statement insertion and removal. Future
releases will support backward chaining, query optimization,
concurrency, context, etc. For more information see:
http://proto.cognitiveweb.org/projects/cweb/multiproject/cweb-rdf-generic/index.html,
http://proto.cognitiveweb.org/projects/cweb/multiproject/cweb-generic-native/index.html,
http://www.openrdf.org.

The CognitiveWeb hosts critical open source infrastructure efforts in
web architecture, semantic web, and fuzzy logics designed to
facilitate collaborative decision-making, critical thinking and
conflict resolution processes. The goal of the CognitiveWeb is to
extend human decision-making horizons by compensating for some
intrinsic aspects of selective attention.  See
http://www.cognitiveweb.org or
http://www.sourceforge.net/projects/cweb for more information.
</summary></entry><entry><title>Generic Object Model: release 1.1-b1.</title><link href="https://sourceforge.net/p/cweb/news/2006/03/generic-object-model-release-11-b1/" rel="alternate"/><published>2012-09-30T16:03:42.447000Z</published><updated>2012-09-30T16:03:42.447000Z</updated><author><name>Bryan Thompson</name><uri>https://sourceforge.net/u/thompsonbry/</uri></author><id>https://sourceforge.netc071a277ffa5bf82e95b2be7ab3aabbc1bd1970f</id><summary type="html">The Generic Object Model (GOM) is an application framework designed to
minimize the complexity of writing persistent applications.  GOM helps
developers focus on their application logic rather than the impedence
mismatch with a relational database. GOM is not an Object-Relational
technology - it is a framework for working with Generic Persistent
Objects (GPOs).  GOM provides a high performance, loosely-typed, data-
and behavior-extensible persistence architecture with one-to-one,
many-to-one, and many-to-many links and persistent indices.  Multiple
implementations exist.  The GOM API does not lock you into a specific
implementation and uses a delegation pattern rather than subclassing
for persistent objects.

This is the initial release of the GOM suite.  GOM has been used to
develop a high performance RDFS SAIL for the Sesame 1.x platform and
is being applied to common sense reasoning.  Backends are available
for both the open source jdbm project and a commercial GOM store.  For
more information see:
http://proto.cognitiveweb.org/projects/cweb/multiproject/cweb-generic-native/index.html,
http://proto.cognitiveweb.org/projects/cweb/multiproject/cweb-rdf-generic/index.html,
http://www.openrdf.org/, http://www.sourceforge.net/projects/jdbm,
http://www.cutthecrap.biz.

The CognitiveWeb hosts critical open source infrastructure efforts in
web architecture, semantic web, and fuzzy logics designed to
facilitate collaborative decision-making, critical thinking and
conflict resolution processes. The goal of the CognitiveWeb is to
extend human decision-making horizons by compensating for some
intrinsic aspects of selective attention.  See
http://www.cognitiveweb.org or
http://www.sourceforge.net/projects/cweb for more information.
</summary></entry><entry><title>CognitiveWeb Open Source License: release 1.1.</title><link href="https://sourceforge.net/p/cweb/news/2006/03/cognitiveweb-open-source-license-release-11/" rel="alternate"/><published>2012-09-30T16:03:42.212000Z</published><updated>2012-09-30T16:03:42.212000Z</updated><author><name>Bryan Thompson</name><uri>https://sourceforge.net/u/thompsonbry/</uri></author><id>https://sourceforge.neta273f17aadbd0d2c0b8dae2eb02e2e35b446adc4</id><summary type="html">Today CognitiveWeb released version 1.1 of the CognitiveWeb Open Source License.  This is a minor license revision and states that CognitiveWeb is trade name.

The full text of the license is available from http://www.cognitiveweb.org/legal/license.

The CognitiveWeb hosts critical open source infrastructure efforts in 
web architecture, semantic web, and fuzzy logics designed to 
facilitate collaborative decision-making, critical thinking and 
conflict resolution processes. The goal of the CognitiveWeb is to 
extend human decision-making horizons by compensating for some 
intrinsic aspects of selective attention. See 
http://www.cognitiveweb.org or 
http://www.sourceforge.net/projects/cweb for more information. 
</summary></entry></feed>