<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to feature-requests</title><link>https://sourceforge.net/p/bsframework/feature-requests/</link><description>Recent changes to feature-requests</description><atom:link href="https://sourceforge.net/p/bsframework/feature-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 26 Mar 2003 10:22:03 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/bsframework/feature-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>java calculated columns in table display</title><link>https://sourceforge.net/p/bsframework/feature-requests/8/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;today, all columns of a table display plugged with a RI&lt;br /&gt;
are database-based.&lt;/p&gt;
&lt;p&gt;This request concerns columns that would be the result&lt;br /&gt;
of a java method which parameters could be of course&lt;br /&gt;
some of the base column values. This would allow to&lt;br /&gt;
perform complex calculation in addition to retrieving&lt;br /&gt;
only persistent data.&lt;/p&gt;
&lt;p&gt;ex : &lt;br /&gt;
table columns = compagny / turnover /  risk exposure&lt;br /&gt;
&amp;amp;lt;-- this column is calculated by a java method (or EJB)&lt;br /&gt;
calculateRiskExposure (compagny)&lt;/p&gt;
&lt;p&gt;these java-columns would be described in the same&lt;br /&gt;
TableDisplay.xml file as the rest of the SQL statement.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Philippe de Cuzey</dc:creator><pubDate>Wed, 26 Mar 2003 10:22:03 -0000</pubDate><guid>https://sourceforge.net5a21944d07a86c192fd6f826a63661179e519db2</guid></item><item><title>configure table column as result of method</title><link>https://sourceforge.net/p/bsframework/feature-requests/7/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;a TableDisplay is connected to a SQL statement through&lt;br /&gt;
a RI.&lt;br /&gt;
However, it may be needed to add columns that are&lt;br /&gt;
results of a Java method call.&lt;/p&gt;
&lt;p&gt;This would allow to add business data that may not be&lt;br /&gt;
included in the SQL statement, but rather the result of&lt;br /&gt;
a business method written in Java, like a employee&lt;br /&gt;
bonus calculation, or an organization average turnover&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Philippe de Cuzey</dc:creator><pubDate>Thu, 30 Jan 2003 15:15:53 -0000</pubDate><guid>https://sourceforge.netaf0324da4b8134307fa24f31b9d8ae16f569ea77</guid></item><item><title>A tool to edit the table display</title><link>https://sourceforge.net/p/bsframework/feature-requests/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;A tool  should be made to edit a table display xml file. The modification of the availability of a column for example might have to be applyed on all users preferences...&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">MAGDELENAT Philippe</dc:creator><pubDate>Fri, 17 Jan 2003 15:22:12 -0000</pubDate><guid>https://sourceforge.net0f120193a1b9fffb6ff0816470ff87b285bbad5c</guid></item><item><title>A Tool to edit the preferences</title><link>https://sourceforge.net/p/bsframework/feature-requests/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;A tool should be made to edit the preferences easily...&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">MAGDELENAT Philippe</dc:creator><pubDate>Fri, 17 Jan 2003 15:20:34 -0000</pubDate><guid>https://sourceforge.netcd5d57db5c96a0a3bae269c995245093f84a9778</guid></item><item><title>TableDisplay Localization</title><link>https://sourceforge.net/p/bsframework/feature-requests/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;As yet the TableDisplay isn't localized (the display name is in the xml file, it should only be a reference and then a link with a localization file should be made).&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">MAGDELENAT Philippe</dc:creator><pubDate>Fri, 17 Jan 2003 15:19:38 -0000</pubDate><guid>https://sourceforge.netd73dca666d38a3455a2c0a2624aa369058d12c17</guid></item><item><title>Add localized message access in EJB</title><link>https://sourceforge.net/p/bsframework/feature-requests/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;To simplify the retrieving of localized message in EJB&lt;br /&gt;
code add a method in the adapters that use the message&lt;br /&gt;
facilities.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">gaetan zoritchak</dc:creator><pubDate>Fri, 17 Jan 2003 15:10:05 -0000</pubDate><guid>https://sourceforge.net1ec3aa6863d5fae66381ac2de99bd1a437bce5fe</guid></item><item><title>HTML client side functionallities</title><link>https://sourceforge.net/p/bsframework/feature-requests/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The framework is focused on SWING client, and takes&lt;br /&gt;
full advantage of the cache and smart aspects of a Java&lt;br /&gt;
client.&lt;/p&gt;
&lt;p&gt;However, it would be also great to be able to benefit&lt;br /&gt;
from the same meta-data functionnality on a servlet /&lt;br /&gt;
JSP light client configuration : the developer still&lt;br /&gt;
describes a SQL statement in a &amp;amp;quot;my_screen.xml&amp;amp;quot; server&lt;br /&gt;
file and the table display servlet and JSP generate the&lt;br /&gt;
HTML page with the appropriate table display (column&lt;br /&gt;
names, order, width, and of course a Remote Iterator to&lt;br /&gt;
populate the table) and navigation management (the&lt;br /&gt;
usual remote control on the Remote Iterator : PgDwn,&lt;br /&gt;
sort, etc...).&lt;/p&gt;
&lt;p&gt;The Same remark goes for most of your framework&lt;br /&gt;
components, i.e. List Of Values, etc....&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Philippe de Cuzey</dc:creator><pubDate>Mon, 13 Jan 2003 13:46:10 -0000</pubDate><guid>https://sourceforge.net7082cc79a8c3c84ec7476687f4a5b93b1106c525</guid></item><item><title>Add oid generation indirection</title><link>https://sourceforge.net/p/bsframework/feature-requests/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The current id generation is based on database sequence.&lt;/p&gt;
&lt;p&gt;To make the framework more flexible with regard to the&lt;br /&gt;
deployed database, a level of indirection is needed to&lt;br /&gt;
allow the use of a persistent component on any system.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">gaetan zoritchak</dc:creator><pubDate>Mon, 06 Jan 2003 12:15:51 -0000</pubDate><guid>https://sourceforge.netf63f2f8b7bba8b9df46c24a3e1f4b7c0e3a2237e</guid></item></channel></rss>