ExperSHOP - Changes


Home Contents

Please email any bug reports, comments or suggestions to ExperLog's Online Support


ExperShop version: 2.0 (beta 2).
Version date: June 30, 2001.

List of changes


- Bug fix in the connection pooling
- Fixed some locks in the trace configuration
- Added jar files from Sun. It's no need to download these packages from the web
  site from Sun.
      

List of new functionalities


- Added multiplexing in the connection pooling.
- Added the administration console to administrate the ExperSHOP applications. Now, no need to restart
your server when you change the configuration of an application. The administration console
help you to manage properties dynamically. Just a simple example, you want to increase the
number of jdbc connections, now with the console, you have two ways to do the work. You can increase
the number of physical connections, or increase the multiplex property, in this case, many connections
to the clients will be managed by the same physical connection.
- Added an upload servlet. You give the source file, the destination directory, and the return URL.
- Added new payment modules: Lebonkado, PayBox,and new version of SIPS payment.
- Added a Switch/Case element for the DynHtml language.
      

ExperShop version: 2.0 (beta 1).
Version date: Mars 1, 2001.

List of new functionalities


- ExperSHOP uses now the new JDBC service from Enhydra to manage the JDBC connections
  to the database. Now, the administrator can manage the pool of connections. 
- A new tracing system is now in place, more precise (see the documentation).
- This new version integrates some bugs fixing.
- Added a new DynHtml tag : $EXITLOOP, to exit from a loop
- Added new behavior for $LOOPONRESULTS tag, you can now loop on a tuple and indicate the begin index and the end index:
         $LoopOnResults nomRequete nomTuple[(i,j)]

      

ExperShop version: 1.1.
Version date: November 27, 2000.

List of changes

You are concerned by these changes if you are using an old ExperSHOP version (download before November 27, 2000).


Some bugs were fixed, mainly concerning high-traffic sites:
- A memory leak when releasing user sessions.
- A file descriptor that was sometimes not closed.

These bugs had little impact on low and medium-traffic sites, but it is
recommended to migrate to the new version.

If you have an old expershop, you may have some minor problems to migrate:
In case of trouble during the migration phase, e-mail us.

List of new functionalities


For the french and european users, the ATOS sips secure payment is now supported
(but not yet documented! this will be done soon, contact us if you don't find
the doc on our site).

And also, the DynHtml syntax improvements I described above can be helpful...