Subscribe for automatic updates: RSS icon RSS

Login icon Sign in for full access | Help icon Help
Advanced search

Pages: [1]
  Reply  |  Print  
Author Topic: [ANNOUNCE] Genero 2.11 - Beta version  (Read 11898 times)
Christine R.
Four Js
Posts: 401


« on: April 03, 2008, 06:31:15 pm »


   Beta version
   Genero 2.11


     We are pleased to announce the availability of a Beta version of Genero Business
     Development Language 2.11, including the following packages:
 
  •   Genero Business Development Language 2.11.01
  •   Genero Desktop Client 2.11.01
  •   Genero Web Services 2.11.00
  •   Genero Application Server/Genero WebClient 2.11.01

   This version is now downloadable from the ftp site : http://www-eu.4js.com/support/private/fjs-beta-genero-2.11-public/

   Genero Business Development Language 2.11.01

         New features :

  • New database drivers: Thanks to the new drivers you can access new databases that the version 2.10 did not allow, namely:
    • dbmpgs83x for a PostgreSQL 8.3.x client.
    • dbmmys51x for a MysSQL 5.1.x client.
    • dbmftm90 for a Unix FreeTDS 0.82 client (see http://www.freetds.org) connecting to Microsoft SQL Server 2005 .
    • dbmsncA0 for a SQL Server Native client connecting to SQL Server 2008.
    • dbmoraB1 for a Oracle 11g client.

  • Static SQL syntax has been extended:
    • Derived tables and derived column lists are now supported: Genero FGL static SQL syntax now supports derived tables and derived column lists in the FROM clause, for example:

        SELECT * FROM (SELECT * FROM customers ORDER BY cust_num) AS t(c1,c2,c3,...)

    • New transaction isolation levels of Informix 11: The SET ISOLATION statement now supports the new Informix 11 clauses for the COMMITTED READ option:

         SET ISOLATION TO COMMITTED READ [LAST COMMITTED] [RETAIN UPDATE LOCKS]

      When connecting to a non-Informix database, the LAST COMMITTED and RETAIN UPDATE LOCKS options are ignored. Other databases do not support these options, their behavior is the same as when these options are used with
      Informix 11.

    • The CAST operator: The CAST operator can now be used in static SQL statements:

         CAST ( expression AS sql-data-type )

      Note that only Informix data types are supported after the AS keyword.

  • New preprocessor option to remove line number information: You can now remove line number information with -p noln when preprocessing sources to get a readable output:

       fglcomp -E -p noln mymodule.4gl

  • Connecting to Oracle as SYSDBA or SYSOPER: In order to execute database administration tasks, you can now connect to Oracle as SYSDBA or SYSOPER with the CONNECT instruction:

       CONNECT TO "dbname" USER "scott/SYSDBA" USING "tiger"

  • New methods for ui.ComboBox: The ui.ComboBox class has been extended with new methods: getTextOf() and getIndexOf().

  • Make current row visible after sort in lists: A new FGLPROFILE entry has been added to force the current row to be automatically shown after a sort in a table:

       Dialog.currentRowVisibleAfterSort = 1

    By default, the offset does not change and the current row may disappear from the window. When this new parameter is used, the current row will always be visible.

  • The -b option of fglrun has been extended to recognize headers of pcode modules compiled with older versions of FGL. Additionally, fglform now writes build information in the 42f files, to identify on the production site what FGL version was used to compile forms.


   Genero Web Services 2.11.00

     Starting with this 2.11 release, the Genero Web Services extension offers a new HTTP Server low level API allowing to develop REST
     services or any other HTTP based services, such as RSS
.
     This release will also fix several bugs and offers other significant enhancements, such as XSD Facet constraints thanks to new 4GL attributes.

   Genero Application Server/Genero WebClient 2.11.01

     Starting with this 2.11 release, Genero Application Server embeds the Genero Web Client Framework. You will be able to serve
     GDC/AX connections, GWS requests and GWC connections from a unique GASD process.

     The Genero Web Client embedded in GAS 2.11 introduces :
  • the support of the Canvas widget (rendered as SVG objects in Firefox and VML objects in Internet Explorer)
  • the support of a Data Session framework allowing the management of persistent data through web browser cookies
     This release will also fix several bugs and offers other significants enhancements to improve the snippets based rendering engine.

     We would like to thank you for your interest in our products.

     Best regards,

     Four J's Development tools
Olivier E.
Four Js
Posts: 197


« Reply #1 on: April 04, 2008, 10:59:55 am »


   Beta version
   Genero 2.11




Documentation are available here :


   Genero Business Development Language Manual 2.11


                  https://4js.com/techdocs/genero/fgl/devel/DocRoot/index.html




   Genero Web Services Manual 2.11


                  https://4js.com/techdocs/genero/gws/devel/DocRoot/index.html




   Genero Desktop Client Manual 2.11


                  This documentation status is : finalization process. A new announce will be posted.



   Genero Application Server 2.11


                  This documentation status is : finalization process. A new announce will be posted.




Best regards,


Four J's Development Tools                 
Olivier E.
Four Js
Posts: 197


« Reply #2 on: April 04, 2008, 02:26:41 pm »


   Beta version
   Genero 2.11




   Genero Desktop Client Manual 2.11


                  https://4js.com/techdocs/genero/gdc/devel/DocRoot/index.html



   Genero Application Server 2.11


                  https://4js.com/techdocs/genero/gas/devel/DocRoot/index.html




Best regards,


Four J's Development Tools                 
Olivier E.
Four Js
Posts: 197


« Reply #3 on: April 18, 2008, 03:33:16 pm »


   Release Candidate version
   Genero 2.11


   Genero Application Server 2.11


   The Release Candidate 01 of Genero Application Server that include the Genero Web Client is now available at the following URL :

               http://www-eu.4js.com/support/private/fjs-beta-genero-2.11-public/

And Documentation :

               https://4js.com/techdocs/genero/gas/devel/DocRoot/index.html



   Best regards,


   Four J's Development Tools   


David H.
Posts: 158


« Reply #4 on: April 18, 2008, 03:43:39 pm »

Hi Olivier,

I think the link is bad. I get a IE cannot display page error with the URL as is. If I remove the -eu bit I get "The query select_tmpl1 failed"...

TIA,

David
Olivier E.
Four Js
Posts: 197


« Reply #5 on: April 18, 2008, 03:59:28 pm »

Hello David,


Sorry for the inconvenient : Four J's uses the services of a provider to deliver the packages, but they have a problem - please  wait a moment.


Best regards,


Olivier ECKERT - Four J's Support
Rocco G.
Posts: 4


« Reply #6 on: April 28, 2008, 06:17:31 pm »

Hi Olivier,
what is the approximate release date for Genero 2.11?

Thank you
Rocco
Pages: [1]
  Reply  |  Print  
 
Jump to:  

Powered by SMF 1.1.21 | SMF © 2015, Simple Machines