src/main/javadoc/overview.html
author Jaroslav Tulach <jtulach@netbeans.org>
Mon, 09 Jun 2014 10:01:06 +0200
changeset 702 e6f275887b20
parent 668 f0f27e06ceed
child 703 6da3da4c61a0
permissions -rw-r--r--
Documenting what will be new in 0.8.2
jaroslav@550
     1
<!--
jaroslav@550
     2
jaroslav@550
     3
    DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
jaroslav@550
     4
jaroslav@551
     5
    Copyright 2013-2014 Oracle and/or its affiliates. All rights reserved.
jaroslav@550
     6
jaroslav@550
     7
    Oracle and Java are registered trademarks of Oracle and/or its affiliates.
jaroslav@550
     8
    Other names may be trademarks of their respective owners.
jaroslav@550
     9
jaroslav@550
    10
    The contents of this file are subject to the terms of either the GNU
jaroslav@550
    11
    General Public License Version 2 only ("GPL") or the Common
jaroslav@550
    12
    Development and Distribution License("CDDL") (collectively, the
jaroslav@550
    13
    "License"). You may not use this file except in compliance with the
jaroslav@550
    14
    License. You can obtain a copy of the License at
jaroslav@550
    15
    http://www.netbeans.org/cddl-gplv2.html
jaroslav@550
    16
    or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
jaroslav@550
    17
    specific language governing permissions and limitations under the
jaroslav@550
    18
    License.  When distributing the software, include this License Header
jaroslav@550
    19
    Notice in each file and include the License file at
jaroslav@550
    20
    nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
jaroslav@550
    21
    particular file as subject to the "Classpath" exception as provided
jaroslav@550
    22
    by Oracle in the GPL Version 2 section of the License file that
jaroslav@550
    23
    accompanied this code. If applicable, add the following below the
jaroslav@550
    24
    License Header, with the fields enclosed by brackets [] replaced by
jaroslav@550
    25
    your own identifying information:
jaroslav@550
    26
    "Portions Copyrighted [year] [name of copyright owner]"
jaroslav@550
    27
jaroslav@550
    28
    Contributor(s):
jaroslav@550
    29
jaroslav@550
    30
    The Original Software is NetBeans. The Initial Developer of the Original
jaroslav@551
    31
    Software is Oracle. Portions Copyright 2013-2014 Oracle. All Rights Reserved.
jaroslav@550
    32
jaroslav@550
    33
    If you wish your version of this file to be governed by only the CDDL
jaroslav@550
    34
    or only the GPL Version 2, indicate your decision by adding
jaroslav@550
    35
    "[Contributor] elects to include this software in this distribution
jaroslav@550
    36
    under the [CDDL or GPL Version 2] license." If you do not indicate a
jaroslav@550
    37
    single choice of license, a recipient has the option to distribute
jaroslav@550
    38
    your version of this file under either the CDDL, the GPL Version 2 or
jaroslav@550
    39
    to extend the choice of license to its licensees as provided above.
jaroslav@550
    40
    However, if you add GPL Version 2 code and therefore, elected the GPL
jaroslav@550
    41
    Version 2 license, then the option applies only if the new code is
jaroslav@550
    42
    made subject to such option by the copyright holder.
jaroslav@550
    43
jaroslav@550
    44
-->
jaroslav@541
    45
<!DOCTYPE html>
jaroslav@541
    46
<html>
jaroslav@541
    47
    <head>
jaroslav@541
    48
        <title>HTML for Java APIs</title>
jaroslav@541
    49
        <meta charset="UTF-8">
jaroslav@541
    50
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
jaroslav@541
    51
    </head>
jaroslav@541
    52
    <body>
jaroslav@541
    53
        <p>
jaroslav@543
    54
         Use Java to write application logic; Use HTML5 to render the UI; 
jaroslav@630
    55
         {@link net.java.html.json.Model Animate an HTML page from Java}
jtulach@668
    56
         (see <a target="_blank" href="http://dew.apidesign.org/dew/#7212206">Duke being rotated</a> by CSS);
jaroslav@543
    57
         Use {@link net.java.html.json.OnReceive REST} or
jaroslav@543
    58
         <a href="net/java/html/json/doc-files/websockets.html">WebSockets</a>;
jaroslav@543
    59
         interact with <a href="net/java/html/js/package-summary.html">JavaScript</a>;
jaroslav@543
    60
         Get the best of both worlds!
jaroslav@543
    61
         
jaroslav@541
    62
         The goal of these APIs is to use full featured Java runtime 
jaroslav@568
    63
         (like real <a href="http://wiki.apidesign.org/wiki/HotSpot">HotSpot VM</a>), 
jaroslav@541
    64
         but still rely on a very lightweight rendering technology 
jaroslav@541
    65
         (so it can potentially fit 
jaroslav@541
    66
         <a href="http://bck2brwsr.apidesign.org">Bck2Brwsr</a> and definitely
jaroslav@541
    67
         to various types of phones). What can be more lightweight 
jaroslav@541
    68
         (from a browser perspective) than 
jaroslav@541
    69
         <a href="http://wiki.apidesign.org/wiki/HTML">HTML</a>!?
jaroslav@541
    70
         By default we use {@link net.java.html.boot.fx JavaFX's WebView} 
jaroslav@541
    71
         component to display the <a href="http://wiki.apidesign.org/wiki/HTML">HTML</a>. 
jaroslav@541
    72
         We eliminate the need to manipulate the DOM directly, 
jaroslav@541
    73
         there is a special {@link net.java.html.json Java to Knockout.js binding}. 
jaroslav@617
    74
         As a result the <a href="http://knockoutjs.com">HTML uses Knockout.js syntax</a>, 
jaroslav@541
    75
         yet the application code can be written in Java.
jaroslav@541
    76
        </p>
jaroslav@541
    77
        
jtulach@702
    78
        <h3>What's New in Version 0.8.2?</h3>
jtulach@702
    79
        
jtulach@702
    80
        <p>
jtulach@702
    81
            Few bugfixes for better portability. 
jtulach@702
    82
            New API for {@link net.java.html.boot.script.Scripts headless execution}
jtulach@702
    83
            on top of <em>Nashorn</em>. Does not run <em>knockout for Java</em>
jtulach@702
    84
            fully yet 
jtulach@702
    85
            (reported as <a href="https://bugs.openjdk.java.net/browse/JDK-8046013">JDK-8046013</a>),
jtulach@702
    86
            however even in current state it is quite 
jtulach@702
    87
            {@link net.java.html.script.Scripts useful for testing}
jtulach@702
    88
            of 
jtulach@702
    89
            {@link net.java.html.js.JavaScriptBody Java/JavaScript interactions}.
jtulach@702
    90
        </p>
jtulach@702
    91
        
jtulach@654
    92
        <h3>What's New in Version 0.8.1?</h3>
jtulach@654
    93
        
jtulach@654
    94
        <p>
jtulach@656
    95
            {@link net.java.html.boot.fx.FXBrowsers} has been extended
jtulach@656
    96
            with new helper methods to make it easier to use HTML+Java
jtulach@656
    97
            API in existing JavaFX applications.
jtulach@656
    98
            The annotation processor is made
jtulach@654
    99
            more robust with respect to errors in callback syntax of
jtulach@654
   100
            {@link net.java.html.js.JavaScriptBody} body parameter.
jtulach@654
   101
            Javadoc of {@link net.java.html.BrwsrCtx#execute} method
jtulach@654
   102
            has been improved based on a failure of its usability study.
jtulach@654
   103
            There can be additional parameters to methods annotated by
jtulach@654
   104
            {@link net.java.html.json.OnReceive} that allows one to
jtulach@654
   105
            pass state when a JSON call is made and use it when it finishes.
jtulach@654
   106
            The mechanism of discovery of sibling HTML page has been
jtulach@654
   107
            extended to work on systems that don't support
jtulach@654
   108
            {@link java.lang.Class#getProtectionDomain}.
jtulach@654
   109
        </p>
jtulach@654
   110
        
jaroslav@630
   111
        <h3>What's New in Version 0.8?</h3>
jaroslav@617
   112
        
jaroslav@617
   113
        <p>
jtulach@650
   114
            The first argument of method annotated by
jtulach@650
   115
            {@link net.java.html.json.OnReceive} annotation has to
jtulach@650
   116
            be the associated {@link net.java.html.json.Model model class}.
jtulach@650
   117
        </p>
jtulach@650
   118
        
jtulach@650
   119
        <p>
jtulach@647
   120
            {@link net.java.html.json.OnReceive} annotation now accepts
jtulach@647
   121
            {@link java.util.List} of data values as second argument
jtulach@647
   122
            (previously required an array).
jtulach@647
   123
        </p>
jtulach@647
   124
        
jtulach@647
   125
        
jtulach@647
   126
        <h3>What's New in Older Versions?</h3>
jtulach@647
   127
        
jtulach@647
   128
        <p>
jaroslav@617
   129
            {@link net.java.html.js.JavaScriptBody} annotation has new attribute
jaroslav@617
   130
            {@link net.java.html.js.JavaScriptBody#wait4js()} which allows
jaroslav@617
   131
            asynchronous execution. Libraries using
jaroslav@617
   132
            {@link net.java.html.js.JavaScriptBody} are urged to use this
jaroslav@617
   133
            new attribute as much as possible, as it can speed up execution
jaroslav@617
   134
            in certain environments.
jaroslav@617
   135
        </p>
jaroslav@617
   136
        
jaroslav@617
   137
        <p>
jaroslav@617
   138
            Use {@link net.java.html.BrwsrCtx#execute(java.lang.Runnable)} in
jaroslav@617
   139
            multi-threaded environment to execute your code on the browser thread.
jaroslav@617
   140
            See example 
jaroslav@617
   141
            {@link net.java.html.BrwsrCtx#execute(java.lang.Runnable) using Java timer}.
jaroslav@617
   142
        </p>
jaroslav@617
   143
        
jaroslav@541
   144
        <h3>Interesting Entry Points</h3>
jaroslav@541
   145
        
jaroslav@541
   146
        <p>Learn how to {@link net.java.html.json.Model animate an HTML page from Java}
jaroslav@541
   147
            without referencing single HTML element from the Java code.
jaroslav@541
   148
        </p>
jaroslav@541
   149
        <p>Use {@link net.java.html.json.OnReceive JSON} to communicate
jaroslav@541
   150
            with REST based server API.
jaroslav@541
   151
        </p>
jaroslav@541
   152
        <p>Use <a href="net/java/html/json/doc-files/websockets.html">WebSockets</a>
jaroslav@541
   153
            and JSON.
jaroslav@541
   154
        </p>
jaroslav@541
   155
        <p>Call JavaScript methods from Java and vice versa, via
jaroslav@541
   156
            <a href="net/java/html/js/package-summary.html">JavaScriptBody</a>.
jaroslav@541
   157
        </p>
jaroslav@541
   158
jaroslav@541
   159
        <h3>Getting Started</h3>
jaroslav@541
   160
jaroslav@541
   161
        There are many ways to start developing 
jaroslav@541
   162
        <a href="http://html.java.net">Html for Java</a> application. 
jaroslav@541
   163
        However to be sure one chooses the most recent setup, it is recommended
jaroslav@541
   164
        to switch to good old command line and use a 
jaroslav@541
   165
        <a href="http://wiki.apidesign.org/wiki/Knockout4Java">Maven archetype</a>
jaroslav@610
   166
        associated with every version of this project. Make sure at least 
jaroslav@610
   167
        <em>JDK7</em> is your installed Java and type:
jaroslav@541
   168
        <pre>      
jaroslav@541
   169
$ mvn archetype:generate \
jaroslav@541
   170
 -DarchetypeGroupId=org.apidesign.html \
jaroslav@541
   171
 -DarchetypeArtifactId=knockout4j-archetype \
jaroslav@608
   172
 -DarchetypeVersion=0.7.5 <em># or newer version, if available</em>
jaroslav@541
   173
        </pre>
jaroslav@611
   174
        Answer few questions (for example choose myfirstbrwsrpage as artifactId) 
jaroslav@611
   175
        and then you can:
jaroslav@541
   176
        <pre>
jaroslav@541
   177
$ cd myfirstbrwsrpage
jaroslav@541
   178
$ mvn process-classes exec:java
jaroslav@541
   179
        </pre>
jaroslav@541
   180
        In a few seconds (or minutes if 
jaroslav@541
   181
        <a href="http://wiki.apidesign.org/wiki/Maven">Maven</a>
jaroslav@541
   182
        decides to download the whole Internet of dependencies) you should 
jaroslav@611
   183
        see a sample Hello World application rendered in a 
jaroslav@611
   184
        <a href="http://wiki.apidesign.org/wiki/JavaFX">JavaFX</a>
jaroslav@611
   185
        web view component (that of course requires your JDK to come
jaroslav@611
   186
        with <a href="http://wiki.apidesign.org/wiki/JavaFX">JavaFX</a>; 
jaroslav@611
   187
        <a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">JDK7 
jaroslav@611
   188
            and JDK8 from Oracle</a> contain everything that is needed). 
jaroslav@611
   189
        The generated application is built around one 
jaroslav@611
   190
        Java source (uses the {@link net.java.html.json.Model} annotation to
jaroslav@611
   191
        auto-generate another <code>Data.java</code> class during compilation)
jaroslav@611
   192
        and one HTML file (uses the <a href="http://knockoutjs.com">Knockout</a>
jaroslav@611
   193
        syntax to <code>data-bind</code> the HTML elements to the 
jaroslav@611
   194
        generated <code>Data</code> model):
jaroslav@541
   195
        <pre>
jaroslav@541
   196
$ ls src/main/java/**/DataModel.java
jaroslav@541
   197
$ ls src/main/webapp/pages/index.html
jaroslav@541
   198
        </pre>
jaroslav@611
   199
        That is all you need to get started. Play with the sources, 
jaroslav@611
   200
        modify them and enjoy
jaroslav@541
   201
        <a href="http://html.java.net">Html for Java</a>!
jaroslav@541
   202
        
jaroslav@614
   203
        <h2>IDE Support</h2>
jaroslav@614
   204
        
jaroslav@614
   205
        <p>
jaroslav@614
   206
            This API is part of <a target="_blank"
jaroslav@614
   207
            href="http://netbeans.org">NetBeans.org</a> project and as such
jaroslav@614
   208
            it works naturally with the <a target="_blank"
jaroslav@614
   209
            href="https://netbeans.org/features/index.html">NetBeans IDE</a>.
jaroslav@614
   210
            On the other hand, the API is using nothing NetBeans specific,
jaroslav@614
   211
            it builds on standard Java6 APIs and as such it shall work fine
jaroslav@614
   212
            in any IDE.
jaroslav@614
   213
        </p>
jaroslav@614
   214
        
jaroslav@614
   215
        <p>
jaroslav@614
   216
            A lot of work is done by 
jaroslav@614
   217
            <a href="http://wiki.apidesign.org/wiki/AnnotationProcessor">
jaroslav@614
   218
            annotation processors</a>
jaroslav@614
   219
            that generate various boiler plate code during compilation. This
jaroslav@614
   220
            is a standard part of Java since JDK6, but for example Eclipse
jaroslav@614
   221
            is known not to deal with processors well and developers using
jaroslav@614
   222
            it need to be careful. IntelliJ users hasn't reported any issues
jaroslav@614
   223
            and of course, NetBeans IDE support for 
jaroslav@614
   224
            <a href="http://wiki.apidesign.org/wiki/AnnotationProcessor">processors</a>
jaroslav@614
   225
            is outstanding.
jaroslav@614
   226
        </p>
jaroslav@614
   227
        
jaroslav@614
   228
        <p>
jaroslav@614
   229
            When using {@link net.java.html.js.JavaScriptBody} annotation, it is
jaroslav@614
   230
            useful to do a bit of post processing of classes. There is a
jaroslav@614
   231
            <a href="http://wiki.apidesign.org/wiki/Maven">Maven</a> 
jaroslav@614
   232
            plugin for that.
jaroslav@614
   233
            NetBeans IDE will invoke it when doing a build. Other IDEs may 
jaroslav@614
   234
            need some hint to do so. 
jaroslav@614
   235
            Anyway: If one does not see all (generated) sources or is getting
jaroslav@614
   236
            {@link java.lang.LinkageError}s when executing the application, 
jaroslav@614
   237
            switch to command line and do clean build
jaroslav@614
   238
            from there:
jaroslav@614
   239
        </p>
jaroslav@614
   240
        <pre>$ mvn clean install</pre>
jaroslav@614
   241
        <p>
jaroslav@614
   242
            If that succeeds, your IDE of choice will hopefully
jaroslav@614
   243
            pick the generated sources up and present the result of the build 
jaroslav@614
   244
            properly. If not, 
jaroslav@614
   245
            <a href="https://netbeans.org/downloads/">download NetBeans</a>, 
jaroslav@614
   246
            you will be pleasantly 
jaroslav@614
   247
            surprised - for example with our excellent 
jaroslav@614
   248
            <a href="net/java/html/js/package-summary.html#debugging">Java/JavaScript 
jaroslav@614
   249
            debugging</a> support.
jaroslav@614
   250
        </p>
jaroslav@614
   251
        
jaroslav@615
   252
        <a name="deploy">
jaroslav@615
   253
        <h2>Deploy Your Application</h2>
jaroslav@615
   254
        </a>
jaroslav@615
   255
        
jaroslav@615
   256
        <p>
jaroslav@615
   257
        It is not goal of this documentation to list all possible ways
jaroslav@615
   258
        to package and deploy applications which use this API. However it is 
jaroslav@615
   259
        important for new comers to see the benefits of using the
jaroslav@615
   260
        <a href="http://html.java.net">HTML for Java</a> API and as such
jaroslav@615
   261
        let's list at least few bundling options, known to work at the time of writing 
jaroslav@615
   262
        this documentation.
jaroslav@615
   263
        </p>
jaroslav@615
   264
        
jaroslav@615
   265
        <p>
jaroslav@615
   266
        First of all, this is a <em>client technology</em>. You write client applications
jaroslav@615
   267
        with it which may, but need not connect to a server. You don't need
jaroslav@615
   268
        Tomcat or WebLogic to deploy 
jaroslav@615
   269
        <a href="http://html.java.net">HTML for Java</a> applications.
jaroslav@615
   270
        </p>
jaroslav@615
   271
        
jaroslav@615
   272
        <p>
jaroslav@615
   273
            <img src='resources/javafx_logo.jpg' width="64"
jaroslav@615
   274
                 height="64" align="left"/>
jaroslav@615
   275
            The sample project generated by
jaroslav@615
   276
            <code>org.apidesign.html knockout4j-archetype</code> is configured
jaroslav@615
   277
            to use <a href="http://wiki.apidesign.org/wiki/JavaFX">JavaFX</a>
jaroslav@615
   278
            as the rendering technology. This setup is primarily suitable for 
jaroslav@615
   279
            development - it needs no special packaging, starts quickly and
jaroslav@615
   280
            allows you to use classical HotSpot VM debuggers. A final 
jaroslav@615
   281
            artifact from the build is also a ZIP file which you can use
jaroslav@615
   282
            and distribute to your users. Good for desktop applications.
jaroslav@615
   283
        </p>
jaroslav@615
   284
        
jaroslav@615
   285
        <p>
jaroslav@615
   286
            <img src='resources/netbeans_logo.jpg' width="64"
jaroslav@615
   287
                 height="64" align="right"/>
jaroslav@615
   288
            <img src='resources/eclipse_logo.png' width="64"
jaroslav@615
   289
                 height="64" align="right"/>
jaroslav@615
   290
            All the <a href="http://html.java.net">HTML for Java</a> libraries
jtulach@638
   291
            are packaged as <a href="http://wiki.apidesign.org/wiki/OSGi">OSGi</a>
jaroslav@615
   292
            bundles and as such they can easily be run in NetBeans as well as
jaroslav@615
   293
            in Eclipse. As a result one can use 
jaroslav@615
   294
            <a href="http://wiki.apidesign.org/wiki/OSGi">OSGi</a>
jtulach@638
   295
            and have a common module system for both platforms. In addition to that 
jtulach@638
   296
            one can render using
jaroslav@615
   297
            HTML and have a common UI in both platforms. In such case
jaroslav@615
   298
            your application would be packaged as a set of
jaroslav@615
   299
            <a href="http://wiki.apidesign.org/wiki/OSGi">OSGi</a> bundles.
jaroslav@615
   300
            Read 
jaroslav@615
   301
            <a href="http://wiki.apidesign.org/wiki/HTML">more</a>...
jaroslav@615
   302
        </p>
jaroslav@615
   303
        
jaroslav@615
   304
        <p>
jaroslav@615
   305
            <img src='resources/chrome_logo.png' width="64"
jaroslav@615
   306
                 height="64" align="left"/>
jaroslav@615
   307
            <img src='resources/safari_logo.png' width="64"
jaroslav@615
   308
                 height="64" align="left"/>
jaroslav@615
   309
            <img src='resources/ie_logo.png' width="64"
jaroslav@615
   310
                 height="64" align="left"/>
jaroslav@615
   311
            <img src='resources/firefox_logo.png' width="64"
jaroslav@615
   312
                 height="64" align="left"/>
jaroslav@615
   313
            
jaroslav@615
   314
            There is more and more attempts to execute Java bytecode
jtulach@638
   315
            in a browser, without any special Java plugin installed.
jaroslav@615
   316
            The <a href="http://html.java.net">HTML for Java</a> is
jaroslav@615
   317
            carefully designed to produce lightweight, well performing
jaroslav@615
   318
            applications even on such restricted environments. It uses
jaroslav@615
   319
            no reflection calls and that allows to statically pre-compile
jaroslav@615
   320
            the applications into JavaScript. One of such environments
jtulach@638
   321
            is called <a href="http://wiki.apidesign.org/wiki/Bck2Brwsr">Bck2Brwsr</a>, 
jtulach@638
   322
            another <a href="http://wiki.apidesign.org/wiki/TeaVM">TeaVM</a>. Both support the
jaroslav@615
   323
            {@link net.java.html.js.JavaScriptBody} annotation. Read 
jaroslav@615
   324
            <a href="http://wiki.apidesign.org/wiki/Bck2BrwsrViaCLI">more</a> or play
jaroslav@616
   325
            a minesweeper game packaged for your browser 
jaroslav@616
   326
            (of course <a target="_blank"
jaroslav@616
   327
                href="http://source.apidesign.org/hg/html~demo/file/ea79b73d590a/minesweeper/src/main/java/org/apidesign/demo/minesweeper/MinesModel.java">
jaroslav@616
   328
                written</a> in Java):
jaroslav@615
   329
        </p>
jaroslav@616
   330
        
jaroslav@616
   331
        <script type="text/html" id="field">
jaroslav@616
   332
            <table class="field">
jaroslav@616
   333
                <tbody>
jaroslav@616
   334
                    <!-- ko foreach: rows -->
jaroslav@616
   335
                    <tr>
jaroslav@616
   336
                        <!-- ko foreach: columns -->
jaroslav@616
   337
                        <td data-bind="css: style, click: $parents[1].click" >
jaroslav@616
   338
                            <div data-bind='html: html'></div>
jaroslav@616
   339
                        </td>
jaroslav@616
   340
                        <!-- /ko -->
jaroslav@616
   341
                    </tr>
jaroslav@616
   342
                    <!-- /ko -->
jaroslav@616
   343
                </tbody>
jaroslav@616
   344
            </table>
jaroslav@616
   345
        </script>
jaroslav@616
   346
jaroslav@616
   347
        <div data-bind="template: { name : 'field', if: fieldShowing }"></div>
jaroslav@616
   348
jaroslav@616
   349
        <!-- boot bck2brwsr -->
jaroslav@616
   350
        <script type="text/javascript" src="resources/teavm.js"></script>
jaroslav@616
   351
        <script>
jaroslav@616
   352
            var vm = new VM();
jaroslav@616
   353
            vm.loadClass('org.apidesign.demo.minesweeper.MainBrwsr');
jaroslav@616
   354
        </script>
jaroslav@616
   355
jaroslav@615
   356
        <p>
jtulach@654
   357
            <img src='resources/ios_logo.jpg' width="64"
jtulach@654
   358
                 height="64" align="right"/>
jaroslav@615
   359
            <img src='resources/android_logo.jpg' width="64"
jaroslav@615
   360
                 height="64" align="right"/>
jaroslav@615
   361
            
jaroslav@615
   362
            Now when we have seen that the 
jaroslav@615
   363
            <a href="http://html.java.net">HTML for Java</a> applications 
jaroslav@615
   364
            can run on any modern browser, we can ask whether they can also
jaroslav@615
   365
            fit into a phone!? Yes, they can and especially to phones 
jaroslav@615
   366
            that can execute Java code already! Just by changing your
jaroslav@615
   367
            packaging you can create an APK file and deploy it to your
jaroslav@615
   368
            Android phone. 
jtulach@624
   369
            Read <a target="_blank" href="http://wiki.apidesign.org/wiki/DlvkBrwsr">more</a>...
jtulach@654
   370
            In case you'd like your application to reach out to second biggest
jtulach@654
   371
            group of smartphone users, don't despair: It 
jtulach@654
   372
            seems the set of devices that can execute
jtulach@654
   373
            <a href="http://html.java.net">HTML for Java</a> applications 
jtulach@654
   374
            has been extended to <em>iPads</em> and <em>iPhones</em>. Get the 
jtulach@654
   375
            <a target="_blank" href="http://wiki.apidesign.org/wiki/IBrwsr">details here</a>
jtulach@654
   376
            and deploy everywhere!
jaroslav@615
   377
        </p>
jaroslav@615
   378
        <p>
jaroslav@615
   379
            Convinced it makes sense to use 
jaroslav@615
   380
            <a href="http://html.java.net">HTML for Java</a>
jaroslav@615
   381
            APIs for writing applications that are 
jaroslav@615
   382
            <em>written once, displayed anywhere</em>? Or do you have an
jaroslav@615
   383
            environment which is not supported? In such case you can bring
jaroslav@615
   384
            <a href="http://html.java.net">HTML for Java</a>
jaroslav@615
   385
            to your environment yourself. Just implement your own
jaroslav@615
   386
            {@link org.apidesign.html.boot.spi.Fn.Presenter}!
jaroslav@615
   387
        </p>
jaroslav@615
   388
        
jaroslav@607
   389
        <h2>Other Resources</h2>
jaroslav@607
   390
        
jaroslav@607
   391
        <img src="net/java/html/json/doc-files/DukeHTML.png" width="256" height="184" alt="Duke and HTML5. Together at last!" align="right"/>
jaroslav@607
   392
        
jaroslav@607
   393
        The javadoc for latest and previous versions is also available
jaroslav@607
   394
        online:
jaroslav@607
   395
        <ul>
jaroslav@607
   396
            <li>Current <a target="_blank" href="http://bits.netbeans.org/html+java/dev/">development</a> version
jtulach@654
   397
            <li>Version <a target="_blank" href="http://bits.netbeans.org/html+java/0.8">0.8</a>
jaroslav@607
   398
            <li>Version <a target="_blank" href="http://bits.netbeans.org/html+java/0.7.5">0.7.5</a>
jaroslav@607
   399
        </ul>
jaroslav@616
   400
        
jaroslav@616
   401
<style type="text/css">
jaroslav@616
   402
table.field td {
jaroslav@616
   403
    padding: 4px;
jaroslav@616
   404
    width: 18px;
jaroslav@616
   405
    height: 18px;
jaroslav@616
   406
    font-size: 1.5em;
jaroslav@616
   407
    border: 1px solid black;
jaroslav@616
   408
}
jaroslav@616
   409
table.field td.UNKNOWN {
jaroslav@616
   410
    background-color: #D6E4E1;
jaroslav@616
   411
    cursor: pointer;
jaroslav@616
   412
}
jaroslav@616
   413
table.field td.EXPLOSION {
jaroslav@616
   414
    background-color: #A31E39;
jaroslav@616
   415
}
jaroslav@616
   416
table.field td.DISCOVERED {
jaroslav@616
   417
    background-color: #9DB2B1;
jaroslav@616
   418
}
jaroslav@616
   419
</style>        
jaroslav@541
   420
    </body>
jaroslav@541
   421
</html>