Inside Oracle APEX auf Deutsch (von Patrick Wolf)

Interaktive Berichte in Oracle APEX 3.1 erstellen

In der neuesten Ausgabe vom Oracle Magazine befindet sich ein Artikel vom David Peake zum Thema Building Interactive Reports. "Das" neue Feature in der kommenden Oracle APEX 3.1.

Wenn Ihr es noch nicht selbst in der Beta angesehen habt, dann ist dieser Artikel eine gute Gelegenheit ein paar mehr Details über dieses wirklich nützliche neue Feature herauszufinden.

Ihr wollte noch mehr zu Oracle APEX 3.1 wissen, dann seht Euch mal die folgenden Artikel an:

Labels: ,


« ... Ganzen Artikel lesen ... »

Neue Features in Oracle APEX 3.1 - Aktualisierung der Beta Instanz

Die Beta Tester wurden darüber informiert, dass die Beta Instanz von Oracle APEX 3.1 letzten Freitag auf den aktuellen Stand gebracht wurde. Sieht so aus als hätte ich Glück mit meinem Undokumentierte neue Features in Oracle APEX 3.1 Artikel gehabt. Den ohne es zu wissen habe ich bereits auf der neuen Version gearbeitet.

Alles hatte ich anscheinend aber nicht entdeckt den es gibt noch mehr neue Features. Details findet Ihr im Mail vom APEX Team.
Thanks again for all your participation in our public evaluation instance of Application Express 3.1. We wanted to let you know that late last Friday, we upgraded the evaluation instance to bring it up to date with our development. If you haven't used your workspace in a while, now is the time to check it out again. Interactive Reports should be more stable and you will be able to try out our new BLOB support. Deinstall and install the Sample Application - some BLOB support using images has been included on the home tab and on the Products tab. You can also create an application, page or report and include a column that is a BLOB then edit the column or item and click the new link below the format or source to see the full format - more info to come in our doc and on the comments site.

If you find any new issues, please report them using the feedback application. The link is also available from within the hosted Application Express 3.1 evaluation instance Home page.

Wie Ihr in der Feedback Applikation sehen könnt, habe ich das neue BLOB Feature schon ein wenig getestet. Aber Eure Hilfe wird auch benötigt! Registriert Euch wenn Ihr es noch nicht gemacht habt und testet die neue Beta Version!!

Labels: ,


« ... Ganzen Artikel lesen ... »

Undokumentierte neue Features in Oracle APEX 3.1

Die Oracle Application Express (APEX) 3.1 Beta enthält noch viel mehr neue Features als nur die Interactive Report Region. Einige davon, wie z.B. erweiterte Wizards, neue Themes, Runtime Installation, Attachments für Mails, ... sind ja auch in der Evaluation Feedback Applikation erwähnt.

Aber vielleicht habt Ihr es noch nicht bemerkt, auch in den existierenden Features gibt es viele neue Eigenschaftsfelder, welche noch "undokumentiert" sind...

Ok, ich muss zugeben eigentlich sind sie ganz gut dokumentiert wenn man auf den Prompt des Feldes klickt. Aber
  1. ich habe einen guten Titel für den Artikel benötigt :-) und
  2. da sie nicht in der Feedback Applikation erwähnt sind haben wahrscheinlich viele der Beta Tester sie übersehen. Weil wir ja nicht umgedingt erwartet haben, dass etwas erweitert wird aber nicht darüber gesprochen wird.
Darum hier jetzt eine Liste von neuen Eigenschaften/Features welche ich so entdeckt habe als ich mich ein wenig auf der Evaluation Instance umgesehen habe. Die Texte sind großteils auf Englisch, da ich sie aus der Online Hilfe kopiert habe.

Workspace Themes

Workspace themes allow you to add to the theme repository. They are available when you create an application or when you create a theme for an existing application.

You create a workspace theme by selecting a theme from within an application. Once created, it cannot be edited directly. To edit, create an application based off the theme, edit the theme within that application and then you can create a new workspace theme with the updated application theme (and delete the old, if you no longer want it).

Page Item - Display As - Hidden and Protected

Dieser neue Feldtyp wird automatisch vom Wizard für alle Primary Key Spalten gesetzt. Damit wird der Wert welcher bei einem Submit gesendet wird ignoriert. Der Wert ist durch eine Checksum geschützt. Das löst ein mögliches Angriff Szenario welches von Anton Nielsen während einer "Unconference Session" auf der Oracle Open World gezeigt wurde.

Region Definition - Region Attributes

Region templates that contain the substitution string #REGION_ATTRIBUTES# will be substituted with this value.

Hinweis an den Dietmar: Ich denke das ist etwas was zu schon immer wolltest. Diese neue Eigenschaft erlaubt es uns ein allgemeines Template für eine spezielle Region anzupassen. Zum Beispiel kann man
width="300px"
eingeben um eine Breite zu setzen. Es muss kein speziellen Templates mehr für eine Seite erstellt werden, nur damit alle Regionen die gleiche Breite haben.

Report Attributes - Report Attributes Substituion

Gleich wie oben, nur für Report Templates.

Report Attributes - Enable Partial Page Refresh

Partial Page Rendering für Reports benötigt kein spezielles Template (die PPR Templates) mehr.

Report Column Attributes - Include In Export

Use the attribute to define whether this column should be included in a report export, this includes exporting to CSV and printing to PDF, Word or Excel.

Hinweis: Diese Einstellung ist neu für CSV. Für PDF hat es die Einstellung am "Print Attributes" Tab schon immer gegeben.

Report Print Attributes - Response Header

The response header is the information, that the server sends back to the browser in response to receiving an HTTP request. The response header contains the date, size and type of file that the server is sending back to the client and also data about the server itself.

The response header can be generated by Application Express based on your report settings or passed through from the print server. If you want to specify file name and content disposition, the response header needs to be based on your report settings.

Report Print Attributes - View File As

Using the View File As attribute, you can instruct the browser to either display a file open / save dialog when clicking on the report download link, or to display the report document inside the browser window. This selection is included in the http header of the document, using the content-disposition attribute.

Report Print Attributes - Print Server Overwrite

The Print Server Overwrite attribute allows configuring an alternative print server. A print server is typically configured centrally for all workspaces under the instance administration. Configuring an alternative print server at the report level allows for easier debugging and diagnosis of potential printing problems and also allows for the use of specific custom built end points to perform custom XSLT transformations.

Report Print Attributes - Total Width

Now showing the total of the column widths. Hurrah! :-)

Report Print Attributes - Column Width Units

Use the Column Width Units attributes to specify whether the column width values define the width in percent or points.

Report Print Attributes - Recalculate

The Recalculate button recalculates the column widths based on their current values so that the total is below or equal to 100.

Process - Automatic Row .../Multi Row ... - Runtime Where Clause

This SQL WHERE clause will be appended to all generated SELECT, UPDATE, and DELETE statements (e.g. DEPTNO = 10). Use this attribute to enhance the security of automatically generated SQL calls.

Page Definition - Include Standard CSS and JavaScript

Oracle Application Express typically requires specific CSS and JavaScript files. For some applications, such as mobile applications, you may wish to suppress the inclusion of these files in the HTML HEADER. Because suppressing the display of these files breaks typical applications, enabling this attribute is only recommended for advanced developers.

Report Queries

The wizard has changed a lot.

The definition page contains the new "View File As" property. You are now also able to derive the "Output Type" from an item.

There is also an export option available where you can download your report query as "XML Data" or as "XML Schema", so that you are able to test your report with real data.

Ein anderes neues cooles Feature entdeckt?

Dann lasst es mich/uns wissen!

Labels: ,


« ... Ganzen Artikel lesen ... »

Integration der ExtJS Javascript Library in Oracle APEX

Wollt Ihr wissen wie man die ExtJS Javascript Library in Oracle Application Express (APEX) integrieren kann?

Mark Lancaster hat eine ExtJS Beispiel Applikation erstellt welche die Integration demonstriert. Außerdem sieht man ganz gut wie so eine Oracle APEX Applikation aussehen könnte. Seht sie Euch mal an!

Labels: , , ,


« ... Ganzen Artikel lesen ... »