~ubuntu-branches/ubuntu/quantal/netbeans/quantal

« back to all changes in this revision

Viewing changes to apisupport/project/javahelp/org/netbeans/modules/apisupport/project/docs/distribute_plugin/apisupport_using_shared_jnlp_repository.html

  • Committer: Bazaar Package Importer
  • Author(s): Marek Slama
  • Date: 2008-01-29 14:11:22 UTC
  • Revision ID: james.westby@ubuntu.com-20080129141122-fnzjbo11ntghxfu7
Tags: upstream-6.0.1
Import upstream version 6.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<!--
 
3
 *        Copyright � 2005 Sun Microsystems, Inc. All rights reserved. 
 
4
 *        Use is subject to license terms.
 
5
> -->
 
6
<html>
 
7
<head>
 
8
 
 
9
    <title>Using the NetBeans Shared JNLP Repository</title>
 
10
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 
11
    <link rel="StyleSheet" href="../../../../usersguide/ide.css" type="text/css">
 
12
</head>
 
13
 
 
14
<body>
 
15
    <h2>Using the NetBeans Shared JNLP Repository</h2>
 
16
    <p><small> 
 
17
        <a href="#seealso">See Also</a> 
 
18
    </small></p>
 
19
    
 
20
    By default, the JNLP application generated for a
 
21
    module suite project always contains all the module suite
 
22
    project's
 
23
    modules as well as all the modules that the module
 
24
    suite project depends on.
 
25
    This may be useful for intranet usage, but it is a
 
26
    bit less practical for wide internet use. When on
 
27
    the internet, it is much better if all the applications
 
28
    built on the NetBeans Platform refer to <i>one</i> repository
 
29
    of NetBeans modules, which means that such modules are
 
30
    shared and do not need to be downloaded more than once. 
 
31
 
 
32
    <p>There is such a repository for NetBeans modules.
 
33
    It does not contain all the modules that NetBeans IDE
 
34
    has, such as, for example, the <tt>ant</tt> module, which is not
 
35
    JNLP-ready, but it contains enough to make many JNLP applications
 
36
    possible.
 
37
 
 
38
    <p><b>To use the shared JNLP repository:</b>
 
39
 
 
40
    <ol>
 
41
        <li>In the Projects window, expand the Important Files node.
 
42
        <li>Double-click NetBeans Platform Config.
 
43
        <li>Add the <tt>jnlp.platform.codebase</tt> property
 
44
 with, as its value, the URL of the 5.0 JNLP Repository:
 
45
 
 
46
        <pre>jnlp.platform.codebase=http://www.netbeans.org/download/5_0/jnlp</pre>
 
47
    </ol>
 
48
 
 
49
 
 
50
    <dl>
 
51
        <dt><a name="seealso">See Also</a></dt>
 
52
        <dd>  <a href="../about/nbmodule-about.html">About NetBeans Platform and Module Development</a></dd>
 
53
        <dd><a href="../about/about-netbeans-platform.html">About the NetBeans Platform</a></dd>
 
54
    </dl> 
 
55
    <hr>
 
56
    <small><a href="../credits.html">Legal Notices</a></small> 
 
57
    <table cellpadding="20" border="0"> 
 
58
        <tr><td>&nbsp;</td></tr> 
 
59
        <tr><td>&nbsp;</td></tr> 
 
60
        <tr><td>&nbsp;</td></tr> 
 
61
    </table> 
 
62
</body></html>