<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to feature-requests</title><link href="https://sourceforge.net/p/bsframework/feature-requests/" rel="alternate"/><link href="https://sourceforge.net/p/bsframework/feature-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/bsframework/feature-requests/</id><updated>2003-03-26T10:22:03Z</updated><subtitle>Recent changes to feature-requests</subtitle><entry><title>java calculated columns in table display</title><link href="https://sourceforge.net/p/bsframework/feature-requests/8/" rel="alternate"/><published>2003-03-26T10:22:03Z</published><updated>2003-03-26T10:22:03Z</updated><author><name>Philippe de Cuzey</name><uri>https://sourceforge.net/u/phid75/</uri></author><id>https://sourceforge.net5a21944d07a86c192fd6f826a63661179e519db2</id><summary type="html">&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;</summary></entry><entry><title>configure table column as result of method</title><link href="https://sourceforge.net/p/bsframework/feature-requests/7/" rel="alternate"/><published>2003-01-30T15:15:53Z</published><updated>2003-01-30T15:15:53Z</updated><author><name>Philippe de Cuzey</name><uri>https://sourceforge.net/u/phid75/</uri></author><id>https://sourceforge.netaf0324da4b8134307fa24f31b9d8ae16f569ea77</id><summary type="html">&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;</summary></entry><entry><title>A tool to edit the table display</title><link href="https://sourceforge.net/p/bsframework/feature-requests/6/" rel="alternate"/><published>2003-01-17T15:22:12Z</published><updated>2003-01-17T15:22:12Z</updated><author><name>MAGDELENAT Philippe</name><uri>https://sourceforge.net/u/smlt/</uri></author><id>https://sourceforge.net0f120193a1b9fffb6ff0816470ff87b285bbad5c</id><summary type="html">&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;</summary></entry><entry><title>A Tool to edit the preferences</title><link href="https://sourceforge.net/p/bsframework/feature-requests/5/" rel="alternate"/><published>2003-01-17T15:20:34Z</published><updated>2003-01-17T15:20:34Z</updated><author><name>MAGDELENAT Philippe</name><uri>https://sourceforge.net/u/smlt/</uri></author><id>https://sourceforge.netcd5d57db5c96a0a3bae269c995245093f84a9778</id><summary type="html">&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;</summary></entry><entry><title>TableDisplay Localization</title><link href="https://sourceforge.net/p/bsframework/feature-requests/4/" rel="alternate"/><published>2003-01-17T15:19:38Z</published><updated>2003-01-17T15:19:38Z</updated><author><name>MAGDELENAT Philippe</name><uri>https://sourceforge.net/u/smlt/</uri></author><id>https://sourceforge.netd73dca666d38a3455a2c0a2624aa369058d12c17</id><summary type="html">&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;</summary></entry><entry><title>Add localized message access in EJB</title><link href="https://sourceforge.net/p/bsframework/feature-requests/3/" rel="alternate"/><published>2003-01-17T15:10:05Z</published><updated>2003-01-17T15:10:05Z</updated><author><name>gaetan zoritchak</name><uri>https://sourceforge.net/u/gzzz/</uri></author><id>https://sourceforge.net1ec3aa6863d5fae66381ac2de99bd1a437bce5fe</id><summary type="html">&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;</summary></entry><entry><title>HTML client side functionallities</title><link href="https://sourceforge.net/p/bsframework/feature-requests/2/" rel="alternate"/><published>2003-01-13T13:46:10Z</published><updated>2003-01-13T13:46:10Z</updated><author><name>Philippe de Cuzey</name><uri>https://sourceforge.net/u/phid75/</uri></author><id>https://sourceforge.net7082cc79a8c3c84ec7476687f4a5b93b1106c525</id><summary type="html">&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;</summary></entry><entry><title>Add oid generation indirection</title><link href="https://sourceforge.net/p/bsframework/feature-requests/1/" rel="alternate"/><published>2003-01-06T12:15:51Z</published><updated>2003-01-06T12:15:51Z</updated><author><name>gaetan zoritchak</name><uri>https://sourceforge.net/u/gzzz/</uri></author><id>https://sourceforge.netf63f2f8b7bba8b9df46c24a3e1f4b7c0e3a2237e</id><summary type="html">&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;</summary></entry></feed>