Author: taylor
Date: Mon Feb 23 23:32:20 2009
New Revision: 747209
URL: http://svn.apache.org/viewvc?rev=747209&view=rev
Log:
eoln
Added:
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/ant/06/support.xml
(with props)
Modified:
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/ant/06/databases.xml
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/ant/06/documentation.xml
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/ant/06/servlet.xml
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/ant/06/spring.xml
Modified:
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/ant/06/databases.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/ant/06/databases.xml?rev=747209&r1=747208&r2=747209&view=diff
==============================================================================
---
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/ant/06/databases.xml
(original)
+++
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/ant/06/databases.xml
Mon Feb 23 23:32:20 2009
@@ -1,88 +1,88 @@
-<?xml version="1.0"?>
-<!--
+<?xml version="1.0"?>
+<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<document>
- <properties>
- <title>Portlet 101</title>
- <subtitle>Databases</subtitle>
- <authors>
- <person name="David Sean Taylor"
email="[email protected]" />
- <person name="David Dyer"
- email="[email protected]" />
- <person name="Ron Wheeler"
- email="[email protected]" />
- </authors>
- </properties>
- <body>
- <section name="Database Alternatives">
- <p>
- This section of the tutorial covers the
different
- databases that can be used.
- </p>
- <p>
- In the tutorial we have been using Derby from
Apache
- which is easy to set up. You may want to use
another
- database or need to follow a corporate standard.
- Jetspeed can accomodate a wide range of
relational
- databases including:
- </p>
- <ul>
- <li>
- <a href="www.mysql.com">MySQL</a>
- </li>
- <li>
- <a href="www.oracle.com">Oracle</a>
- </li>
- <li>
- <a href="http://hsqldb.org/">
- HSQLDB- Hypersonic Database
- </a>
- </li>
- <li>
- and
- <a
-
href="http://portals.apache.org/jetspeed-2/getting-started.html">
- others
- </a>
- </li>
- </ul>
- </section>
- <section name="MySQL">
- <p>
- This section of the tutorial discusses how to
change the
- portal that was created in the tutorial so that
it uses
- the MySQL database.
- </p>
- </section>
- <section name="Oracle">
- <p>
- This section of the tutorial discusses how to
change the
- portal that was created in the tutorial so that
it uses
- the MySQL database.
- </p>
- </section>
- <section name="HSQLDB">
- <p>
- This section of the tutorial discusses how to
change the
- portal that was created in the tutorial so that
it uses
- the MySQL database.
- </p>
- </section>
-
-
- </body>
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<document>
+ <properties>
+ <title>Portlet 101</title>
+ <subtitle>Databases</subtitle>
+ <authors>
+ <person name="David Sean Taylor"
email="[email protected]" />
+ <person name="David Dyer"
+ email="[email protected]" />
+ <person name="Ron Wheeler"
+ email="[email protected]" />
+ </authors>
+ </properties>
+ <body>
+ <section name="Database Alternatives">
+ <p>
+ This section of the tutorial covers the
different
+ databases that can be used.
+ </p>
+ <p>
+ In the tutorial we have been using Derby from
Apache
+ which is easy to set up. You may want to use
another
+ database or need to follow a corporate standard.
+ Jetspeed can accomodate a wide range of
relational
+ databases including:
+ </p>
+ <ul>
+ <li>
+ <a href="www.mysql.com">MySQL</a>
+ </li>
+ <li>
+ <a href="www.oracle.com">Oracle</a>
+ </li>
+ <li>
+ <a href="http://hsqldb.org/">
+ HSQLDB- Hypersonic Database
+ </a>
+ </li>
+ <li>
+ and
+ <a
+
href="http://portals.apache.org/jetspeed-2/getting-started.html">
+ others
+ </a>
+ </li>
+ </ul>
+ </section>
+ <section name="MySQL">
+ <p>
+ This section of the tutorial discusses how to
change the
+ portal that was created in the tutorial so that
it uses
+ the MySQL database.
+ </p>
+ </section>
+ <section name="Oracle">
+ <p>
+ This section of the tutorial discusses how to
change the
+ portal that was created in the tutorial so that
it uses
+ the MySQL database.
+ </p>
+ </section>
+ <section name="HSQLDB">
+ <p>
+ This section of the tutorial discusses how to
change the
+ portal that was created in the tutorial so that
it uses
+ the MySQL database.
+ </p>
+ </section>
+
+
+ </body>
</document>
\ No newline at end of file
Modified:
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/ant/06/documentation.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/ant/06/documentation.xml?rev=747209&r1=747208&r2=747209&view=diff
==============================================================================
---
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/ant/06/documentation.xml
(original)
+++
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/ant/06/documentation.xml
Mon Feb 23 23:32:20 2009
@@ -1,46 +1,46 @@
-<?xml version="1.0"?>
-<!--
+<?xml version="1.0"?>
+<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<document>
- <properties>
- <title>Portlet 101</title>
- <subtitle>JetSpeed Documentation</subtitle>
- <authors>
- <person name="David Sean Taylor"
email="[email protected]" />
- <person name="David Dyer"
- email="[email protected]" />
- <person name="Ron Wheeler"
- email="[email protected]" />
- </authors>
- </properties>
- <body>
- <section name="Documentation">
- <p>
- Jetspeed includes
- <a href="http://portals.apache.org/jetspeed-2/">
- documentation
- </a>
- on the general operation of Jetspeed as well as
- <a
-
href="http://portals.apache.org/jetspeed-2/guides/index.html">
- guides or HOW-TOs on various topics.
- </a>
- </p>
-
- </section>
- </body>
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<document>
+ <properties>
+ <title>Portlet 101</title>
+ <subtitle>JetSpeed Documentation</subtitle>
+ <authors>
+ <person name="David Sean Taylor"
email="[email protected]" />
+ <person name="David Dyer"
+ email="[email protected]" />
+ <person name="Ron Wheeler"
+ email="[email protected]" />
+ </authors>
+ </properties>
+ <body>
+ <section name="Documentation">
+ <p>
+ Jetspeed includes
+ <a href="http://portals.apache.org/jetspeed-2/">
+ documentation
+ </a>
+ on the general operation of Jetspeed as well as
+ <a
+
href="http://portals.apache.org/jetspeed-2/guides/index.html">
+ guides or HOW-TOs on various topics.
+ </a>
+ </p>
+
+ </section>
+ </body>
</document>
\ No newline at end of file
Modified:
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/ant/06/servlet.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/ant/06/servlet.xml?rev=747209&r1=747208&r2=747209&view=diff
==============================================================================
---
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/ant/06/servlet.xml
(original)
+++
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/ant/06/servlet.xml
Mon Feb 23 23:32:20 2009
@@ -1,85 +1,85 @@
-<?xml version="1.0"?>
-<!--
+<?xml version="1.0"?>
+<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<document>
- <properties>
- <title>Portlet 101</title>
- <subtitle>Servlet Engines</subtitle>
- <authors>
- <person name="David Sean Taylor"
email="[email protected]" />
- <person name="David Dyer"
- email="[email protected]" />
- <person name="Ron Wheeler"
- email="[email protected]" />
- </authors>
- </properties>
- <body>
- <section name="Servlet Engines">
- <p>
- This section of the tutorial covers the
different
- Servlet Engines that can be used.
- </p>
- <p>
- In the tutorial we have been using Jetty from
Apache
- which is easy to set up. You may want to use
another
- servlet Engine or need to follow a corporate
standard.
- Jetspeed can accomodate a wide range of servlet
engines
- including:
- </p>
- <ul>
- <li>
- <a href="http://tomcat.apache.org/">
- Tomcat 5.8 or higher
- </a>
- </li>
- <li>
- <a
-
href="http://www-306.ibm.com/software/websphere/">
- Websphere
- </a>
- </li>
- <li>
- <a
href="http://geronimo.apache.org/">Geronimo</a>
- </li>
- <li>
- <a
href="http://www.jboss.com/">JBoss</a>
- </li>
- </ul>
- </section>
- <section name="Tomcat">
- <p>
- This section of the tutorial discusses how to
change the
- portal that was created in the tutorial so that
it uses
- the Tomcat Servlet Engine.
- </p>
- </section>
- <section name="Websphere">
- <p>
- This section of the tutorial discusses how to
change the
- portal that was created in the tutorial so that
it uses
- Websphere.
- </p>
- </section>
- <section name="JBoss">
- <p>
- This section of the tutorial discusses how to
change the
- portal that was created in the tutorial so that
it uses
- JBoss.
- </p>
- </section>
- </body>
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<document>
+ <properties>
+ <title>Portlet 101</title>
+ <subtitle>Servlet Engines</subtitle>
+ <authors>
+ <person name="David Sean Taylor"
email="[email protected]" />
+ <person name="David Dyer"
+ email="[email protected]" />
+ <person name="Ron Wheeler"
+ email="[email protected]" />
+ </authors>
+ </properties>
+ <body>
+ <section name="Servlet Engines">
+ <p>
+ This section of the tutorial covers the
different
+ Servlet Engines that can be used.
+ </p>
+ <p>
+ In the tutorial we have been using Jetty from
Apache
+ which is easy to set up. You may want to use
another
+ servlet Engine or need to follow a corporate
standard.
+ Jetspeed can accomodate a wide range of servlet
engines
+ including:
+ </p>
+ <ul>
+ <li>
+ <a href="http://tomcat.apache.org/">
+ Tomcat 5.8 or higher
+ </a>
+ </li>
+ <li>
+ <a
+
href="http://www-306.ibm.com/software/websphere/">
+ Websphere
+ </a>
+ </li>
+ <li>
+ <a
href="http://geronimo.apache.org/">Geronimo</a>
+ </li>
+ <li>
+ <a
href="http://www.jboss.com/">JBoss</a>
+ </li>
+ </ul>
+ </section>
+ <section name="Tomcat">
+ <p>
+ This section of the tutorial discusses how to
change the
+ portal that was created in the tutorial so that
it uses
+ the Tomcat Servlet Engine.
+ </p>
+ </section>
+ <section name="Websphere">
+ <p>
+ This section of the tutorial discusses how to
change the
+ portal that was created in the tutorial so that
it uses
+ Websphere.
+ </p>
+ </section>
+ <section name="JBoss">
+ <p>
+ This section of the tutorial discusses how to
change the
+ portal that was created in the tutorial so that
it uses
+ JBoss.
+ </p>
+ </section>
+ </body>
</document>
\ No newline at end of file
Modified:
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/ant/06/spring.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/ant/06/spring.xml?rev=747209&r1=747208&r2=747209&view=diff
==============================================================================
---
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/ant/06/spring.xml
(original)
+++
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/ant/06/spring.xml
Mon Feb 23 23:32:20 2009
@@ -1,39 +1,39 @@
-<?xml version="1.0"?>
-<!--
+<?xml version="1.0"?>
+<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<document>
- <properties>
- <title>Portlet 101</title>
- <subtitle>Jetspeed and Spring</subtitle>
- <authors>
- <person name="David Sean Taylor"
email="[email protected]" />
- <person name="David Dyer"
- email="[email protected]" />
- <person name="Ron Wheeler"
- email="[email protected]" />
- </authors>
- </properties>
- <body>
- <section name="Spring">
- <p>
- This section of the tutorial discusses how
Jetspeed uses
- Spring and how Spring can be used to develop
Jetspeed
- Portlets.
- </p>
- </section>
- </body>
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<document>
+ <properties>
+ <title>Portlet 101</title>
+ <subtitle>Jetspeed and Spring</subtitle>
+ <authors>
+ <person name="David Sean Taylor"
email="[email protected]" />
+ <person name="David Dyer"
+ email="[email protected]" />
+ <person name="Ron Wheeler"
+ email="[email protected]" />
+ </authors>
+ </properties>
+ <body>
+ <section name="Spring">
+ <p>
+ This section of the tutorial discusses how
Jetspeed uses
+ Spring and how Spring can be used to develop
Jetspeed
+ Portlets.
+ </p>
+ </section>
+ </body>
</document>
\ No newline at end of file
Added:
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/ant/06/support.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/ant/06/support.xml?rev=747209&view=auto
==============================================================================
---
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/ant/06/support.xml
(added)
+++
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/ant/06/support.xml
Mon Feb 23 23:32:20 2009
@@ -0,0 +1,74 @@
+<?xml version="1.0"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<document>
+ <properties>
+ <title>Portlet 101</title>
+ <subtitle>Jetspeed-2 Support</subtitle>
+ <authors>
+ <person name="David Sean Taylor"
email="[email protected]" />
+ <person name="David Dyer"
+ email="[email protected]" />
+ <person name="Ron Wheeler"
+ email="[email protected]" />
+ </authors>
+ </properties>
+ <body>
+ <section name="Support">
+ <p>
+ Like many open source software packages,
support is
+ available from commercial companies that will
provide a
+ range of services. This gives users the same or
better
+ security and support than they get for
proprietary
+ solutions. Since the sources are publicly
available and
+ there is a strong community using and supporting
+ Jetspeed, companies adopting Jetspeed are well
+ protected.
+ </p>
+ <subsection name='Training'>
+ <p>
+ In addition to this tutorial, you can
have on-site
+ classroom training from
+ <a
href="www.bluesunrise.com">Bluesunrise</a>
+ .
+ </p>
+ </subsection>
+ <subsection name='Consulting'>
+ <p>
+ <a
href="www.bluesunrise.com">Bluesunrise</a>
+ also provides consulting either on an
project basis
+ or hourly or on a monthly committment.
+ <a />
+ </p>
+ </subsection>
+ <subsection name='Pre-constructed Portlets'>
+ <p>
+ Since Jetspeed can support any Portlet
that complies
+ with the JSR-168 standard, open source
and
+ commercial portlets are available for a
number of
+ common functions. Some of them are
listed on the
+ <a
+
href="http://portals.apache.org/jetspeed-2/portlets-community.html">
+ Jetspeed-2 site
+ </a>
+ </p>
+ </subsection>
+
+
+ </section>
+ </body>
+</document>
\ No newline at end of file
Propchange:
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/ant/06/support.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/ant/06/support.xml
------------------------------------------------------------------------------
svn:keywords = Id
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]