Skip to content

Commit

Permalink
Correct broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
jnerlich committed Nov 8, 2016
1 parent 2f89805 commit 87d907c
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 22 deletions.
2 changes: 1 addition & 1 deletion GWT/008_resourceslocal.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[[resources_gwt]]
=== GWT resources

http://code.google.com/webtoolkit[GWT Homepage]
http://www.gwtproject.org/[GWT Homepage]

http://code.google.com/webtoolkit/doc/latest/RefWidgetGallery.html[GWT Widgets Overview]

Expand Down
2 changes: 1 addition & 1 deletion GWTModules/008_resourceslocal.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[[resources_gwt]]
=== GWT resources

http://code.google.com/webtoolkit[GWT Homepage]
http://www.gwtproject.org/[GWT Homepage]

http://code.google.com/webtoolkit/doc/latest/RefWidgetGallery.html[GWT Widgets Overview]

Expand Down
4 changes: 2 additions & 2 deletions GoogleAppEngine/008_resourceslocal.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

http://www.vogella.com/tutorials/GoogleAppEngineJava/article.html[Google App Engine Development with Java]

http://code.google.com/intl/en/appengine[Google App Engine]
https://cloud.google.com/appengine/docs[Google App Engine]

http://www.python.org/[Python Homepage]

http://docs.python.org/[Python Documentation]

http://www.djangoproject.com/documentation/0.96/templates/[Django template language]
https://docs.djangoproject.com/en/1.10/topics/templates/[Django template language]

9 changes: 4 additions & 5 deletions GoogleAppEngine/20_installation.adoc
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
[[installation]]
== Installation

Download and install Python 2.5.2. This is the version that runs on
the Google App Engine and should therefore be used http://www.python.org/download/releases/2.5.2/.
Download and install Python 2.5.2.
This is the version that runs on the Google App Engine and should therefore be used http://www.python.org/download/releases/2.5.2/.

Download the Python version of the Google App Engine from
http://code.google.com/intl/en/appengine/downloads.html[Download Site for the GAE].
Download the Python version of the Google App Engine from https://cloud.google.com/appengine/docs/python/download[Download Site for the GAE].

The main page for the GAE is http://code.google.com/intl/en/appengine/.
The main page for the GAE is https://cloud.google.com/appengine/downloads.

On the main page you need to created an account if you have not yet done so.

2 changes: 1 addition & 1 deletion GoogleAppEngineJava/008_resourceslocal.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

http://www.vogella.com/tutorials/GoogleAppEngine/article.html[Google App Engine Development with Python]

http://code.google.com/intl/en/appengine[Google App Engine]
https://cloud.google.com/appengine/docs[Google App Engine]

http://code.google.com/p/googleappengine/issues[Google App Engine Issues]

Expand Down
11 changes: 3 additions & 8 deletions GoogleAppEngineJava/050_persistence.adoc
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
[[jpapersistence]]
== Persistence with JPA

GAE/J supports
http://www.vogella.com/tutorials/JavaPersistenceAPI/article.html[JPA] (Java Persistence API)
1.0 for persisting data. As all data on the GAE/J are
stored in
Bigtable
some features of JPA are not supported. See
http://code.google.com/intl/de-DE/appengine/docs/java/datastore/usingjpa.html[JPA on GAE/J]
for details.
GAE/J supports http://www.vogella.com/tutorials/JavaPersistenceAPI/article.html[JPA] (Java Persistence API) 1.0 for persisting data.
As all data on the GAE/J is stored in Bigtable some features of JPA are not supported.
See https://cloud.google.com/appengine/docs/java/datastore/jpa/overview[JPA on GAE/J] for details.
Alternatively to JPA you can also use JDO or the low-level API of the App Engine.
The datastorage facility is described in http://code.google.com/appengine/docs/java/datastore/overview.html[Datastore Java API Overview].

2 changes: 0 additions & 2 deletions JavaServerFaces/008_resourceslocal.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,5 @@ http://myfaces.apache.org/[Apache MyFaces]

http://www.jboss.org/jbossrichfaces/[JBoss Rich Faces]

http://www.oracle.com/technology/products/adf/adffaces/index.html[Oracle ADF Faces Rich Client Components (JSF implementation of Oracle)]

http://www.eclipse.org/webtools/jsf/dev_resource/JSFTutorial-RC3/JSFTools_tutorial.html[Introduction to building JSF with Eclipse]

4 changes: 2 additions & 2 deletions Jetty/200_embeddingjetty.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[[embeddingjetty]]
== Embedding Jetty in an Eclipse RCP application

Use use Jetty in an Eclipse RCP application, add all Jetty plug-ins and the `javax.servlet` plug-in as dependency to the _MANIFEST.MF_ and the product.
Use Jetty in an Eclipse RCP application, add all Jetty plug-ins and the `javax.servlet` plug-in as dependency to the _MANIFEST.MF_ and the product.

[source,java]
----
Expand All @@ -13,5 +13,5 @@ include:res/embedded/HelloHttpRequestHandler.java[]
include:res/embedded/StartJettyHandler.java[]
----

See https://www.eclipse.org/jetty/documentation/current/embedding-jetty.html for details.
See https://wiki.eclipse.org/Jetty/Tutorial/Embedding_Jetty for details.

0 comments on commit 87d907c

Please sign in to comment.