<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to System Layer</title><link>https://sourceforge.net/p/empact/wiki/System%2520Layer/</link><description>Recent changes to System Layer</description><atom:link href="https://sourceforge.net/p/empact/wiki/System%20Layer/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 24 Sep 2015 15:55:30 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/empact/wiki/System%20Layer/feed" rel="self" type="application/rss+xml"/><item><title>System Layer modified by Sreekant Sreedharan</title><link>https://sourceforge.net/p/empact/wiki/System%2520Layer/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -18,19 +18,19 @@

 Module | Layer | Description
 --------| ----- | -----------
-ai | system    | This library provides support for AI &amp;amp; search related applications.
-bi | system    | This library provides support for business intelligence and data mining related applications.
-bmp    | system    | This library provides support for bitmap file formats.
-frame  | system    | This library provides support for advanced application components like network servers, message queues etc.
-fs | system    | This library provides a framework for the implementation of user-space virtual file systems.
-futil  | system    | This library provides file process utilities support for implementing parser and compilers.
-inet   | system    | This library provides implementation of standard internet network protocols.
-nfs    | system    | This is a deprecated library that provides abstractions for networked file systems.
-pobj   | system    | This library provides an implementation of a programmable object. Such an object for example makes it simple to expose C++ classes to scripting environments or over the network.
-sec    | system    | This library contains implementation for the Security management .
-sobj   | system    | This library provides support for scripting languages and environments.
-webul  | system    | This library provides several general utilities for web applications like HTML,SVG genearation, WIKI markup, MIME, Base64 etc.
-ws | system    | This library provides support for web services like RSS,ATOM,UDDI,WebDAV. It also provides utilities for implementing web services.
+[ai](http://empact.sourceforge.net/docs/Module.ai.xml) | system    | This library provides support for AI &amp;amp; search related applications.
+[bi](http://empact.sourceforge.net/docs/Module.bi.xml) | system    | This library provides support for business intelligence and data mining related applications.
+[bmp](http://empact.sourceforge.net/docs/Module.bmp.xml)   | system    | This library provides support for bitmap file formats.
+[frame](http://empact.sourceforge.net/docs/Module.frame.xml)   | system    | This library provides support for advanced application components like network servers, message queues etc.
+[fs](http://empact.sourceforge.net/docs/Module.fs.xml) | system    | This library provides a framework for the implementation of user-space virtual file systems.
+[futil](http://empact.sourceforge.net/docs/Module.futil.xml)   | system    | This library provides file process utilities support for implementing parser and compilers.
+[inet](http://empact.sourceforge.net/docs/Module.inet.xml) | system    | This library provides implementation of standard internet network protocols.
+[nfs](http://empact.sourceforge.net/docs/Module.nfs.xml)   | system    | This is a deprecated library that provides abstractions for networked file systems.
+[pobj](http://empact.sourceforge.net/docs/Module.pobj.xml) | system    | This library provides an implementation of a programmable object. Such an object for example makes it simple to expose C++ classes to scripting environments or over the network.
+[sec](http://empact.sourceforge.net/docs/Module.sec.xml)   | system    | This library contains implementation for the Security management .
+[sobj](http://empact.sourceforge.net/docs/Module.sobj.xml) | system    | This library provides support for scripting languages and environments.
+[webul](http://empact.sourceforge.net/docs/Module.webul.xml)   | system    | This library provides several general utilities for web applications like HTML,SVG genearation, WIKI markup, MIME, Base64 etc.
+[ws](http://empact.sourceforge.net/docs/Module.ws.xml) | system    | This library provides support for web services like RSS,ATOM,UDDI,WebDAV. It also provides utilities for implementing web services.

 ## Class Catalog ##
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sreekant Sreedharan</dc:creator><pubDate>Thu, 24 Sep 2015 15:55:30 -0000</pubDate><guid>https://sourceforge.net0f90ba2b374ac86de2717ed7b0bd570492c0fbd5</guid></item><item><title>System Layer modified by Sreekant Sreedharan</title><link>https://sourceforge.net/p/empact/wiki/System%2520Layer/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -32,5 +32,9 @@
 webul  | system    | This library provides several general utilities for web applications like HTML,SVG genearation, WIKI markup, MIME, Base64 etc.
 ws | system    | This library provides support for web services like RSS,ATOM,UDDI,WebDAV. It also provides utilities for implementing web services.

+
+## Class Catalog ##
+Documentation for individual classes are included in docs.tar.gz file in the root directory. You will need to extract it into the docs directory for your documentation to work. Please read /docs/index.htm for more instructions.
+
 ## Samples ##
 Samples for key components in this layer are organized in the samples/system directory of the source code.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sreekant Sreedharan</dc:creator><pubDate>Thu, 09 Jul 2015 09:23:22 -0000</pubDate><guid>https://sourceforge.netb07120bd496c9441d463b8fd90d14a290729d183</guid></item><item><title>System Layer modified by Sreekant Sreedharan</title><link>https://sourceforge.net/p/empact/wiki/System%2520Layer/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -2,6 +2,8 @@

 ## Function ##
 The purpose of this layer is to provide a broad-based framework and suite of components for the development of sophisticated enterprise business applications.
+
+Generally, every component or facility in this layer is built using components in the [Core Layer](Core Layer). Some exceptions are the modules that interface with security, scripting environments or image processing libraries. But for the most part, the system components leverage facilities offered exclusively by the [Core Layer](Core Layer). In this, the System Layer is a demonstration of how to use the [Core Layer](Core Layer), and at the same time a demonstration of how to develop cross-platform code.

 ## Design Principles ##
 * All component or facility in this layer are platform neutral. This means that they behave the same way regardless of what operating system you run them under.
@@ -29,3 +31,6 @@
 sobj   | system    | This library provides support for scripting languages and environments.
 webul  | system    | This library provides several general utilities for web applications like HTML,SVG genearation, WIKI markup, MIME, Base64 etc.
 ws | system    | This library provides support for web services like RSS,ATOM,UDDI,WebDAV. It also provides utilities for implementing web services.
+
+## Samples ##
+Samples for key components in this layer are organized in the samples/system directory of the source code.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sreekant Sreedharan</dc:creator><pubDate>Thu, 09 Jul 2015 09:20:24 -0000</pubDate><guid>https://sourceforge.net3b3ccc447d50a7c19dc120ed9d8354628ef79d15</guid></item><item><title>System Layer modified by Sreekant Sreedharan</title><link>https://sourceforge.net/p/empact/wiki/System%2520Layer/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,8 +1,16 @@
 # System Layer #

 ## Function ##
+The purpose of this layer is to provide a broad-based framework and suite of components for the development of sophisticated enterprise business applications.

 ## Design Principles ##
+* All component or facility in this layer are platform neutral. This means that they behave the same way regardless of what operating system you run them under.
+* The components must aim to simplify the development of applications. This should free the user to think about the features of the application rather than its implementation details.
+* Each module must address one key area of application design and not do anything more. This means that modules may interact with each other, by they should not have functional overlap.
+* The facilities offered by this layer should be as broad-based in applicability (and usage), but should not address a specific business application.
+* Each component must expose as minimal a surface area as possible (without trading off capability).
+* Use the best design principles: abstraction, design patterns etc., to facilitate ease of integration and maintenance.
+* Plan for evolution. The user must not have to rewrite code, as the framework evolves.

 ## Modules ##

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sreekant Sreedharan</dc:creator><pubDate>Thu, 09 Jul 2015 09:12:39 -0000</pubDate><guid>https://sourceforge.netaad9d8318667e5e6b01e6adad598a95c7c662cdb</guid></item><item><title>System Layer modified by Sreekant Sreedharan</title><link>https://sourceforge.net/p/empact/wiki/System%2520Layer/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -6,3 +6,18 @@

 ## Modules ##

+Module | Layer | Description
+--------| ----- | -----------
+ai | system    | This library provides support for AI &amp;amp; search related applications.
+bi | system    | This library provides support for business intelligence and data mining related applications.
+bmp    | system    | This library provides support for bitmap file formats.
+frame  | system    | This library provides support for advanced application components like network servers, message queues etc.
+fs | system    | This library provides a framework for the implementation of user-space virtual file systems.
+futil  | system    | This library provides file process utilities support for implementing parser and compilers.
+inet   | system    | This library provides implementation of standard internet network protocols.
+nfs    | system    | This is a deprecated library that provides abstractions for networked file systems.
+pobj   | system    | This library provides an implementation of a programmable object. Such an object for example makes it simple to expose C++ classes to scripting environments or over the network.
+sec    | system    | This library contains implementation for the Security management .
+sobj   | system    | This library provides support for scripting languages and environments.
+webul  | system    | This library provides several general utilities for web applications like HTML,SVG genearation, WIKI markup, MIME, Base64 etc.
+ws | system    | This library provides support for web services like RSS,ATOM,UDDI,WebDAV. It also provides utilities for implementing web services.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sreekant Sreedharan</dc:creator><pubDate>Thu, 09 Jul 2015 08:57:06 -0000</pubDate><guid>https://sourceforge.net1530577a72b1b9b955fd94853fcf68e0d2438a59</guid></item><item><title>System Layer modified by Sreekant Sreedharan</title><link>https://sourceforge.net/p/empact/wiki/System%2520Layer/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="system-layer"&gt;System Layer&lt;/h1&gt;
&lt;h2 id="function"&gt;Function&lt;/h2&gt;
&lt;h2 id="design-principles"&gt;Design Principles&lt;/h2&gt;
&lt;h2 id="modules"&gt;Modules&lt;/h2&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sreekant Sreedharan</dc:creator><pubDate>Thu, 09 Jul 2015 08:30:30 -0000</pubDate><guid>https://sourceforge.net19cba94aa7042d6a07c6ddd93c5baaa80588af47</guid></item></channel></rss>