<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/modabi/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/modabi/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 31 Oct 2014 11:24:47 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/modabi/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Elias N Vasylenko</title><link>https://sourceforge.net/p/modabi/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -6,14 +6,14 @@

 - Format agnosticism, with [Supported Data Formats] including XML, YAML and compressed binary blobs out of the box.
 - Binding rules also double as format verification, and are specified through an expressive hierarchical [Schema Definition Format]...
-- ...Which is itself defined and bound by a provided [Meta-Schema], such that schemata can be authored in any supported format.
+- ...Which is itself defined and bound by a provided [\[Meta-Schema\]](Schema Definition Format#meta-schema), such that schemata can be authored in any supported format.
 - Clean and easy to use [API] for binding and unbinding data.
 - Binding to interface rather than implementation, perfect for [Dependency Injection] environments.
-- An impressive level of [Type Safety], to catch problems with schema definitions during compilation.
+- An impressive level of [\[Type Safety\]](Schema Definition Format#type-safety), to catch problems with schema definitions during compilation.
 - Support for complex binding rules with the schema definition format, including e.g. binding to the [\[Builder Pattern\]](Examples#builder-pattern), to make it as easy as possible to work with existing APIs without modification.
 - Extensive and flexible [Logging and Error Reporting].
 - [Document Editing] support including error highlighting, and the updating of text based document formats with minimal modification.
-- Support for [Concurrency] in binding and unbinding where appropriate.
+- Support for [\[Concurrency\]](Schema Definition Format#concurrency) in binding and unbinding where appropriate.
 - [GUI Framework] for building systems for interacting with data.
 - Strong [OSGi Compatibility].
 - [Annotation Processing] for automatic generation of schemata directly from class definition.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Elias N Vasylenko</dc:creator><pubDate>Fri, 31 Oct 2014 11:24:47 -0000</pubDate><guid>https://sourceforge.net4d20f8a106fa0ba3e797ea7718cfda6cef833af9</guid></item><item><title>Home modified by Elias N Vasylenko</title><link>https://sourceforge.net/p/modabi/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -10,7 +10,7 @@
 - Clean and easy to use [API] for binding and unbinding data.
 - Binding to interface rather than implementation, perfect for [Dependency Injection] environments.
 - An impressive level of [Type Safety], to catch problems with schema definitions during compilation.
-- Support for complex binding rules with the schema definition format, including e.g. binding to the [\[Builder Pattern\]](Examples#Builder Pattern), to make it as easy as possible to work with existing APIs without modification.
+- Support for complex binding rules with the schema definition format, including e.g. binding to the [\[Builder Pattern\]](Examples#builder-pattern), to make it as easy as possible to work with existing APIs without modification.
 - Extensive and flexible [Logging and Error Reporting].
 - [Document Editing] support including error highlighting, and the updating of text based document formats with minimal modification.
 - Support for [Concurrency] in binding and unbinding where appropriate.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Elias N Vasylenko</dc:creator><pubDate>Fri, 31 Oct 2014 11:20:27 -0000</pubDate><guid>https://sourceforge.net94cf00cd89fc7d6b6a6ade1a0ce870f9e0d70f07</guid></item><item><title>Home modified by Elias N Vasylenko</title><link>https://sourceforge.net/p/modabi/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -10,7 +10,7 @@
 - Clean and easy to use [API] for binding and unbinding data.
 - Binding to interface rather than implementation, perfect for [Dependency Injection] environments.
 - An impressive level of [Type Safety], to catch problems with schema definitions during compilation.
-- Support for complex binding rules with the schema definition format, including e.g. binding to the [Builder Pattern], to make it as easy as possible to work with existing APIs without modification.
+- Support for complex binding rules with the schema definition format, including e.g. binding to the [\[Builder Pattern\]](Examples#Builder Pattern), to make it as easy as possible to work with existing APIs without modification.
 - Extensive and flexible [Logging and Error Reporting].
 - [Document Editing] support including error highlighting, and the updating of text based document formats with minimal modification.
 - Support for [Concurrency] in binding and unbinding where appropriate.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Elias N Vasylenko</dc:creator><pubDate>Fri, 31 Oct 2014 11:14:03 -0000</pubDate><guid>https://sourceforge.net86234debeac950ec3f17a72765aa1d94979a4d46</guid></item><item><title>Home modified by Elias N Vasylenko</title><link>https://sourceforge.net/p/modabi/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,6 +1,8 @@
 #Modabi

-**Modabi** is a **Mo**dular **Da**ta **Bi**nding library for Java, which aims to provide users with the most flexible and comprehensive feature set possible, including:
+**Modabi** is a **Mo**dular **Da**ta **Bi**nding library for Java, which aims to provide users with the most flexible and comprehensive feature set possible.
+
+New users may want to begin by reading through the [Getting Started] section, looking through some [Examples], or checking out the following features:

 - Format agnosticism, with [Supported Data Formats] including XML, YAML and compressed binary blobs out of the box.
 - Binding rules also double as format verification, and are specified through an expressive hierarchical [Schema Definition Format]...
@@ -9,7 +11,7 @@
 - Binding to interface rather than implementation, perfect for [Dependency Injection] environments.
 - An impressive level of [Type Safety], to catch problems with schema definitions during compilation.
 - Support for complex binding rules with the schema definition format, including e.g. binding to the [Builder Pattern], to make it as easy as possible to work with existing APIs without modification.
-- Extensive [Logging and Error Reporting].
+- Extensive and flexible [Logging and Error Reporting].
 - [Document Editing] support including error highlighting, and the updating of text based document formats with minimal modification.
 - Support for [Concurrency] in binding and unbinding where appropriate.
 - [GUI Framework] for building systems for interacting with data.
@@ -18,8 +20,8 @@
 - A comprehensive set of [Eclipse Plugins] for working with schemata, and for developing advanced tooling on top of Modabi. Integration with other tooling environments should also be straightforward.
 - [Build Plugins] for Gradle and Maven for performing annotation processing and document verification.

-Modabi does not aim to be the best tool for every job:
+Modabi does not aim to be the best tool for every job! Here are some reasons you might want to choose other tools:

-- It is not in the same class of performance as, for example, JiBX.
-
-New users should begin with the [Getting Started] section, or look through some [Examples].
+- Modabi is not in the same class of performance as, for example, JiBX.
+- If you are already using something like DTDs or W3C XML Schema, you may see the validation capabilities provided by the binding rules specified in the [Schema Definition Format] as a duplication of work, since the two things must be kept in sync.
+- Though we strive to make sure simple use-cases can be expressed in simple terms, having what we feel to be such a flexible system can present a significant learning curve in some cases compared with more well known solutions.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Elias N Vasylenko</dc:creator><pubDate>Thu, 16 Oct 2014 12:02:48 -0000</pubDate><guid>https://sourceforge.netd22a3ac98a97799571a0d417d558788f70b4581e</guid></item><item><title>Home modified by Elias N Vasylenko</title><link>https://sourceforge.net/p/modabi/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,25 @@
-Welcome to your wiki!
+#Modabi

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+**Modabi** is a **Mo**dular **Da**ta **Bi**nding library for Java, which aims to provide users with the most flexible and comprehensive feature set possible, including:

-The wiki uses [Markdown](/p/modabi/wiki/markdown_syntax/) syntax.
+- Format agnosticism, with [Supported Data Formats] including XML, YAML and compressed binary blobs out of the box.
+- Binding rules also double as format verification, and are specified through an expressive hierarchical [Schema Definition Format]...
+- ...Which is itself defined and bound by a provided [Meta-Schema], such that schemata can be authored in any supported format.
+- Clean and easy to use [API] for binding and unbinding data.
+- Binding to interface rather than implementation, perfect for [Dependency Injection] environments.
+- An impressive level of [Type Safety], to catch problems with schema definitions during compilation.
+- Support for complex binding rules with the schema definition format, including e.g. binding to the [Builder Pattern], to make it as easy as possible to work with existing APIs without modification.
+- Extensive [Logging and Error Reporting].
+- [Document Editing] support including error highlighting, and the updating of text based document formats with minimal modification.
+- Support for [Concurrency] in binding and unbinding where appropriate.
+- [GUI Framework] for building systems for interacting with data.
+- Strong [OSGi Compatibility].
+- [Annotation Processing] for automatic generation of schemata directly from class definition.
+- A comprehensive set of [Eclipse Plugins] for working with schemata, and for developing advanced tooling on top of Modabi. Integration with other tooling environments should also be straightforward.
+- [Build Plugins] for Gradle and Maven for performing annotation processing and document verification.

-[[members limit=20]]
-[[download_button]]
+Modabi does not aim to be the best tool for every job:
+
+- It is not in the same class of performance as, for example, JiBX.
+
+New users should begin with the [Getting Started] section, or look through some [Examples].
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Elias N Vasylenko</dc:creator><pubDate>Thu, 16 Oct 2014 11:33:42 -0000</pubDate><guid>https://sourceforge.netd07641dead17456c491a3a7d4bf573b0c888a27c</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/modabi/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="modabi"&gt;Modabi&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;Modabi&lt;/strong&gt; is a &lt;strong&gt;Mo&lt;/strong&gt;dular &lt;strong&gt;Da&lt;/strong&gt;ta &lt;strong&gt;Bi&lt;/strong&gt;nding library for Java, which aims to provide users with the most flexible and comprehensive feature set possible, including:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Format agnosticism, with &lt;span&gt;[Supported Data Formats]&lt;/span&gt; including XML, YAML and compressed binary blobs out of the box.&lt;/li&gt;
&lt;li&gt;Binding rules also double as format verification, and are specified through an expressive hierarchical &lt;span&gt;[Schema Definition Format]&lt;/span&gt;...&lt;/li&gt;
&lt;li&gt;...Which is itself defined and bound by a provided &lt;span&gt;[Meta-Schema]&lt;/span&gt;, such that schemata can be authored in any supported format.&lt;/li&gt;
&lt;li&gt;Clean and easy to use &lt;span&gt;[API]&lt;/span&gt; for binding and unbinding data.&lt;/li&gt;
&lt;li&gt;Binding to interface rather than implementation, perfect for &lt;span&gt;[Dependency Injection]&lt;/span&gt; environments.&lt;/li&gt;
&lt;li&gt;An impressive level of &lt;span&gt;[Type Safety]&lt;/span&gt;, to catch problems with schema definitions during compilation.&lt;/li&gt;
&lt;li&gt;Support for complex binding rules with the schema definition format, including e.g. binding to the &lt;span&gt;[Builder Pattern]&lt;/span&gt;, to make it as easy as possible to work with existing APIs without modification.&lt;/li&gt;
&lt;li&gt;Extensive &lt;span&gt;[Logging and Error Reporting]&lt;/span&gt;.&lt;/li&gt;
&lt;li&gt;&lt;span&gt;[Document Editing]&lt;/span&gt; support including error highlighting, and the updating of text based document formats with minimal modification.&lt;/li&gt;
&lt;li&gt;Support for &lt;span&gt;[Concurrency]&lt;/span&gt; in binding and unbinding where appropriate.&lt;/li&gt;
&lt;li&gt;&lt;span&gt;[GUI Framework]&lt;/span&gt; for building systems for interacting with data.&lt;/li&gt;
&lt;li&gt;Strong &lt;span&gt;[OSGi Compatibility]&lt;/span&gt;.&lt;/li&gt;
&lt;li&gt;&lt;span&gt;[Annotation Processing]&lt;/span&gt; for automatic generation of schemata directly from class definition.&lt;/li&gt;
&lt;li&gt;A comprehensive set of &lt;span&gt;[Eclipse Plugins]&lt;/span&gt; for working with schemata, and for developing advanced tooling on top of Modabi. Integration with other tooling environments should also be straightforward.&lt;/li&gt;
&lt;li&gt;&lt;span&gt;[Build Plugins]&lt;/span&gt; for Gradle and Maven for performing annotation processing and document verification.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Modabi does not aim to be the best tool for every job:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;It is not in the same class of performance as, for example, JiBX.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;New users should begin with the &lt;span&gt;[Getting Started]&lt;/span&gt; section, or look through some &lt;span&gt;[Examples]&lt;/span&gt;.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Elias N Vasylenko</dc:creator><pubDate>Thu, 16 Oct 2014 11:32:45 -0000</pubDate><guid>https://sourceforge.net54b24e7ec8a500f423ac31fd5f37b9feda4d161e</guid></item><item><title>Home modified by Elias N Vasylenko</title><link>https://sourceforge.net/p/modabi/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/modabi/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
&lt;ul class="md-users-list"&gt;
&lt;li&gt;&lt;a href="/u/eliasvasylenko/"&gt;Elias N Vasylenko&lt;/a&gt; (admin)&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;span class="download-button-527581a524b0d931ee03fbbc" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Elias N Vasylenko</dc:creator><pubDate>Sat, 02 Nov 2013 22:50:13 -0000</pubDate><guid>https://sourceforge.netc742da26fa4e54fdfd440b68be7702cbf0a1bc0e</guid></item></channel></rss>