Author: taylor
Date: Thu May 5 23:03:57 2016
New Revision: 1742491
URL: http://svn.apache.org/viewvc?rev=1742491&view=rev
Log:
adding tables docs
Modified:
portals/site-live/jetspeed-2/devguide/arch.html
portals/site-live/jetspeed-2/devguide/atn-spi.html
portals/site-live/jetspeed-2/devguide/atn.html
portals/site-live/jetspeed-2/devguide/atz-jaas.html
portals/site-live/jetspeed-2/devguide/atz-spi.html
portals/site-live/jetspeed-2/devguide/atz.html
portals/site-live/jetspeed-2/devguide/credentials.html
portals/site-live/jetspeed-2/devguide/dao.html
portals/site-live/jetspeed-2/devguide/dev-capabilities.html
portals/site-live/jetspeed-2/devguide/dev-cm.html
portals/site-live/jetspeed-2/devguide/dev-deploy.html
portals/site-live/jetspeed-2/devguide/dev-prefs.html
portals/site-live/jetspeed-2/devguide/dev-rdbms.html
portals/site-live/jetspeed-2/devguide/dev-search.html
portals/site-live/jetspeed-2/devguide/dev-security.html
portals/site-live/jetspeed-2/devguide/dev-statistics.html
portals/site-live/jetspeed-2/devguide/guide-ajax-api.html
portals/site-live/jetspeed-2/devguide/guide-database.html
portals/site-live/jetspeed-2/devguide/guide-decorators.html
portals/site-live/jetspeed-2/devguide/guide-jpt.html
portals/site-live/jetspeed-2/devguide/guide-l10n.html
portals/site-live/jetspeed-2/devguide/guide-layouts.html
portals/site-live/jetspeed-2/devguide/guide-pipeline.html
portals/site-live/jetspeed-2/devguide/guide-portal-design.html
portals/site-live/jetspeed-2/devguide/guide-portlet-bridges.html
portals/site-live/jetspeed-2/devguide/guide-profiler.html
portals/site-live/jetspeed-2/devguide/guide-profiling-ip.html
portals/site-live/jetspeed-2/devguide/guide-psml-xsd.html
portals/site-live/jetspeed-2/devguide/guide-psml.html
portals/site-live/jetspeed-2/devguide/guide-rest-api.html
portals/site-live/jetspeed-2/devguide/guide-security.html
portals/site-live/jetspeed-2/devguide/guide-simple-jsf-portlet.html
portals/site-live/jetspeed-2/devguide/guide-simple-portlet.html
portals/site-live/jetspeed-2/devguide/guide-simple-velocity-portlet.html
portals/site-live/jetspeed-2/devguide/guide-tables.html
portals/site-live/jetspeed-2/devguide/hierarchy.html
portals/site-live/jetspeed-2/devguide/high-level-services.html
portals/site-live/jetspeed-2/devguide/index.html
portals/site-live/jetspeed-2/devguide/j2-maven-plugin.html
portals/site-live/jetspeed-2/devguide/jetspeed-eclipse.html
portals/site-live/jetspeed-2/devguide/login-module.html
portals/site-live/jetspeed-2/devguide/new-security.html
portals/site-live/jetspeed-2/devguide/patches.html
portals/site-live/jetspeed-2/devguide/permission.html
portals/site-live/jetspeed-2/devguide/spring-config.html
Modified: portals/site-live/jetspeed-2/devguide/arch.html
URL:
http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/devguide/arch.html?rev=1742491&r1=1742490&r2=1742491&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/devguide/arch.html (original)
+++ portals/site-live/jetspeed-2/devguide/arch.html Thu May 5 23:03:57 2016
@@ -47,7 +47,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 5 May 2016
</div>
<div class="xright"> <a
href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
@@ -240,6 +240,10 @@
</li>
<li class="none">
+ <a href="guide-tables.html">Tables</a>
+ </li>
+
+ <li class="none">
<a href="dao.html">Data Access</a>
</li>
@@ -331,7 +335,7 @@
in the <code>org.apache.jetspeed.security.SecurityValve</code>
implementation. The <code>Subject</code>
principals are then used to authorize the user's access to a
given resource. It leverages JAAS authorization
by checking the user's permission with the
- <a
href="http://java.sun.com/j2se/1.4.2/docs/api/java/security/AccessController.html"
class="externalLink">AccessController</a>. More details
+ <a class="externalLink"
href="http://java.sun.com/j2se/1.4.2/docs/api/java/security/AccessController.html">AccessController</a>.
More details
on authorization are provided in the <a
href="atz-jaas.html">JAAS authorization section</a> of this documentation.
</p>
<p>
Modified: portals/site-live/jetspeed-2/devguide/atn-spi.html
URL:
http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/devguide/atn-spi.html?rev=1742491&r1=1742490&r2=1742491&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/devguide/atn-spi.html (original)
+++ portals/site-live/jetspeed-2/devguide/atn-spi.html Thu May 5 23:03:57 2016
@@ -47,7 +47,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 5 May 2016
</div>
<div class="xright"> <a
href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
@@ -254,6 +254,10 @@
</li>
<li class="none">
+ <a href="guide-tables.html">Tables</a>
+ </li>
+
+ <li class="none">
<a href="dao.html">Data Access</a>
</li>
Modified: portals/site-live/jetspeed-2/devguide/atn.html
URL:
http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/devguide/atn.html?rev=1742491&r1=1742490&r2=1742491&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/devguide/atn.html (original)
+++ portals/site-live/jetspeed-2/devguide/atn.html Thu May 5 23:03:57 2016
@@ -47,7 +47,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 5 May 2016
</div>
<div class="xright"> <a
href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
@@ -254,6 +254,10 @@
</li>
<li class="none">
+ <a href="guide-tables.html">Tables</a>
+ </li>
+
+ <li class="none">
<a href="dao.html">Data Access</a>
</li>
@@ -336,7 +340,7 @@
<authors><person name="David Le Strat"
email="[email protected]"></authors><div class="section"><h2><a
name="Authentication_Architecture_Overview"></a>Authentication Architecture
Overview</h2>
<p>
For authentication, Jetspeed 2 leverages Java
- <a
href="http://java.sun.com/j2se/1.4.2/docs/api/javax/security/auth/spi/LoginModule.html"
class="externalLink">LoginModule</a>
+ <a class="externalLink"
href="http://java.sun.com/j2se/1.4.2/docs/api/javax/security/auth/spi/LoginModule.html">LoginModule</a>
architecture. It provides a <a
href="login-module.html">DefaultLoginModule</a> implementation and a
flexible architecture to be able to authenticate user against
multiple user repositories and provide user
management capabilities across those repository. A
<code>UserManager</code> provides a set of coarsed
Modified: portals/site-live/jetspeed-2/devguide/atz-jaas.html
URL:
http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/devguide/atz-jaas.html?rev=1742491&r1=1742490&r2=1742491&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/devguide/atz-jaas.html (original)
+++ portals/site-live/jetspeed-2/devguide/atz-jaas.html Thu May 5 23:03:57 2016
@@ -47,7 +47,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 5 May 2016
</div>
<div class="xright"> <a
href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
@@ -258,6 +258,10 @@
</li>
<li class="none">
+ <a href="guide-tables.html">Tables</a>
+ </li>
+
+ <li class="none">
<a href="dao.html">Data Access</a>
</li>
@@ -340,15 +344,15 @@
<authors><person name="David Le Strat"
email="[email protected]"></authors><div class="section"><h2><a
name="Overview_of_JAAS_Authorization"></a>Overview of JAAS Authorization</h2>
<p>
A good overview of JAAS authorization is provided on
- <a
href="http://java.sun.com/j2se/1.4.2/docs/guide/security/spec/security-spec.doc2.html"
class="externalLink">Sun's web site</a>
+ <a class="externalLink"
href="http://java.sun.com/j2se/1.4.2/docs/guide/security/spec/security-spec.doc2.html">Sun's
web site</a>
. At a high level, JAAS authorization leverages:
- <ul><li><a
href="http://java.sun.com/j2se/1.4.2/docs/api/java/security/Permission.html"
class="externalLink">Permission</a>
+ <ul><li><a class="externalLink"
href="http://java.sun.com/j2se/1.4.2/docs/api/java/security/Permission.html">Permission</a>
that associates actions to resources.
</li>
-<li><a
href="http://java.sun.com/j2se/1.4.2/docs/api/java/security/Principal.html"
class="externalLink">Principal</a>
+<li><a class="externalLink"
href="http://java.sun.com/j2se/1.4.2/docs/api/java/security/Principal.html">Principal</a>
that represents an entity in the system. In Jetspeed
2, 3 principals are used to represent users, roles and groups.
</li>
-<li><a
href="http://java.sun.com/j2se/1.4.2/docs/api/java/security/Policy.html"
class="externalLink">Policy</a>
+<li><a class="externalLink"
href="http://java.sun.com/j2se/1.4.2/docs/api/java/security/Policy.html">Policy</a>
that associates principals to permissions.
</li>
</ul>
@@ -382,7 +386,7 @@ grant principal o.a.j.security.GroupPrin
<code>java.security.Policy</code>
implementation that stores the association between principals
and permissions in a relational database as opposed to leveraging the default
JDK
policy. In the case of Sun's JDK, the default policy is
- <a
href="http://java.sun.com/j2se/1.4.2/docs/guide/security/PolicyFiles.html#DefaultImpl"
class="externalLink">sun.security.provider.PolicyFile</a>
+ <a class="externalLink"
href="http://java.sun.com/j2se/1.4.2/docs/guide/security/PolicyFiles.html#DefaultImpl">sun.security.provider.PolicyFile</a>
a file based policy.
</p>
<p>
@@ -395,7 +399,7 @@ grant principal o.a.j.security.GroupPrin
</p>
<p>
The
- <a
href="http://java.sun.com/j2se/1.4.2/docs/api/java/security/AccessController.html"
class="externalLink">AccessController</a>
+ <a class="externalLink"
href="http://java.sun.com/j2se/1.4.2/docs/api/java/security/AccessController.html">AccessController</a>
validates a
<code>Subject</code>
permissions. For instance, a page permission check would
perform the following check:
@@ -434,7 +438,7 @@ pms.getPermissions(user.getPrincipals())
</p>
<p>
A good article on custom policies implementation is available
on
- <a
href="http://www-106.ibm.com/developerworks/library/j-jaas/?n-j-442"
class="externalLink">IBM web site</a>
+ <a class="externalLink"
href="http://www-106.ibm.com/developerworks/library/j-jaas/?n-j-442">IBM web
site</a>
.
</p>
<p><img src="images/rdbms-policy-c.gif" /></p>
@@ -451,7 +455,7 @@ pms.getPermissions(user.getPrincipals())
manages the policies to apply. It applies
<code>RdbmsPolicy</code>
in conjunction with the default policy configured in the
runtime environment. Jetspeed 2 should explore providing
- <a href="http://java.sun.com/j2ee/javaacc/index.html"
class="externalLink">JACC</a>
+ <a class="externalLink"
href="http://java.sun.com/j2ee/javaacc/index.html">JACC</a>
adapters for its custom policy for specific application
servers.
</p>
</div>
Modified: portals/site-live/jetspeed-2/devguide/atz-spi.html
URL:
http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/devguide/atz-spi.html?rev=1742491&r1=1742490&r2=1742491&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/devguide/atz-spi.html (original)
+++ portals/site-live/jetspeed-2/devguide/atz-spi.html Thu May 5 23:03:57 2016
@@ -47,7 +47,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 5 May 2016
</div>
<div class="xright"> <a
href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
@@ -258,6 +258,10 @@
</li>
<li class="none">
+ <a href="guide-tables.html">Tables</a>
+ </li>
+
+ <li class="none">
<a href="dao.html">Data Access</a>
</li>
Modified: portals/site-live/jetspeed-2/devguide/atz.html
URL:
http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/devguide/atz.html?rev=1742491&r1=1742490&r2=1742491&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/devguide/atz.html (original)
+++ portals/site-live/jetspeed-2/devguide/atz.html Thu May 5 23:03:57 2016
@@ -47,7 +47,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 5 May 2016
</div>
<div class="xright"> <a
href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
@@ -258,6 +258,10 @@
</li>
<li class="none">
+ <a href="guide-tables.html">Tables</a>
+ </li>
+
+ <li class="none">
<a href="dao.html">Data Access</a>
</li>
@@ -340,7 +344,7 @@
<authors><person name="David Le Strat"
email="[email protected]"></authors><div class="section"><h2><a
name="Authorization_Overview"></a>Authorization Overview</h2>
<p>
For auhorization, Jetspeed 2 implements its own
- <a
href="http://java.sun.com/j2se/1.4.2/docs/api/java/security/Policy.html"
class="externalLink">java.security.Policy</a> using
+ <a class="externalLink"
href="http://java.sun.com/j2se/1.4.2/docs/api/java/security/Policy.html">java.security.Policy</a>
using
a relation database store to manage associations between
principals and permissions.
</p>
<p><img src="images/rdbms-policy-overview-c.gif" /></p>
Modified: portals/site-live/jetspeed-2/devguide/credentials.html
URL:
http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/devguide/credentials.html?rev=1742491&r1=1742490&r2=1742491&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/devguide/credentials.html (original)
+++ portals/site-live/jetspeed-2/devguide/credentials.html Thu May 5 23:03:57
2016
@@ -47,7 +47,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 5 May 2016
</div>
<div class="xright"> <a
href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
@@ -254,6 +254,10 @@
</li>
<li class="none">
+ <a href="guide-tables.html">Tables</a>
+ </li>
+
+ <li class="none">
<a href="dao.html">Data Access</a>
</li>
@@ -349,7 +353,7 @@
<code>PasswordCredentialProvider</code> passwords will be
encoded with it before they are persisted.
The provided
<a
href="../apidocs/org/apache/jetspeed/security/spi/impl/MessageDigestCredentialPasswordEncoder.html"><code>MessageDigestCredentialPasswordEncoder</code></a>
uses
- <a
href="http://java.sun.com/j2se/1.4.2/docs/api/java/security/MessageDigest.html"
class="externalLink"><code>MessageDigest</code></a> hash algorithms for the
password encryption, and can for example be
+ <a class="externalLink"
href="http://java.sun.com/j2se/1.4.2/docs/api/java/security/MessageDigest.html"><code>MessageDigest</code></a>
hash algorithms for the password encryption, and can for example be
configured to use <code>SHA-1</code> and
<code>Base64</code>.
</li>
<li>enforcing password value rules<br />
Modified: portals/site-live/jetspeed-2/devguide/dao.html
URL:
http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/devguide/dao.html?rev=1742491&r1=1742490&r2=1742491&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/devguide/dao.html (original)
+++ portals/site-live/jetspeed-2/devguide/dao.html Thu May 5 23:03:57 2016
@@ -47,7 +47,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 5 May 2016
</div>
<div class="xright"> <a
href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
@@ -188,6 +188,10 @@
</li>
<li class="none">
+ <a href="guide-tables.html">Tables</a>
+ </li>
+
+ <li class="none">
<strong>Data Access</strong>
</li>
@@ -274,7 +278,7 @@
<div class="section"><h3><a
name="Data_Access_Using_Object_Relational_Mapping"></a>Data Access Using Object
Relational Mapping</h3>
<p>
Jetspeed-2 uses object relational mapping as the underlying
technology for persistence. By default,
- <a href="http://db.apache.org/ojb/" class="externalLink">Apache
OJB</a> is used as an ORM engine. In order to minimize Jetspeed-2
+ <a class="externalLink" href="http://db.apache.org/ojb/">Apache
OJB</a> is used as an ORM engine. In order to minimize Jetspeed-2
OJB dependencies, the
<code>InitablePersistenceBrokerDaoSupport</code> provides a layer of
abstraction that minimizes
the dependencies on a specific ORM engine. The class diagram
below illustration the Jetspeed-2 implementation classes
that leverage <code>InitablePersistenceBrokerDaoSupport</code>:<br
/>
@@ -287,7 +291,7 @@
<p>
Spring's adds significant support when using the O/R mapping layer
of your choice to create data access applications. The
<code>InitablePersistenceBrokerDaoSupport</code> extends spring
layer of abstraction for persistence support, specifically the
- OJB <a
href="http://static.springframework.org/spring/docs/1.2.x/reference/orm.html#orm-ojb"
class="externalLink"><code>PersistenceBroker</code> API support</a>.
+ OJB <a class="externalLink"
href="http://static.springframework.org/spring/docs/1.2.x/reference/orm.html#orm-ojb"><code>PersistenceBroker</code>
API support</a>.
</p>
<p>
Using such a layer of abstraction has many advantages. Some of
the advantages outlined in Spring's documentation are:
Modified: portals/site-live/jetspeed-2/devguide/dev-capabilities.html
URL:
http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/devguide/dev-capabilities.html?rev=1742491&r1=1742490&r2=1742491&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/devguide/dev-capabilities.html (original)
+++ portals/site-live/jetspeed-2/devguide/dev-capabilities.html Thu May 5
23:03:57 2016
@@ -47,7 +47,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 5 May 2016
</div>
<div class="xright"> <a
href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
@@ -234,6 +234,10 @@
</li>
<li class="none">
+ <a href="guide-tables.html">Tables</a>
+ </li>
+
+ <li class="none">
<a href="dao.html">Data Access</a>
</li>
Modified: portals/site-live/jetspeed-2/devguide/dev-cm.html
URL:
http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/devguide/dev-cm.html?rev=1742491&r1=1742490&r2=1742491&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/devguide/dev-cm.html (original)
+++ portals/site-live/jetspeed-2/devguide/dev-cm.html Thu May 5 23:03:57 2016
@@ -47,7 +47,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 5 May 2016
</div>
<div class="xright"> <a
href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
@@ -234,6 +234,10 @@
</li>
<li class="none">
+ <a href="guide-tables.html">Tables</a>
+ </li>
+
+ <li class="none">
<a href="dao.html">Data Access</a>
</li>
@@ -317,7 +321,7 @@
<p>
The <code>ComponentManager</code> provides a layer of abstraction
on top of the component framework that
will be used by Jetspeed-2. This provides a flexible architecture
where the component framework used can
- easily be "swapped". By default Jetspeed-2 uses the <a
href="http://www.springframework.com" class="externalLink">spring
+ easily be "swapped". By default Jetspeed-2 uses the <a
class="externalLink" href="http://www.springframework.com">spring
framework</a>.
</p>
<div class="section"><h3><a name="Component_Manager_with_Spring"></a>Component
Manager with Spring</h3>
Modified: portals/site-live/jetspeed-2/devguide/dev-deploy.html
URL:
http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/devguide/dev-deploy.html?rev=1742491&r1=1742490&r2=1742491&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/devguide/dev-deploy.html (original)
+++ portals/site-live/jetspeed-2/devguide/dev-deploy.html Thu May 5 23:03:57
2016
@@ -47,7 +47,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 5 May 2016
</div>
<div class="xright"> <a
href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
@@ -234,6 +234,10 @@
</li>
<li class="none">
+ <a href="guide-tables.html">Tables</a>
+ </li>
+
+ <li class="none">
<a href="dao.html">Data Access</a>
</li>
Modified: portals/site-live/jetspeed-2/devguide/dev-prefs.html
URL:
http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/devguide/dev-prefs.html?rev=1742491&r1=1742490&r2=1742491&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/devguide/dev-prefs.html (original)
+++ portals/site-live/jetspeed-2/devguide/dev-prefs.html Thu May 5 23:03:57
2016
@@ -47,7 +47,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 5 May 2016
</div>
<div class="xright"> <a
href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
@@ -234,6 +234,10 @@
</li>
<li class="none">
+ <a href="guide-tables.html">Tables</a>
+ </li>
+
+ <li class="none">
<a href="dao.html">Data Access</a>
</li>
@@ -316,7 +320,7 @@
<authors><person name="David Le Strat"
email="[email protected]"></authors><div class="section"><h2><a
name="Preferences_Overview"></a>Preferences Overview</h2>
<p>
The
- <a
href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/prefs/Preferences.html"
class="externalLink">java.util.prefs.Preferences API</a>
+ <a class="externalLink"
href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/prefs/Preferences.html">java.util.prefs.Preferences
API</a>
provides a generic mechanism for storing user and system
preferences, as well as configuration data. Jetspeed 2 relies on this API to
provide a
wide ranging of functionality to higher level services. Some
of the Jetspeed components leveraging the
<code>java.util.prefs.Preferences</code>
@@ -366,7 +370,7 @@
</div>
</p>
<p>
- A good reference article can be found at <a
href="http://www.onjava.com/pub/a/onjava/synd/2001/10/17/j2se.html"
class="externalLink">
+ A good reference article can be found at <a
class="externalLink"
href="http://www.onjava.com/pub/a/onjava/synd/2001/10/17/j2se.html">
ONJava.com</a>.
</p>
</div>
Modified: portals/site-live/jetspeed-2/devguide/dev-rdbms.html
URL:
http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/devguide/dev-rdbms.html?rev=1742491&r1=1742490&r2=1742491&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/devguide/dev-rdbms.html (original)
+++ portals/site-live/jetspeed-2/devguide/dev-rdbms.html Thu May 5 23:03:57
2016
@@ -47,7 +47,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 5 May 2016
</div>
<div class="xright"> <a
href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
@@ -188,6 +188,10 @@
</li>
<li class="none">
+ <a href="guide-tables.html">Tables</a>
+ </li>
+
+ <li class="none">
<a href="dao.html">Data Access</a>
</li>
@@ -274,7 +278,7 @@
</p>
<div class="section"><h3><a name="Datasource_Configuration"></a>Datasource
Configuration</h3>
<p>
- Jetspeed-2 uses <a href="http://db.apache.org/ojb/"
class="externalLink">OJB</a><code>PersistenceBroker</code> API as its default
+ Jetspeed-2 uses <a class="externalLink"
href="http://db.apache.org/ojb/">OJB</a><code>PersistenceBroker</code> API as
its default
persistence mechanism. The <code>ConnectionRepositoryEntry</code>
component configures OJB for Jetspeed-2 as well
as the properties available under <code>/etc/db-ojb</code> in the
Jetspeed-2 source repository or <code>WEB-INF/classes</code>
in a deployed instance of Jetspeed-2.
Modified: portals/site-live/jetspeed-2/devguide/dev-search.html
URL:
http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/devguide/dev-search.html?rev=1742491&r1=1742490&r2=1742491&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/devguide/dev-search.html (original)
+++ portals/site-live/jetspeed-2/devguide/dev-search.html Thu May 5 23:03:57
2016
@@ -47,7 +47,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 5 May 2016
</div>
<div class="xright"> <a
href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
@@ -234,6 +234,10 @@
</li>
<li class="none">
+ <a href="guide-tables.html">Tables</a>
+ </li>
+
+ <li class="none">
<a href="dao.html">Data Access</a>
</li>
@@ -315,7 +319,7 @@
<div id="contentBox">
<authors><person name="David Le Strat"
email="[email protected]"></authors><div class="section"><h2><a
name="Search_Overview"></a>Search Overview</h2>
<p>
- Jetspeed-2 provides an integration with the popular <a
href="http://lucene.apache.org/" class="externalLink">Apache Lucene</a>,
+ Jetspeed-2 provides an integration with the popular <a
class="externalLink" href="http://lucene.apache.org/">Apache Lucene</a>,
a high-performance, full-featured text search engine library
written entirely in Java; a technology suitable
for nearly any application that requires full-text search,
especially cross-platform..
</p>
@@ -354,7 +358,7 @@
as <code>org.apache.jetspeed.search.ParsedObject</code>. The
<code>ParsedObject</code> specify the list of fields
and documents supported by Jetspeed-2 that can then be added to
<code>org.apache.lucene.document.Document</code> and
written to the index through
<code>indexWriter.addDocument(doc)</code> operation of the
- <a href="http://lucene.apache.org/java/docs/api/index.html"
class="externalLink"><code>IndexWriter</code></a>.
+ <a class="externalLink"
href="http://lucene.apache.org/java/docs/api/index.html"><code>IndexWriter</code></a>.
</p>
<p>
By default, Jetspeed-2 can index portlet applications and portlet
definitions respectively through the
Modified: portals/site-live/jetspeed-2/devguide/dev-security.html
URL:
http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/devguide/dev-security.html?rev=1742491&r1=1742490&r2=1742491&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/devguide/dev-security.html (original)
+++ portals/site-live/jetspeed-2/devguide/dev-security.html Thu May 5 23:03:57
2016
@@ -47,7 +47,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 5 May 2016
</div>
<div class="xright"> <a
href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
@@ -240,6 +240,10 @@
</li>
<li class="none">
+ <a href="guide-tables.html">Tables</a>
+ </li>
+
+ <li class="none">
<a href="dao.html">Data Access</a>
</li>
@@ -333,7 +337,7 @@
Both authentication and authorization services have been
implemented with the goal of providing a direct plugin to the underlying
application
server security framework. Jetspeed 2 can leverage the
underlying application server login module as well as through the use of JACC,
the
application server policy management capabilities available in
J2EE 1.4 (see
- <a href="http://java.sun.com/j2ee/javaacc/"
class="externalLink">API Specifications</a>
+ <a class="externalLink"
href="http://java.sun.com/j2ee/javaacc/">API Specifications</a>
).
</p>
</div>
@@ -354,9 +358,9 @@
<div class="section"><h2><a name="A_Modular_and_Pluggable_Architecture"></a>A
Modular and Pluggable Architecture</h2>
<p>
Jetspeed 2 security components are assembled using
- <a href="http://martinfowler.com/articles/injection.html"
class="externalLink">Dependency Injection</a>
+ <a class="externalLink"
href="http://martinfowler.com/articles/injection.html">Dependency Injection</a>
. By default, Jetspeed uses the
- <a href="http://www.springframework.org"
class="externalLink">Spring Framework</a>
+ <a class="externalLink"
href="http://www.springframework.org">Spring Framework</a>
as its default IoC container.
</p>
<p><img src="images/components.jpg" />
@@ -376,7 +380,7 @@
<div class="section"><h2><a name="Role_Based_Access_Control"></a>Role Based
Access Control</h2>
<p>
Role based access control (RBAC) in Jetspeed 2 support
multiple hierarchy resolution strategies as defined in
- <a
href="http://www.doc.ic.ac.uk/~ecl1/wiki/lib/exe/fetch.php?id=emil%3Aresearchthemes%3Apubbytheme&cache=cache&media=research:papers:1999rbac.pdf"
class="externalLink">The Uses of Hierarchy in Access Control</a>
+ <a class="externalLink"
href="http://www.doc.ic.ac.uk/~ecl1/wiki/lib/exe/fetch.php?id=emil%3Aresearchthemes%3Apubbytheme&cache=cache&media=research:papers:1999rbac.pdf">The
Uses of Hierarchy in Access Control</a>
. See <a href="hierarchy.html">Hierarchy Management
Overview</a> for more information.
</p>
</div>
Modified: portals/site-live/jetspeed-2/devguide/dev-statistics.html
URL:
http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/devguide/dev-statistics.html?rev=1742491&r1=1742490&r2=1742491&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/devguide/dev-statistics.html (original)
+++ portals/site-live/jetspeed-2/devguide/dev-statistics.html Thu May 5
23:03:57 2016
@@ -47,7 +47,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 5 May 2016
</div>
<div class="xright"> <a
href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
@@ -234,6 +234,10 @@
</li>
<li class="none">
+ <a href="guide-tables.html">Tables</a>
+ </li>
+
+ <li class="none">
<a href="dao.html">Data Access</a>
</li>
@@ -326,7 +330,7 @@
</ul>
The <code>PortalStatistics</code> implementation logs usage
data based on the
- <a href="http://httpd.apache.org/docs/logs.html"
class="externalLink">Apache Common Log Format (CLF)</a>
+ <a class="externalLink"
href="http://httpd.apache.org/docs/logs.html">Apache Common Log Format (CLF)</a>
where each log entry is formatted in the form:
<div class="source"><pre>
%h %l %u %t \"%r\" %>s %b</pre>
Modified: portals/site-live/jetspeed-2/devguide/guide-ajax-api.html
URL:
http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/devguide/guide-ajax-api.html?rev=1742491&r1=1742490&r2=1742491&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/devguide/guide-ajax-api.html (original)
+++ portals/site-live/jetspeed-2/devguide/guide-ajax-api.html Thu May 5
23:03:57 2016
@@ -47,7 +47,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 5 May 2016
</div>
<div class="xright"> <a
href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
@@ -188,6 +188,10 @@
</li>
<li class="none">
+ <a href="guide-tables.html">Tables</a>
+ </li>
+
+ <li class="none">
<a href="dao.html">Data Access</a>
</li>
@@ -1015,7 +1019,7 @@ http://localhost:8080/jetspeed/ajaxapi?a
<tr class="b"><td><p>
By default the private information (emails, etc..) is
protected with
RolesSecurityBehavior security, but can be changed in
- <a
href="http://svn.apache.org/viewvc/portals/jetspeed-2/portal/tags/jetspeed-2-2.3.0/jetspeed-portal-resources/src/main/resources/assembly/ajax-layout.xml"
class="externalLink">AJAX configuration</a>
+ <a class="externalLink"
href="http://svn.apache.org/viewvc/portals/jetspeed-2/portal/tags/jetspeed-2-2.3.0/jetspeed-portal-resources/src/main/resources/assembly/ajax-layout.xml">AJAX
configuration</a>
by altering the protectionScope constructor value to either
"all" to protect
even the basic information or to "none" when
everything will be shown for everyone (not wise on production).
The default value "private" will show just the basic
information of online/offline users and number of guest sessions,
Modified: portals/site-live/jetspeed-2/devguide/guide-database.html
URL:
http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/devguide/guide-database.html?rev=1742491&r1=1742490&r2=1742491&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/devguide/guide-database.html (original)
+++ portals/site-live/jetspeed-2/devguide/guide-database.html Thu May 5
23:03:57 2016
@@ -47,7 +47,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 5 May 2016
</div>
<div class="xright"> <a
href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
@@ -188,6 +188,10 @@
</li>
<li class="none">
+ <a href="guide-tables.html">Tables</a>
+ </li>
+
+ <li class="none">
<a href="dao.html">Data Access</a>
</li>
Modified: portals/site-live/jetspeed-2/devguide/guide-decorators.html
URL:
http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/devguide/guide-decorators.html?rev=1742491&r1=1742490&r2=1742491&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/devguide/guide-decorators.html (original)
+++ portals/site-live/jetspeed-2/devguide/guide-decorators.html Thu May 5
23:03:57 2016
@@ -47,7 +47,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 5 May 2016
</div>
<div class="xright"> <a
href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
@@ -188,6 +188,10 @@
</li>
<li class="none">
+ <a href="guide-tables.html">Tables</a>
+ </li>
+
+ <li class="none">
<a href="dao.html">Data Access</a>
</li>
@@ -462,7 +466,7 @@ approaches described here can be applied
<p>
First off we have <code> <base
href="#BaseHref()"></code> which allows
us to define the base path for resolution of web resources, for
an in depth discussion
- of the <code> <base></code> see: <a
href="http://www.w3schools.com/tags/tag_base.asp" class="externalLink">W3C
Schools Reference</a>.
+ of the <code> <base></code> see: <a class="externalLink"
href="http://www.w3schools.com/tags/tag_base.asp">W3C Schools Reference</a>.
If you have spent any time playing with Jetspeed, you will have
noticed it does all sorts
of crazy URL rewriting that will totally hose any attempts to
consistently path you html
and styles sheets. By defining the BASE tag, this probelms
will all but disappear. As
Modified: portals/site-live/jetspeed-2/devguide/guide-jpt.html
URL:
http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/devguide/guide-jpt.html?rev=1742491&r1=1742490&r2=1742491&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/devguide/guide-jpt.html (original)
+++ portals/site-live/jetspeed-2/devguide/guide-jpt.html Thu May 5 23:03:57
2016
@@ -47,7 +47,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 5 May 2016
</div>
<div class="xright"> <a
href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
@@ -188,6 +188,10 @@
</li>
<li class="none">
+ <a href="guide-tables.html">Tables</a>
+ </li>
+
+ <li class="none">
<a href="dao.html">Data Access</a>
</li>
Modified: portals/site-live/jetspeed-2/devguide/guide-l10n.html
URL:
http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/devguide/guide-l10n.html?rev=1742491&r1=1742490&r2=1742491&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/devguide/guide-l10n.html (original)
+++ portals/site-live/jetspeed-2/devguide/guide-l10n.html Thu May 5 23:03:57
2016
@@ -47,7 +47,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 5 May 2016
</div>
<div class="xright"> <a
href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
@@ -234,6 +234,10 @@
</li>
<li class="none">
+ <a href="guide-tables.html">Tables</a>
+ </li>
+
+ <li class="none">
<a href="dao.html">Data Access</a>
</li>
@@ -334,7 +338,7 @@ $ find . -type f | grep -v CVS | grep _e
</div>
<h5>2. Copy <code>*_en.properties</code> to <code>*_<your language,
[country and variant]>.properties.orig</code></h5>
<p>
-To translate messages, copy the properties file for your language. For more
information about Language, Country and Variant code, see "<a
href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/Locale.html"
class="externalLink">JavaDoc: Locale Class</a>", "<a
href="http://www.ics.uci.edu/pub/ietf/http/related/iso639.txt"
class="externalLink">ISO Language Code</a>" and "<a
href="http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html"
class="externalLink">ISO Country Code</a>".
+To translate messages, copy the properties file for your language. For more
information about Language, Country and Variant code, see "<a
class="externalLink"
href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/Locale.html">JavaDoc:
Locale Class</a>", "<a class="externalLink"
href="http://www.ics.uci.edu/pub/ietf/http/related/iso639.txt">ISO Language
Code</a>" and "<a class="externalLink"
href="http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html">ISO Country
Code</a>".
</p>
<p>
Example:
@@ -349,11 +353,11 @@ where <code>*_ja.properties</code> is Ja
</p>
<h5>3. Translate *_<your language, [country and
variant]>.properties.orig in your language</h5>
<p>
-For more information about a properties file, see "<a
href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/Properties.html#load(java.io.InputStream)"
class="externalLink">JavaDoc: Properties Class</a>".
+For more information about a properties file, see "<a
class="externalLink"
href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/Properties.html#load(java.io.InputStream)">JavaDoc:
Properties Class</a>".
</p>
<h5>4. Run <code>native2ascii</code> command</h5>
<p>
-Since the properties file is assumed to be using the ISO 8859-1 character
encoding, use <code>native2ascii</code> command to convert to ISO 8859-1. For
more information about "<a
href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/solaris/native2ascii.html"
class="externalLink">native2ascii(Solaris)</a>" or "<a
href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/native2ascii.html"
class="externalLink">native2ascii(Windows)</a>".
+Since the properties file is assumed to be using the ISO 8859-1 character
encoding, use <code>native2ascii</code> command to convert to ISO 8859-1. For
more information about "<a class="externalLink"
href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/solaris/native2ascii.html">native2ascii(Solaris)</a>"
or "<a class="externalLink"
href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/native2ascii.html">native2ascii(Windows)</a>".
</p>
<p>
Example:
@@ -368,7 +372,7 @@ For more information about Jetspeed 2 bu
</p>
<h5>6. Create a new JIRA issue, and attach <code>*_<your language, [country
and variant]>.properties</code></h5>
<p>
-JIRA site for Jetspeed 2 is <a
href="http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10492"
class="externalLink">http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10492</a>.
To create a new JIRA issue, go to "CREATE NEW ISSUE"(select
"l10n" as Component/s name).
+JIRA site for Jetspeed 2 is <a class="externalLink"
href="http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10492">http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10492</a>.
To create a new JIRA issue, go to "CREATE NEW ISSUE"(select
"l10n" as Component/s name).
</p>
</div>
</div>
Modified: portals/site-live/jetspeed-2/devguide/guide-layouts.html
URL:
http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/devguide/guide-layouts.html?rev=1742491&r1=1742490&r2=1742491&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/devguide/guide-layouts.html (original)
+++ portals/site-live/jetspeed-2/devguide/guide-layouts.html Thu May 5
23:03:57 2016
@@ -47,7 +47,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 5 May 2016
</div>
<div class="xright"> <a
href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
@@ -188,6 +188,10 @@
</li>
<li class="none">
+ <a href="guide-tables.html">Tables</a>
+ </li>
+
+ <li class="none">
<a href="dao.html">Data Access</a>
</li>
Modified: portals/site-live/jetspeed-2/devguide/guide-pipeline.html
URL:
http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/devguide/guide-pipeline.html?rev=1742491&r1=1742490&r2=1742491&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/devguide/guide-pipeline.html (original)
+++ portals/site-live/jetspeed-2/devguide/guide-pipeline.html Thu May 5
23:03:57 2016
@@ -47,7 +47,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 5 May 2016
</div>
<div class="xright"> <a
href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
@@ -234,6 +234,10 @@
</li>
<li class="none">
+ <a href="guide-tables.html">Tables</a>
+ </li>
+
+ <li class="none">
<a href="dao.html">Data Access</a>
</li>
Modified: portals/site-live/jetspeed-2/devguide/guide-portal-design.html
URL:
http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/devguide/guide-portal-design.html?rev=1742491&r1=1742490&r2=1742491&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/devguide/guide-portal-design.html (original)
+++ portals/site-live/jetspeed-2/devguide/guide-portal-design.html Thu May 5
23:03:57 2016
@@ -47,7 +47,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 5 May 2016
</div>
<div class="xright"> <a
href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
@@ -188,6 +188,10 @@
</li>
<li class="none">
+ <a href="guide-tables.html">Tables</a>
+ </li>
+
+ <li class="none">
<a href="dao.html">Data Access</a>
</li>
Modified: portals/site-live/jetspeed-2/devguide/guide-portlet-bridges.html
URL:
http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/devguide/guide-portlet-bridges.html?rev=1742491&r1=1742490&r2=1742491&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/devguide/guide-portlet-bridges.html (original)
+++ portals/site-live/jetspeed-2/devguide/guide-portlet-bridges.html Thu May 5
23:03:57 2016
@@ -47,7 +47,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 5 May 2016
</div>
<div class="xright"> <a
href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
@@ -188,6 +188,10 @@
</li>
<li class="none">
+ <a href="guide-tables.html">Tables</a>
+ </li>
+
+ <li class="none">
<a href="dao.html">Data Access</a>
</li>
@@ -270,43 +274,43 @@
<subtitle></subtitle><authors><person name="David Le Strat"
email="[email protected]"></authors><div class="section"><h2><a
name="Struts_Portlet_Bridge"></a>Struts Portlet Bridge</h2>
<p>
The Portals Bridges project provides a Portlet bridge for Struts which can be
used with Jetspeed 2.
-Please visit the <a
href="http://portals.apache.org/bridges/multiproject/portals-bridges-struts/index.html"
class="externalLink">Apache Portals Struts Portlet Bridge</a>
+Please visit the <a class="externalLink"
href="http://portals.apache.org/bridges/multiproject/portals-bridges-struts/index.html">Apache
Portals Struts Portlet Bridge</a>
sub project documentation.
</p>
<p>
The Bridges project also provides a great Struts Portlet demo application:
-<ul><li>The <a
href="http://portals.apache.org/bridges/multiproject/jpetstore/index.html"
class="externalLink">iBATIS JPetstore Demo Portlet</a> application</li>
+<ul><li>The <a class="externalLink"
href="http://portals.apache.org/bridges/multiproject/jpetstore/index.html">iBATIS
JPetstore Demo Portlet</a> application</li>
</ul>
</p>
</div>
<div class="section"><h2><a name="JSF_Portlet_Bridge"></a>JSF Portlet
Bridge</h2>
<p>
The Portals Bridges project provides a Portlet bridge for JSF which can be
used with Jetspeed 2.
-Please visit the <a
href="http://portals.apache.org/bridges/multiproject/portals-bridges-jsf/index.html"
class="externalLink">Apache Portals JSF Portlet Bridge</a>
+Please visit the <a class="externalLink"
href="http://portals.apache.org/bridges/multiproject/portals-bridges-jsf/index.html">Apache
Portals JSF Portlet Bridge</a>
sub project documentation.
</p>
<p>
Portals Bridges also provides a JSF portlet demo application based on MyFaces
JSF implementation:
-<ul><li>The <a
href="http://portals.apache.org/bridges/multiproject/jsf-demo/index.html"
class="externalLink">JSF Portlet Demo</a> application using Apache Portals JSF
Portlet Bridge</li>
+<ul><li>The <a class="externalLink"
href="http://portals.apache.org/bridges/multiproject/jsf-demo/index.html">JSF
Portlet Demo</a> application using Apache Portals JSF Portlet Bridge</li>
</ul>
</p>
</div>
<div class="section"><h2><a name="Velocity_Portlet_Bridge"></a>Velocity
Portlet Bridge</h2>
<p>
The Portals Bridges project provides a Portlet bridge for Velocity which is
used extensively within Jetspeed 2 itself.
-Please visit the <a
href="http://portals.apache.org/bridges/multiproject/portals-bridges-velocity/index.html"
class="externalLink">Apache Portals Velocity Portlet Bridge</a>
+Please visit the <a class="externalLink"
href="http://portals.apache.org/bridges/multiproject/portals-bridges-velocity/index.html">Apache
Portals Velocity Portlet Bridge</a>
sub project documentation.
</p>
</div>
<div class="section"><h2><a name="Perl_Portlet_Bridge"></a>Perl Portlet
Bridge</h2>
<p>
-The Portals Bridges project provides a Portlet bridge for Perl applications.
Please visit the <a
href="http://portals.apache.org/bridges/multiproject/portals-bridges-perl/index.html"
class="externalLink">Apache Portals Perl Portlet Bridge</a>
+The Portals Bridges project provides a Portlet bridge for Perl applications.
Please visit the <a class="externalLink"
href="http://portals.apache.org/bridges/multiproject/portals-bridges-perl/index.html">Apache
Portals Perl Portlet Bridge</a>
sub project documentation.
</p>
</div>
<div class="section"><h2><a name="PHP_Portlet_Bridge"></a>PHP Portlet
Bridge</h2>
<p>
-The Portals Bridges project provides a Portlet bridge for PHP applications.
Please visit the <a
href="http://portals.apache.org/bridges/multiproject/portals-bridges-php/index.html"
class="externalLink">Apache Portals PHP Portlet Bridge</a>
+The Portals Bridges project provides a Portlet bridge for PHP applications.
Please visit the <a class="externalLink"
href="http://portals.apache.org/bridges/multiproject/portals-bridges-php/index.html">Apache
Portals PHP Portlet Bridge</a>
sub project documentation.
</p>
</div>
Modified: portals/site-live/jetspeed-2/devguide/guide-profiler.html
URL:
http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/devguide/guide-profiler.html?rev=1742491&r1=1742490&r2=1742491&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/devguide/guide-profiler.html (original)
+++ portals/site-live/jetspeed-2/devguide/guide-profiler.html Thu May 5
23:03:57 2016
@@ -47,7 +47,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 5 May 2016
</div>
<div class="xright"> <a
href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
@@ -234,6 +234,10 @@
</li>
<li class="none">
+ <a href="guide-tables.html">Tables</a>
+ </li>
+
+ <li class="none">
<a href="dao.html">Data Access</a>
</li>
Modified: portals/site-live/jetspeed-2/devguide/guide-profiling-ip.html
URL:
http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/devguide/guide-profiling-ip.html?rev=1742491&r1=1742490&r2=1742491&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/devguide/guide-profiling-ip.html (original)
+++ portals/site-live/jetspeed-2/devguide/guide-profiling-ip.html Thu May 5
23:03:57 2016
@@ -47,7 +47,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 5 May 2016
</div>
<div class="xright"> <a
href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
@@ -234,6 +234,10 @@
</li>
<li class="none">
+ <a href="guide-tables.html">Tables</a>
+ </li>
+
+ <li class="none">
<a href="dao.html">Data Access</a>
</li>
Modified: portals/site-live/jetspeed-2/devguide/guide-psml-xsd.html
URL:
http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/devguide/guide-psml-xsd.html?rev=1742491&r1=1742490&r2=1742491&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/devguide/guide-psml-xsd.html (original)
+++ portals/site-live/jetspeed-2/devguide/guide-psml-xsd.html Thu May 5
23:03:57 2016
@@ -47,7 +47,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 5 May 2016
</div>
<div class="xright"> <a
href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
@@ -188,6 +188,10 @@
</li>
<li class="none">
+ <a href="guide-tables.html">Tables</a>
+ </li>
+
+ <li class="none">
<a href="dao.html">Data Access</a>
</li>
Modified: portals/site-live/jetspeed-2/devguide/guide-psml.html
URL:
http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/devguide/guide-psml.html?rev=1742491&r1=1742490&r2=1742491&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/devguide/guide-psml.html (original)
+++ portals/site-live/jetspeed-2/devguide/guide-psml.html Thu May 5 23:03:57
2016
@@ -47,7 +47,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 5 May 2016
</div>
<div class="xright"> <a
href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
@@ -234,6 +234,10 @@
</li>
<li class="none">
+ <a href="guide-tables.html">Tables</a>
+ </li>
+
+ <li class="none">
<a href="dao.html">Data Access</a>
</li>
Modified: portals/site-live/jetspeed-2/devguide/guide-rest-api.html
URL:
http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/devguide/guide-rest-api.html?rev=1742491&r1=1742490&r2=1742491&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/devguide/guide-rest-api.html (original)
+++ portals/site-live/jetspeed-2/devguide/guide-rest-api.html Thu May 5
23:03:57 2016
@@ -47,7 +47,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 5 May 2016
</div>
<div class="xright"> <a
href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
@@ -188,6 +188,10 @@
</li>
<li class="none">
+ <a href="guide-tables.html">Tables</a>
+ </li>
+
+ <li class="none">
<a href="dao.html">Data Access</a>
</li>
@@ -302,7 +306,7 @@ REST request actions are enforced under
<div class="section"><h3><a
name="Flexible_Message_Media_Types_for_Message_Producers_and_Consumers"></a>Flexible
Message Media Types for Message Producers and Consumers</h3>
<p>
All Jetspeed REST API support dual Message Media Types for Message producers
and consumers: 'application/json' and 'application/xml'
-with help of the underlying <a href="http://cxf.apache.org"
class="externalLink">Apache CXF</a> JAX-RS Server.
+with help of the underlying <a class="externalLink"
href="http://cxf.apache.org">Apache CXF</a> JAX-RS Server.
Typically, web client applications can use JSON marshaling/unmarshaling by
adding '_type=json' parameter in the request URLs.
If the parameter is '_type=xml', then the messages are marshaled/unmarshaled
as XML messages.
If the '_type' parameter is not set by the client, the Jetspeed REST API read
the 'Accept' HTTP request header to decide
@@ -311,7 +315,7 @@ which is proper for the web client. Plea
</div>
<div class="section"><h3><a
name="WADL_Web_Application_Description_Language_Support"></a>WADL (Web
Application Description Language) Support</h3>
<p>
-You can retrieve <a href="http://www.w3.org/Submission/wadl/"
class="externalLink">WADL</a> description for each service simply by adding
'?_wadl' query string.
+You can retrieve <a class="externalLink"
href="http://www.w3.org/Submission/wadl/">WADL</a> description for each service
simply by adding '?_wadl' query string.
Apache CXF JAX-RS server, on which Jetspeed REST API depends, generates the
WADL description for the service automatically.
For example, you can request the following URL for 'Get Portlet Application'
service of 'Portlet Registry Service'.
<div class="source"><pre>
Modified: portals/site-live/jetspeed-2/devguide/guide-security.html
URL:
http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/devguide/guide-security.html?rev=1742491&r1=1742490&r2=1742491&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/devguide/guide-security.html (original)
+++ portals/site-live/jetspeed-2/devguide/guide-security.html Thu May 5
23:03:57 2016
@@ -47,7 +47,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 5 May 2016
</div>
<div class="xright"> <a
href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
@@ -240,6 +240,10 @@
</li>
<li class="none">
+ <a href="guide-tables.html">Tables</a>
+ </li>
+
+ <li class="none">
<a href="dao.html">Data Access</a>
</li>
Modified: portals/site-live/jetspeed-2/devguide/guide-simple-jsf-portlet.html
URL:
http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/devguide/guide-simple-jsf-portlet.html?rev=1742491&r1=1742490&r2=1742491&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/devguide/guide-simple-jsf-portlet.html
(original)
+++ portals/site-live/jetspeed-2/devguide/guide-simple-jsf-portlet.html Thu May
5 23:03:57 2016
@@ -47,7 +47,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 5 May 2016
</div>
<div class="xright"> <a
href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
@@ -188,6 +188,10 @@
</li>
<li class="none">
+ <a href="guide-tables.html">Tables</a>
+ </li>
+
+ <li class="none">
<a href="dao.html">Data Access</a>
</li>
Modified: portals/site-live/jetspeed-2/devguide/guide-simple-portlet.html
URL:
http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/devguide/guide-simple-portlet.html?rev=1742491&r1=1742490&r2=1742491&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/devguide/guide-simple-portlet.html (original)
+++ portals/site-live/jetspeed-2/devguide/guide-simple-portlet.html Thu May 5
23:03:57 2016
@@ -47,7 +47,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 5 May 2016
</div>
<div class="xright"> <a
href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
@@ -188,6 +188,10 @@
</li>
<li class="none">
+ <a href="guide-tables.html">Tables</a>
+ </li>
+
+ <li class="none">
<a href="dao.html">Data Access</a>
</li>
@@ -368,7 +372,7 @@ jar cvf ../simplest.war .
Your user must have the permission to edit pages. The
user <code>admin</code> password
<code>admin</code> has permission to edit all pages.
The user <code>user</code>
password <code>user</code> has permission to edit the
- <a
href="http://localhost:8080/jetspeed/portal/anotherdir"
class="externalLink">[USER 004] PSML Page</a>.
+ <a class="externalLink"
href="http://localhost:8080/jetspeed/portal/anotherdir">[USER 004] PSML
Page</a>.
And by default Jetspeed-2 allows newly registered
users to add portlets and customize
their home page.
<div class="source"><pre>
@@ -397,7 +401,7 @@ jar cvf ../simplest.war .
</div>
Test the portlet using the
- <a
href="http://localhost:8080/jetspeed/portal/simplest.psml"
class="externalLink">simplest.psml</a> in
+ <a class="externalLink"
href="http://localhost:8080/jetspeed/portal/simplest.psml">simplest.psml</a> in
your browser.
</p>
</div>
Modified:
portals/site-live/jetspeed-2/devguide/guide-simple-velocity-portlet.html
URL:
http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/devguide/guide-simple-velocity-portlet.html?rev=1742491&r1=1742490&r2=1742491&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/devguide/guide-simple-velocity-portlet.html
(original)
+++ portals/site-live/jetspeed-2/devguide/guide-simple-velocity-portlet.html
Thu May 5 23:03:57 2016
@@ -47,7 +47,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 5 May 2016
</div>
<div class="xright"> <a
href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
@@ -188,6 +188,10 @@
</li>
<li class="none">
+ <a href="guide-tables.html">Tables</a>
+ </li>
+
+ <li class="none">
<a href="dao.html">Data Access</a>
</li>
@@ -360,7 +364,7 @@ javac -cp portlet-api-1.0.jar:portals-br
whatever content
you desire in it. Notice that the template file is
defined in the portlet init
parameter <code>
- ViewPage</code>. The objects <a
href="http://portals.apache.org/pluto/portlet-2.0-apidocs/javax/portlet/PortletConfig.html"
class="externalLink">PortletConfig</a>, <a
href="http://portals.apache.org/pluto/portlet-2.0-apidocs/javax/portlet/RenderRequest.html"
class="externalLink">RenderRequest</a>, and <a
href="http://portals.apache.org/pluto/portlet-2.0-apidocs/javax/portlet/RenderResponse.html"
class="externalLink">RenderResponse</a>
+ ViewPage</code>. The objects <a class="externalLink"
href="http://portals.apache.org/pluto/portlet-2.0-apidocs/javax/portlet/PortletConfig.html">PortletConfig</a>,
<a class="externalLink"
href="http://portals.apache.org/pluto/portlet-2.0-apidocs/javax/portlet/RenderRequest.html">RenderRequest</a>,
and <a class="externalLink"
href="http://portals.apache.org/pluto/portlet-2.0-apidocs/javax/portlet/RenderResponse.html">RenderResponse</a>
are automatically
placed in the Velocity context for use in Velocity
templates. Here is a sample
template showing a few of these objects methods and
properties.
Modified: portals/site-live/jetspeed-2/devguide/guide-tables.html
URL:
http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/devguide/guide-tables.html?rev=1742491&r1=1742490&r2=1742491&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/devguide/guide-tables.html (original)
+++ portals/site-live/jetspeed-2/devguide/guide-tables.html Thu May 5 23:03:57
2016
@@ -383,7 +383,29 @@
<td>Association(join) table joining a Security Principal(SECURITY_PRINCIPAL)
to a Permission(SECURITY_PERMISSION)</td>
</tr>
</table>
-<h3>Configuration</h3><div class="source"><pre></pre>
+<h3>Configuration</h3><div class="source"><pre>
+
#-------------------------------------------------------------------------
+ # jetspeed.properties
+
#-------------------------------------------------------------------------
+ #1 = Permissions = use Jetspeed Java Security Policy
+ #2 = Constraints = use Jetspeed (PageManager) Constraint-based
Security
+ portal.core.security.type=2
+
+ # jetspeed security persistence manager cache size:
+ org.apache.jetspeed.ehcache.jspm.maxelements=128
+ # jetspeed security persistence manager cache element expiration
in seconds, (infinite = 0):
+ org.apache.jetspeed.ehcache.jspm.element.ttl=150
+
+ # if no user has been setup, default.user.principal will be
+ # automatically added via HttpRequestContext.setUserPrincpal()
+ default.user.principal=guest
+ default.admin.user=admin
+ default.admin.role=admin
+ default.manager.role=manager
+ default.user.role=user
+ default.guest.role=guest
+
+ </pre>
</div>
</div>
<div class="section"><h2><a name="PSML_Tables"></a>PSML Tables</h2>
@@ -608,30 +630,6 @@
<td>portlet.xml</td>
</tr>
</table>
-<h3>Configuration</h3><div class="source"><pre>
-
#-------------------------------------------------------------------------
- # jetspeed.properties
-
#-------------------------------------------------------------------------
- #1 = Permissions = use Jetspeed Java Security Policy
- #2 = Constraints = use Jetspeed (PageManager) Constraint-based
Security
- portal.core.security.type=2
-
- # jetspeed security persistence manager cache size:
- org.apache.jetspeed.ehcache.jspm.maxelements=128
- # jetspeed security persistence manager cache element expiration
in seconds, (infinite = 0):
- org.apache.jetspeed.ehcache.jspm.element.ttl=150
-
- # if no user has been setup, default.user.principal will be
- # automatically added via HttpRequestContext.setUserPrincpal()
- default.user.principal=guest
- default.admin.user=admin
- default.admin.role=admin
- default.manager.role=manager
- default.user.role=user
- default.guest.role=guest
-
- </pre>
-</div>
</div>
<div class="section"><h2><a name="Capability_Tables"></a>Capability Tables</h2>
<table class="bodyTable"><tr class="b"><th>Table Name</th>
Modified: portals/site-live/jetspeed-2/devguide/hierarchy.html
URL:
http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/devguide/hierarchy.html?rev=1742491&r1=1742490&r2=1742491&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/devguide/hierarchy.html (original)
+++ portals/site-live/jetspeed-2/devguide/hierarchy.html Thu May 5 23:03:57
2016
@@ -47,7 +47,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 5 May 2016
</div>
<div class="xright"> <a
href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
@@ -258,6 +258,10 @@
</li>
<li class="none">
+ <a href="guide-tables.html">Tables</a>
+ </li>
+
+ <li class="none">
<a href="dao.html">Data Access</a>
</li>
@@ -381,7 +385,7 @@
<div class="section"><h2><a
name="Leveraging_Preferences_to_Manage_Hierarchies"></a>Leveraging Preferences
to Manage Hierarchies</h2>
<p>
The default hierarchy management implementation resolves the
hierarchy strategy by leveraging Jetspeed 2's
- <a
href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/prefs/Preferences.html"
class="externalLink">java.util.prefs.Preferences</a>
+ <a class="externalLink"
href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/prefs/Preferences.html">java.util.prefs.Preferences</a>
implementation. The
<code>Preferences</code>
implementation provides the underlying structure in Jetspeed
to store user attributes, and roles and groups definitions. The
@@ -424,16 +428,16 @@ public Set getRolePrincipalsInGroup(Stri
The resulting groups are then used to find all associated
roles.
</p>
<p>
- As a result of this implementation, the name of a role
principal (<code>Principal</code><a
href="http://java.sun.com/j2se/1.4.2/docs/api/java/security/Principal.html#getName()"
class="externalLink">getName()</a>)
+ As a result of this implementation, the name of a role
principal (<code>Principal</code><a class="externalLink"
href="http://java.sun.com/j2se/1.4.2/docs/api/java/security/Principal.html#getName()">getName()</a>)
in the security layer should match the full path of that
user preferences
- root in the preferences layer (<code>Preference</code><a
href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/prefs/Preferences.html#absolutePath()"
class="externalLink">absolutePath()</a>; e.g:
+ root in the preferences layer (<code>Preference</code><a
class="externalLink"
href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/prefs/Preferences.html#absolutePath()">absolutePath()</a>;
e.g:
<code>/role/theRolePrincipal</code>
).
</p>
<p>
Group and roles hierarchy are stored in the
<code>Preferences</code>
- layer as follow (the output of <a
href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/prefs/Preferences.html#exportNode(java.io.OutputStream)"
class="externalLink">
+ layer as follow (the output of <a class="externalLink"
href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/prefs/Preferences.html#exportNode(java.io.OutputStream)">
exportNode()</a> for <a href="dev-prefs.html">Jetspeed's
RBMS Preferences</a> implementation):
<div class="source"><pre>
Modified: portals/site-live/jetspeed-2/devguide/high-level-services.html
URL:
http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/devguide/high-level-services.html?rev=1742491&r1=1742490&r2=1742491&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/devguide/high-level-services.html (original)
+++ portals/site-live/jetspeed-2/devguide/high-level-services.html Thu May 5
23:03:57 2016
@@ -47,7 +47,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 5 May 2016
</div>
<div class="xright"> <a
href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
@@ -240,6 +240,10 @@
</li>
<li class="none">
+ <a href="guide-tables.html">Tables</a>
+ </li>
+
+ <li class="none">
<a href="dao.html">Data Access</a>
</li>
Modified: portals/site-live/jetspeed-2/devguide/index.html
URL:
http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/devguide/index.html?rev=1742491&r1=1742490&r2=1742491&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/devguide/index.html (original)
+++ portals/site-live/jetspeed-2/devguide/index.html Thu May 5 23:03:57 2016
@@ -47,7 +47,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 5 May 2016
</div>
<div class="xright"> <a
href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
@@ -188,6 +188,10 @@
</li>
<li class="none">
+ <a href="guide-tables.html">Tables</a>
+ </li>
+
+ <li class="none">
<a href="dao.html">Data Access</a>
</li>
@@ -272,7 +276,7 @@
When developing with Jetspeed, you may be creating portlet applications, or
building and creating extensions to the Jetspeed portal.
If you ar going to be creating portlet applications, check out this fine
e-book for an overall guide to writing portlets:
</p>
-<ul><li><a href="http://www.manning.com/hepper/" class="externalLink">Portlets
and Apache Portals Book</a></li>
+<ul><li><a class="externalLink" href="http://www.manning.com/hepper/">Portlets
and Apache Portals Book</a></li>
</ul>
<p>The core team of Jetspeed developers work directly with the source code,
building the latest versions of Jetpeed. We welcome all software developers to
work
with us. However, the full development process maybe overkill for your needs.
If you simply want to create and build a customized Jetspeed portal, and make
extensions to it,
@@ -304,12 +308,12 @@ To get the binary installation of an off
<p>
You can checkout from the SVN HEAD from here:
</p>
-<ul><li><a
href="http://svn.apache.org/repos/asf/portals/jetspeed-2/portal/trunk/"
class="externalLink">Checking out the Source Code from Subversion</a></li>
+<ul><li><a class="externalLink"
href="http://svn.apache.org/repos/asf/portals/jetspeed-2/portal/trunk/">Checking
out the Source Code from Subversion</a></li>
</ul>
<p>
Get your Javadocs here:
</p>
-<ul><li><a href="http://www.bluesunrise.com/portlet-api/index.html"
class="externalLink">Portlet API Docs</a></li>
+<ul><li><a class="externalLink"
href="http://www.bluesunrise.com/portlet-api/index.html">Portlet API
Docs</a></li>
<li><a href="../apidocs/index.html">Jetspeed API Docs</a></li>
</ul>
<h2>Tutorials</h2><p>The tutorial puts everything together: custom builds,
portlet development, deployment. You can find the Jetspeed Tutorial here:</p>
Modified: portals/site-live/jetspeed-2/devguide/j2-maven-plugin.html
URL:
http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/devguide/j2-maven-plugin.html?rev=1742491&r1=1742490&r2=1742491&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/devguide/j2-maven-plugin.html (original)
+++ portals/site-live/jetspeed-2/devguide/j2-maven-plugin.html Thu May 5
23:03:57 2016
@@ -47,7 +47,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 5 May 2016
</div>
<div class="xright"> <a
href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
@@ -188,6 +188,10 @@
</li>
<li class="none">
+ <a href="guide-tables.html">Tables</a>
+ </li>
+
+ <li class="none">
<a href="dao.html">Data Access</a>
</li>
@@ -272,7 +276,7 @@
Adding functionality to Maven is done through the Maven plugin
mechanism. Maven comes shipped with numerous
plugins and provides an extensible framework for writing custom
plugins.
Details on custom Maven plugins can be found in the
- <a
href="http://maven.apache.org/guides/plugin/guide-java-plugin-development.html"
class="externalLink">Writing a Plugin</a> section of Maven's web
+ <a class="externalLink"
href="http://maven.apache.org/guides/plugin/guide-java-plugin-development.html">Writing
a Plugin</a> section of Maven's web
site.
</p>
<p>
@@ -690,7 +694,7 @@
</tr>
<tr class="a"><td><code>j2:start.ldap.server</code></td>
<td>Starts the default Apache Directory Server and load the default
- <i><a
href="http://svn.apache.org/viewcvs.cgi/portals/jetspeed-2/trunk/etc/apacheds/apacheds-server.xml?view=markup"
class="externalLink">apacheds-server.xml</a></i> configuration.</td>
+ <i><a class="externalLink"
href="http://svn.apache.org/viewcvs.cgi/portals/jetspeed-2/trunk/etc/apacheds/apacheds-server.xml?view=markup">apacheds-server.xml</a></i>
configuration.</td>
</tr>
</table>
</div>
Modified: portals/site-live/jetspeed-2/devguide/jetspeed-eclipse.html
URL:
http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/devguide/jetspeed-eclipse.html?rev=1742491&r1=1742490&r2=1742491&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/devguide/jetspeed-eclipse.html (original)
+++ portals/site-live/jetspeed-2/devguide/jetspeed-eclipse.html Thu May 5
23:03:57 2016
@@ -49,7 +49,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 5 May 2016
</div>
<div class="xright"> <a
href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
@@ -190,6 +190,10 @@
</li>
<li class="none">
+ <a href="guide-tables.html">Tables</a>
+ </li>
+
+ <li class="none">
<a href="dao.html">Data Access</a>
</li>
Modified: portals/site-live/jetspeed-2/devguide/login-module.html
URL:
http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/devguide/login-module.html?rev=1742491&r1=1742490&r2=1742491&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/devguide/login-module.html (original)
+++ portals/site-live/jetspeed-2/devguide/login-module.html Thu May 5 23:03:57
2016
@@ -47,7 +47,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 5 May 2016
</div>
<div class="xright"> <a
href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
@@ -254,6 +254,10 @@
</li>
<li class="none">
+ <a href="guide-tables.html">Tables</a>
+ </li>
+
+ <li class="none">
<a href="dao.html">Data Access</a>
</li>
@@ -337,7 +341,7 @@
<p>
For authentication purpose, Jetspeed 2 provide a default login
module implementation. Login modules provide a standard way to expose
authentication services for java application. More information
about login modules can be found in the JDK
- <a
href="http://java.sun.com/j2se/1.4.2/docs/api/javax/security/auth/spi/LoginModule.html"
class="externalLink">LoginModule interface</a>
+ <a class="externalLink"
href="http://java.sun.com/j2se/1.4.2/docs/api/javax/security/auth/spi/LoginModule.html">LoginModule
interface</a>
documentation.
</p>
</div>
Modified: portals/site-live/jetspeed-2/devguide/new-security.html
URL:
http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/devguide/new-security.html?rev=1742491&r1=1742490&r2=1742491&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/devguide/new-security.html (original)
+++ portals/site-live/jetspeed-2/devguide/new-security.html Thu May 5 23:03:57
2016
@@ -47,7 +47,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 5 May 2016
</div>
<div class="xright"> <a
href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
@@ -240,6 +240,10 @@
</li>
<li class="none">
+ <a href="guide-tables.html">Tables</a>
+ </li>
+
+ <li class="none">
<a href="dao.html">Data Access</a>
</li>
Modified: portals/site-live/jetspeed-2/devguide/patches.html
URL:
http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/devguide/patches.html?rev=1742491&r1=1742490&r2=1742491&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/devguide/patches.html (original)
+++ portals/site-live/jetspeed-2/devguide/patches.html Thu May 5 23:03:57 2016
@@ -47,7 +47,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 5 May 2016
</div>
<div class="xright"> <a
href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
@@ -188,6 +188,10 @@
</li>
<li class="none">
+ <a href="guide-tables.html">Tables</a>
+ </li>
+
+ <li class="none">
<a href="dao.html">Data Access</a>
</li>
@@ -269,7 +273,7 @@
<div id="contentBox">
<subtitle></subtitle><authors><person name="David Le Strat"
email="[email protected]"></authors><div class="section"><h2><a
name="How_to_Submit_Patches"></a>How to Submit Patches</h2>
<p>
- When working with Eclipse with the <a
href="http://subclipse.tigris.org/" class="externalLink">Subclipse plugin</a>,
+ When working with Eclipse with the <a
class="externalLink" href="http://subclipse.tigris.org/">Subclipse plugin</a>,
it is possible to generate a patch for the code changed
as illustrated below:
<br />
<br />
Modified: portals/site-live/jetspeed-2/devguide/permission.html
URL:
http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/devguide/permission.html?rev=1742491&r1=1742490&r2=1742491&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/devguide/permission.html (original)
+++ portals/site-live/jetspeed-2/devguide/permission.html Thu May 5 23:03:57
2016
@@ -47,7 +47,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 5 May 2016
</div>
<div class="xright"> <a
href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
@@ -258,6 +258,10 @@
</li>
<li class="none">
+ <a href="guide-tables.html">Tables</a>
+ </li>
+
+ <li class="none">
<a href="dao.html">Data Access</a>
</li>
Modified: portals/site-live/jetspeed-2/devguide/spring-config.html
URL:
http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/devguide/spring-config.html?rev=1742491&r1=1742490&r2=1742491&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/devguide/spring-config.html (original)
+++ portals/site-live/jetspeed-2/devguide/spring-config.html Thu May 5
23:03:57 2016
@@ -49,7 +49,7 @@
<div class="xleft">
- Last Published: 3 March 2016
+ Last Published: 5 May 2016
</div>
<div class="xright"> <a
href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
@@ -190,6 +190,10 @@
</li>
<li class="none">
+ <a href="guide-tables.html">Tables</a>
+ </li>
+
+ <li class="none">
<a href="dao.html">Data Access</a>
</li>