Inside Oracle APEX auf Deutsch (von Patrick Wolf)

Die Zukunft von Oracle APEX - alias Oracle APEX 4.0

Wenn Ihr es noch nicht am Blog vom Marc Sewtz oder in der neuesten Ausgabe des Newsletters der Deutschen Oracle APEX Community gelesen habt, am Freitag dem 25. Juli findet um 14:00 ein WebCast zu den Features statt an denen das Oracle APEX Team zur Zeit für Oracle APEX 4.0 arbeitet! Der WebCast wird aber auch ein paar nützliche Tipps & Tricks zu APEX 3.1.1 liefern.

Die Details wie Ihr am WebCast teilnehmen könnt findet Ihr auf der Deutschen Oracle APEX Community Web Site.

Übrigens, auch eine tolle Gelegenheit sich mal das Archiv der Tipps & Tricks anzusehen und sich für den Newsletter anzumelden!

Labels: ,


« ... Ganzen Artikel lesen ... »

Gibt es Leben auf dem Planeten Oracle APEX 3.2?

Sicher gibt es das! ;-)

David Peake der Produkt Manager für Oracle Application Express (APEX) hat vor kurzem über seine "inoffiziellen" Einblick auf die ToDo Liste geschrieben, was sich da so befindet für die Version nach der Patch Release von Oracle APEX 3.1.

Details gibt es in seinem Artikel A peek over the Application Express horizon!

PS: Anscheinend gibt es hier auf diesem Blog auch wieder Leben ;-)

Labels: ,


« ... Ganzen Artikel lesen ... »

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 ... »

Oracle APEX 3.1 Evaluations Instanz aktualisiert!

Wenn Ihr Euch bereits für das Oracle APEX 3.1 Beta Programm registriert habt, dann werdet Ihr wahrscheinlich schon die Mail gesehen haben, dass die Beta Evaluationsinstanz mit der aktuellen Version aus der Entwicklung aktualisiert wurde.

Neben vielen Korrekturen im Bereich der neuen Interactive Report Regionen, wurden wie auch schon vom Dimitri registriert, einige der Icons im Builder einem Face Lifting unterzogen.

Übrigens, habe gerade ein nettes neues kleines Feature in den Interactive Report Regions entdeckt. Es ist jetzt möglich die Berichtskriterien zu verkleinern, danach werden nur noch die Icons ohne dem Text angezeigt.


Wenn Ihr noch nicht am Beta Programm teilnehmt, dann wird es aber Zeit! Meldet Euch an und testet mal ein wenig, damit die finale Version so stabil als möglich wird. Wenn Ihr nicht mitmacht, dann bitte danach nicht über eventuelle Bugs meckern. Ihr hattet Eure Chance!

Labels: ,


« ... Ganzen Artikel lesen ... »

Oracle APEX 3.1 Evaluationsversion zum Betatesten veröffentlicht!

Habe gerade gelesen, dass das Oracle APEX Team die Oracle Application Express (APEX) 3.1 Evaluationsversion zum Betatesten veröffentlicht hat. Wie auch schon bei 3.0 werden die Tests auf apex.oracle.com durchgeführt. Darum macht Euch bereit, registiert Euch für einen Workspace und testet die neue Version.

Die neuen "Interactive Report Regions" sind wirklich toll! Darum gebt dem Team viel Feedback zu den neuen/geänderten Features damit die finale Version genauso stabil wird wie üblich!

Alle Details könnt Ihr in der nachfolgenden Originalmail nachlesen:

To access our hosted instance, please register.
If you have participated in a previous evaluation, you will bypass the short survey.
After registering, you will be provided with access to the evaluation instance from which new accounts can be requested.

You will need to request a workspace and then wait on the email notification.

The new feature that we would really like feedback on is our new region type - Interactive Report. This is a new SQL query based region type that lets end-users customize which columns they see as well as column order. End users can also, sort, filter, break, sum, highlight, and add computed columns using simple pull down menus.

The full list of 3.1 features available with this Early Adopters release is:
  • Application Builder
    • Interactive Report Regions *
    • Templates
      • Improve Searching of templates
      • Replace Templates
      • Publish Templates
      • Bulk Unsubscribe of templates
      • 2 New Themes
    • Wizards
      • Allow for early exit when creating HTML region
      • Create Interactive Report Wizard
      • Remove 32k limit on Create Application on a Spreadsheet
    • Addition of Application Groups
    • Simplification of Page Group pages
    • Addition of Application Date Format
    • Support for Declarative Media Type
    • Can view existence of run-only application (but cannot edit them)
    • Display Application Name in App Builder footer
  • Workspace Administration
    • Workspace-specific Builder Notifications
  • Runtime Installation
  • APIs
    • Augment APEX_MAIL API to support adding attachments to e-mails
Please remember, the success of this Application Express 3.1 evaluation depends on user feedback. All participants are strongly encouraged to provide feedback using the feedback application. The link is also available from within the hosted Application Express 3.1 evaluation instance Home page.

Labels: ,


« ... Ganzen Artikel lesen ... »

Oracle APEX 3.0 auf der Zielgerade?

Befindet sich die Entwicklung von Oracle APEX 3.0 auf der Zielgerade?

Wenn Ihr einige Antworten des Entwicklungsteams in der APEX 3.0 Feedback Anwendung lest, wie z.B.

[...] I have logged a bug but it won't be fixed for 3.0 because we have already sent our translations out and even though this would not be a new string [...]

dann schaut das sehr danach aus, dass sie sich langsam in einem Stadium befinden wo sie keine fundamentalen Änderungen mehr machen.

Ich bin sicher, dass APEX Entwicklungsteam freut sich, wenn Ihr ihm bei der Fehlersuche in den neuen Features helft, damit APEX 3.0 eine richtig stabile Entwicklungsumgebung wird wenn sie ausgeliefert wird. Oder wie der Carl (einer der APEX Entwickler) bei einer anderen Gelegenheit gesagt hat

I'm sure he'd be thrilled to get bug reports and feature requests who doesn't want more work?

Darum nehmt Euch kurz mal Zeit, logged Euch in die Evaluations Instanz von APEX 3.0 ein und testet mal die verschiedenen neuen Features auf Herz und Nieren durch! Zusammen können wir ihnen helfen, dass APEX 3.0 eine stabile neue Version mit vielen tollen neuen Features wird!

Für alle die bereits getestet haben, nach meinem Wissen wurde die Evaluations-Instanz am 22. Feb. aktualisiert, darum überprüft mal was bereits korrigiert wurde!

Labels: , ,


« ... Ganzen Artikel lesen ... »