~ubuntu-branches/ubuntu/raring/scilab/raring-proposed

« back to all changes in this revision

Viewing changes to modules/javasci/help/en_US/javasci_limitations.xml

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2012-08-30 14:42:38 UTC
  • mfrom: (1.4.7)
  • Revision ID: package-import@ubuntu.com-20120830144238-c1y2og7dbm7m9nig
Tags: 5.4.0-beta-3-1~exp1
* New upstream release
* Update the scirenderer dep
* Get ride of libjhdf5-java dependency

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 -->
13
13
<!-- This document was created with Syntext Serna Free. -->
14
14
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:ns5="http://www.w3.org/1999/xhtml" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" version="5.0-subset Scilab" xml:id="javasci_v1_limitations" xml:lang="en">
15
 
  <refnamediv>
16
 
    <refname>javasci v1 limitations</refname>
17
 
    <refpurpose>Why javasci v1 is now deprecated ?</refpurpose>
18
 
  </refnamediv>
19
 
  <refsection>
20
 
    <title>Description</title>
21
 
    <para>The version V1 of javasci has some important limitations:</para>
22
 
    <itemizedlist>
23
 
      <listitem>To retrieve any variable from the Scilab language, knowing the type of the variable is mandatory a priori.</listitem>
24
 
      <listitem>Only a few types are managed by the interface (boolean, double, complex and string).</listitem>
25
 
      <listitem>Lack of consistency between Scilab and Java. For example, in Scilab, a scalar (matrix of [1,1]) is a matrix. In the Java interface, there are two different datatypes (example: SciDouble and SciDoubleArray).</listitem>
26
 
      <listitem>There is no serialization possible on most of the datatype.</listitem>
27
 
      <listitem>Calling a Scilab function can be done only with the Exec method and increases the complexity of the retrieval of multiple output arguments.</listitem>
28
 
      <listitem>The package name does not follow the package naming rules of Scilab and the Scilab Java checkstyle.</listitem>
29
 
      <listitem>Hard to manage graphics windows (this problem is not addressed yet in Javasci v2)</listitem>
30
 
      <listitem>No interaction with the event loop (this problem is not addressed yet in Javasci v2)</listitem>
31
 
      <listitem>Cannot manage several instances of Scilab (this problem is not addressed yet in Javasci v2)</listitem>
32
 
    </itemizedlist>
33
 
  </refsection>
34
 
  <refsection role="see also">
35
 
    <title>See Also</title>
36
 
    <simplelist type="inline">
37
 
      <member>
38
 
        Browse <link type="remote" linkend="javasci/javadoc/index.html">the documentation of Javasci v2.</link> (this will open the web browser).
39
 
      </member>
40
 
      <member>
41
 
        <link linkend="compile_and_run_javasci_v2">Compile and run with Javasci</link>
42
 
      </member>
43
 
      <member>
44
 
        <link linkend="javasci_faq_v2">Javasci FAQ</link>
45
 
      </member>
46
 
    </simplelist>
47
 
  </refsection>
48
 
  <refsection>
49
 
    <title>History</title>
50
 
    <revhistory>
51
 
      <revision>
52
 
        <revnumber>5.4.0</revnumber>
53
 
        <revdescription>
54
 
          Javasci v1 is removed.
55
 
        </revdescription>
56
 
      </revision>
57
 
    </revhistory>
58
 
  </refsection>
 
15
    <refnamediv>
 
16
        <refname>javasci v1 limitations</refname>
 
17
        <refpurpose>Why javasci v1 is now deprecated ?</refpurpose>
 
18
    </refnamediv>
 
19
    <refsection>
 
20
        <title>Description</title>
 
21
        <para>The version V1 of javasci has some important limitations:</para>
 
22
        <itemizedlist>
 
23
            <listitem>To retrieve any variable from the Scilab language, knowing the type of the variable is mandatory a priori.</listitem>
 
24
            <listitem>Only a few types are managed by the interface (boolean, double, complex and string).</listitem>
 
25
            <listitem>Lack of consistency between Scilab and Java. For example, in Scilab, a scalar (matrix of [1,1]) is a matrix. In the Java interface, there are two different datatypes (example: SciDouble and SciDoubleArray).</listitem>
 
26
            <listitem>There is no serialization possible on most of the datatype.</listitem>
 
27
            <listitem>Calling a Scilab function can be done only with the Exec method and increases the complexity of the retrieval of multiple output arguments.</listitem>
 
28
            <listitem>The package name does not follow the package naming rules of Scilab and the Scilab Java checkstyle.</listitem>
 
29
            <listitem>Hard to manage graphics windows (this problem is not addressed yet in Javasci v2)</listitem>
 
30
            <listitem>No interaction with the event loop (this problem is not addressed yet in Javasci v2)</listitem>
 
31
            <listitem>Cannot manage several instances of Scilab (this problem is not addressed yet in Javasci v2)</listitem>
 
32
        </itemizedlist>
 
33
    </refsection>
 
34
    <refsection role="see also">
 
35
        <title>See Also</title>
 
36
        <simplelist type="inline">
 
37
            <member>
 
38
                Browse <link type="remote" linkend="javasci/javadoc/index.html">the documentation of Javasci v2.</link> (this will open the web browser).
 
39
            </member>
 
40
            <member>
 
41
                <link linkend="compile_and_run_javasci_v2">Compile and run with Javasci</link>
 
42
            </member>
 
43
            <member>
 
44
                <link linkend="javasci_faq_v2">Javasci FAQ</link>
 
45
            </member>
 
46
        </simplelist>
 
47
    </refsection>
 
48
    <refsection>
 
49
        <title>History</title>
 
50
        <revhistory>
 
51
            <revision>
 
52
                <revnumber>5.4.0</revnumber>
 
53
                <revdescription>
 
54
                    Javasci v1 is removed.
 
55
                </revdescription>
 
56
            </revision>
 
57
        </revhistory>
 
58
    </refsection>
59
59
</refentry>