<< Criating and publishing Java Applet library >>

Author Message

Ihosvany Camps

Thursday 23 November 2006 1:07:20 pm

Hello all,

I am trying to make a library of Java Applet in eZ (in the same way as done for images, videos, etc.).

Until now I did the following:

In CONFIGURATION view:
1-) I created a new class group called "Java Applets"

2-) I created a class called"Java Applet" with the following attributes:
-- Information about the applet with identifier "info_aplet" (type: Textblock)
-- Height of the applet with identifier "HEIGHT" (type: Integer)
-- Width of the applet with identifier "WIDTH" (type: Integer)
-- Keyword for the applet (type: Keywords)
-- Applet code with identifier "applet_CODE" (type: Text line)
-- Applet file with identifier "archive" (type: File)
-- And some other attributes with applet properties like vertical and horizontal spaces, align, etc.

3-) I created a class called "Article with Applet". This is a copy of the Article class in witch I added an attribute called "Applet" with type "Object relation" (in the same way as the for the Images)

In DESIGN view:
Em DESIGN:
1-) I created a template called "article_applet" from the full.tpl template

2-) The article_applet template was edited and added the code for the applet into it:

<applet CODE="{$node.object.data_map.applet.applet_CODE}"
ARCHIVE="{$node.object.data_map.applet.archive}"
WIDTH="{$node.object.data_map.applet.width}"
HEIGHT="{$node.object.data_map.applet.height}"
HSPACE="{$node.object.data_map.applet.hspace}"
VSPACE="{$node.object.data_map.applet.vspace}"
ALIGN="{$node.object.data_map.applet.align}">
CalibreApplet2 aparecerá en un explorador compatible con JDK 1.1.
</applet>

The problem is that the applet is not found. I can not publish any info (attribute) about the applet using:

{attribute_view_gui attribute=$node.object.data_map.applet.applet_CODE}

That works to publish all other article's info.

Do you have any idea about how to make this work?

Many thanks in advance,

Camps

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 19 2025 04:34:12
Script start
Timing: Jan 19 2025 04:34:12
Module start 'layout'
Timing: Jan 19 2025 04:34:12
Module start 'content'
Timing: Jan 19 2025 04:34:12
Module end 'content'
Timing: Jan 19 2025 04:34:12
Script end

Main resources:

Total runtime0.0154 sec
Peak memory usage2,048.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0051 589.2891152.6406
Module start 'layout' 0.00510.0027 741.929739.4766
Module start 'content' 0.00780.0049 781.406389.3672
Module end 'content' 0.01280.0026 870.773430.3047
Script end 0.0153  901.0781 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002516.5637140.0002
Check MTime0.00117.2782140.0001
Mysql Total
Database connection0.00074.547510.0007
Mysqli_queries0.002113.707530.0007
Looping result0.00000.077410.0000
Template Total0.001912.110.0019
Template load0.00106.365910.0010
Template processing0.00095.698310.0009
Override
Cache load0.00074.449910.0007
General
dbfile0.00042.419380.0000
String conversion0.00000.037240.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs