<?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/do-db/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/do-db/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 30 Jul 2016 11:49:51 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/do-db/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Ralph</title><link>https://sourceforge.net/p/do-db/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v18
+++ v19
@@ -1,6 +1,6 @@
 This framework helps you to create database applications using EclipseLink and JavaFX.

-2005 we started to create a small framework to map relational database entities with JDO to Swing forms and tables.
+In 2005 we started to create a small framework to map relational database entities with JDO to Swing forms and tables.
 Now we are working to migrate the framework from JDO and Swing to EclipseLink and JavaFX.

 You can easily create, retrieve, update and delete (so called CRUD operations) data using view objects and attach them to forms or sheets. Most of the mapping is done by reflection using observable properties in JavaFX.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ralph</dc:creator><pubDate>Sat, 30 Jul 2016 11:49:51 -0000</pubDate><guid>https://sourceforge.net891449875fe9c7b44df72c04ea7222328bdab1b8</guid></item><item><title>Home modified by Ralph</title><link>https://sourceforge.net/p/do-db/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v17
+++ v18
@@ -1,16 +1,15 @@
-2005 we have created a small framework to map database entities to Swing forms and tables.
+This framework helps you to create database applications using EclipseLink and JavaFX.

+2005 we started to create a small framework to map relational database entities with JDO to Swing forms and tables.
 Now we are working to migrate the framework from JDO and Swing to EclipseLink and JavaFX.

-This framework helps you to create database applications using EclipseLink and JavaFX. 
-
-You can easily create, retrieve, update and delete (CRUD) data using view objects and attach them to forms or sheets.
+You can easily create, retrieve, update and delete (so called CRUD operations) data using view objects and attach them to forms or sheets. Most of the mapping is done by reflection using observable properties in JavaFX.

 The first steps are done:

 * Create a connection to the database with username and password entered by the user
 * Create a JavaFx table view and fill it with data from a query
-* Make a cell editable and store the changed value into the entity
+* Make a cell editable and store changed value into the entity's attribute
 * Synchronize a form with the selection of a table view record
 * Display Text items and ChoiceBoxes in the form
 * Bind properties of view objects to forms and lists
@@ -24,8 +23,10 @@
 * Support of user defined types in forms and tables (must be inherited from JavaFX node types)
 * Display record count below list
 * Restrict query result by USER_SETTINGS.MAX_RESULT_SIZE
-* FormattedTextField accepts only keys defined by regex pattern
-* Support of entity based combo boxes added to forms
+* Regex pattern can be defined for FormattedTextField
+* Support of view object based combo boxes and choice boxes added to forms
+* Only use view object in forms and tables
+* For each entity you can define its own database handler

 Please download the demo project to see how it works.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ralph</dc:creator><pubDate>Sat, 30 Jul 2016 11:49:05 -0000</pubDate><guid>https://sourceforge.netf8edca82ac36a6b6da07d2165ae01391cefd2094</guid></item><item><title>Home modified by Ralph</title><link>https://sourceforge.net/p/do-db/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v16
+++ v17
@@ -23,7 +23,9 @@
 * Select locale from user settings
 * Support of user defined types in forms and tables (must be inherited from JavaFX node types)
 * Display record count below list
+* Restrict query result by USER_SETTINGS.MAX_RESULT_SIZE
 * FormattedTextField accepts only keys defined by regex pattern
+* Support of entity based combo boxes added to forms

 Please download the demo project to see how it works.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ralph</dc:creator><pubDate>Thu, 21 Apr 2016 16:12:48 -0000</pubDate><guid>https://sourceforge.netfd5738f7128d12549f2c032cc144034d1c143c8e</guid></item><item><title>Home modified by Ralph</title><link>https://sourceforge.net/p/do-db/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v15
+++ v16
@@ -22,7 +22,8 @@
 * Save user settings to table
 * Select locale from user settings
 * Support of user defined types in forms and tables (must be inherited from JavaFX node types)
-* Started to handle nested columns (not ready)
+* Display record count below list
+* FormattedTextField accepts only keys defined by regex pattern

 Please download the demo project to see how it works.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ralph</dc:creator><pubDate>Thu, 31 Mar 2016 14:44:11 -0000</pubDate><guid>https://sourceforge.net537b7aa53d2e9cb439e5fa980498f80b5d8f47f8</guid></item><item><title>Home modified by Ralph</title><link>https://sourceforge.net/p/do-db/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v14
+++ v15
@@ -20,7 +20,7 @@
 * Save column width of table views to property file
 * Restore column width from property file
 * Save user settings to table
-* Select local from user settings
+* Select locale from user settings
 * Support of user defined types in forms and tables (must be inherited from JavaFX node types)
 * Started to handle nested columns (not ready)

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ralph</dc:creator><pubDate>Wed, 23 Mar 2016 12:00:21 -0000</pubDate><guid>https://sourceforge.net1d83d88102c12d91b0e9add57cbad098dbb5c23e</guid></item><item><title>Home modified by Ralph</title><link>https://sourceforge.net/p/do-db/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v13
+++ v14
@@ -19,6 +19,10 @@
 * Enable/disable context menu items and buttons according to selection
 * Save column width of table views to property file
 * Restore column width from property file
+* Save user settings to table
+* Select local from user settings
+* Support of user defined types in forms and tables (must be inherited from JavaFX node types)
+* Started to handle nested columns (not ready)

 Please download the demo project to see how it works.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ralph</dc:creator><pubDate>Thu, 10 Mar 2016 09:36:48 -0000</pubDate><guid>https://sourceforge.neta09bdd80a275bb0671d9b29f7df5a2fa0a4046e6</guid></item><item><title>Home modified by Ralph</title><link>https://sourceforge.net/p/do-db/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v12
+++ v13
@@ -16,6 +16,9 @@
 * Bind properties of view objects to forms and lists
 * Query view objects dynamically and display the result in a list
 * Save changes in the form to the entity
+* Enable/disable context menu items and buttons according to selection
+* Save column width of table views to property file
+* Restore column width from property file

 Please download the demo project to see how it works.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ralph</dc:creator><pubDate>Fri, 04 Mar 2016 15:41:02 -0000</pubDate><guid>https://sourceforge.net438316cc4e68e43e42568d1ab0ac2a671f0d3e0a</guid></item><item><title>Home modified by Ralph</title><link>https://sourceforge.net/p/do-db/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v11
+++ v12
@@ -1,4 +1,4 @@
-2005 we created a small framework to map database entities to Swing forms and tables.
+2005 we have created a small framework to map database entities to Swing forms and tables.

 Now we are working to migrate the framework from JDO and Swing to EclipseLink and JavaFX.

@@ -9,14 +9,15 @@
 The first steps are done:

 * Create a connection to the database with username and password entered by the user
-* Create a JavaFx table view and fill it with data from a named query
+* Create a JavaFx table view and fill it with data from a query
 * Make a cell editable and store the changed value into the entity
 * Synchronize a form with the selection of a table view record
 * Display Text items and ChoiceBoxes in the form
-* Bind changes in to form to changes in the list view
+* Bind properties of view objects to forms and lists
+* Query view objects dynamically and display the result in a list
 * Save changes in the form to the entity

-Please download the demo project to seee how it works.
+Please download the demo project to see how it works.

 [[download_button]]

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ralph</dc:creator><pubDate>Thu, 25 Feb 2016 16:20:58 -0000</pubDate><guid>https://sourceforge.netbe4fb68ddee657487f553a0358ac95c575f1b594</guid></item><item><title>Home modified by Ralph</title><link>https://sourceforge.net/p/do-db/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v10
+++ v11
@@ -13,6 +13,8 @@
 * Make a cell editable and store the changed value into the entity
 * Synchronize a form with the selection of a table view record
 * Display Text items and ChoiceBoxes in the form
+* Bind changes in to form to changes in the list view
+* Save changes in the form to the entity

 Please download the demo project to seee how it works.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ralph</dc:creator><pubDate>Wed, 24 Feb 2016 06:19:17 -0000</pubDate><guid>https://sourceforge.nete792bdb5177410d9833305e0018fdacde82990fa</guid></item><item><title>Home modified by Ralph</title><link>https://sourceforge.net/p/do-db/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -5,8 +5,6 @@
 This framework helps you to create database applications using EclipseLink and JavaFX.

 You can easily create, retrieve, update and delete (CRUD) data using view objects and attach them to forms or sheets.
-
-A demo project has been added to show, how it works.

 The first steps are done:

@@ -16,6 +14,8 @@
 * Synchronize a form with the selection of a table view record
 * Display Text items and ChoiceBoxes in the form

+Please download the demo project to seee how it works.
+
 [[download_button]]

 ---
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ralph</dc:creator><pubDate>Wed, 24 Feb 2016 06:17:53 -0000</pubDate><guid>https://sourceforge.nete95eac2d5564ed9a4f35e194a32581efa1d735e1</guid></item></channel></rss>