This publication includes information about new features and changes in existing
functionality.
These changes and enhancements are relevant to this publication.
Table 1. General, Version 3.00
Overview |
Reference |
Genero Studio now supports Genero, Genero Report Writer for BDL, and Genero
Mobile from a single installation. |
N/A |
Genero Studio now supports the Genero Web Client for Javascript (GWC-JS). |
See Web: GAS/GWC configurations. |
Genero Studio now supports connecting to the application server using HTTPS. |
See Web: GAS/GWC configurations. |
Generate a Genero archive (GAR) from Studio, for deployment to the GAS. |
See Genero Archive (GAR) packaging |
Genero Studio gives the ability to locate a document in the File Browser, in a BA diagram, or
in the System File Browser (the file browser of the operating system). The new System File Browser
feature facilitates the use of system file explorer integrated tools, such as SVN or Git
integration. |
See Locate a file (starting at Project Manager) or Locate a file (starting at File Browser). |
New configuration option for GAS, allowing the ability to run and debug Web
services from Genero Studio. |
See Web: GAS/GWC configurations. |
Table 2. Project Manager, Version 3.00
Overview |
Reference |
The properties Web Service and Web Service URL suffix have been
added for the Application node, allowing the ability to run and debug Web services from Genero
Studio. |
See Project Manager node properties. |
Table 3. DB Explorer, Version 3.00
Overview |
Reference |
DB Explorer module introduced to view and modify data in database tables and
to test SQL query results. With this tool, you can right-click on forms, reports and Web services to
view the data. |
See DB Explorer. |
DB Explorer expands support of SQL commands, in addition to
SELECT, INSERT, UPDATE, and
DELETE. |
See DB Explorer and Write a SQL query by hand. |
Table 5. Genero Mobile, Version 3.00
Overview |
Reference |
You can debug an application deployed to a mobile device. With
this new feature, the application is running on the mobile device and the Graphical Debugger is able
to attach to the process. |
See Debug a mobile application |
The DBAPP_MOBILE environment variable
provides warning messages regarding features not supported by mobile devices during the compilation
of applications generated by the Business Application Modeler. |
See DBAPP_MOBILE. |
Table 6. Business Application Modeler, Version 3.00
Overview |
Reference |
Publish JSON Web services via the Business Application Modeler. |
See JSON Web services. |
SOAP Web services enhanced with XML and XSD Schema Serialization attributes. |
See Webservice entity. |
Table 7. Code Editor, Version 3.00
Overview |
Reference |
Code Editor supports a horizontal view in the Diff tool, in addition to the
vertical view of previous versions. |
See Using the Diff tool. |
Table 8. Form Designer, Version 3.00
Overview |
Reference |
Support for new Form properties: keyboardHint, completer,
wantFixedPageSize, action, Disclosure
Indicator |
See Properties list. |
Support for new DateTimeEdit widget. |
See DateTimeEdit. |
Table 9. Search, Version 3.00
Overview |
Reference |
Search Results pane displays an improved search view, to include previous and
current search results organized as a collapsible tree. |
See The Search Results view. |
Table 10. Genero Report Writer, Version 3.00
Overview |
Reference |
Genero Report Viewer for HTML5 provides a browser equivalent of the Genero
Report Viewer. |
See fgl_report_selectDevice. |
A command-line utility checks and upgrades report design documents
(.4rp) files in batch. |
See Upgrading reports from prior versions. |
Report templates provide a wizard-based method for creating report design
documents (.4rp) from a generic report design. The wizard allows you to bind
repeating sections, add fields, and bind placeholders and parameters from a data schema, in order to
create a stand-alone report design document. A library of report templates have been provided, and
you can create your own templates. A template expansion mechanism is available as a command line
tool, usable from applications for generic reports. |
See Report templates. |
The report engine now limits the number worker threads in distributed mode, to
prevent memory exhaustion in times of critical load. Change the default value (25 threads) with the
environment variable GRE_MAX_CONCURRENT_JOBS. |
See GRE_MAX_CONCURRENT_JOBS |
You can now configure the default output directory for the Genero Report Engine with the
GREOUTPUTDIR environment variable. |
See GREOUTPUTDIR. |
There is an improved architecture using HTTP for previewing documents in a distributed setup.
Besides improvements in performance, the solution no longer requires the installation of a DVM on
the remote machine. |
See Distributed Mode. |
Table 12. Genero Report Designer, Version 3.00
Overview |
Reference |
Genero Report Designer provides a LastPageFooter section property. |
See section (Section). |
Support of Intelligent Mail bar code type. |
See intelligent-mail. |
New smartParse bar code property for bar code Code-128. When
enabled, this allows you to enter the bar code value, and the internal code will be computed for you
resulting in the shortest visual representation. |
See smartParse (Smart Parse) and code-128. |
New gs1* bar code aliases. |
See Bar Code type listing. |
Table 13. Graphical Debugger, Version 3.00
Overview |
Reference |
You can debug an already running process by attaching to the process. The process can be
running locally or on a remote computer. Attaching to a remote process allows you to debug an
application at a production site where Genero Studio is not installed. |
See Start the Debugger on a running program. |
You can debug an application deployed to a mobile device. With
this new feature, the application is running on the mobile device and the Graphical Debugger is able
to attach to the process. |
See Debug a mobile application |
You can debug Web services: server, client or both. |
See Debug a Web services server application. |