[jboss-cvs] JBossAS SVN: r101499 - projects/docs/enterprise/EWP_5.0/Examples/resteasy-examples/jaxb-json.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 25 18:40:22 EST 2010


Author: laubai
Date: 2010-02-25 18:40:22 -0500 (Thu, 25 Feb 2010)
New Revision: 101499

Modified:
   projects/docs/enterprise/EWP_5.0/Examples/resteasy-examples/jaxb-json/README.txt
Log:
Corrected ports in spring-hibernate, jaxb-json, and corrected for JBPAPP-3802.

Modified: projects/docs/enterprise/EWP_5.0/Examples/resteasy-examples/jaxb-json/README.txt
===================================================================
--- projects/docs/enterprise/EWP_5.0/Examples/resteasy-examples/jaxb-json/README.txt	2010-02-25 23:37:56 UTC (rev 101498)
+++ projects/docs/enterprise/EWP_5.0/Examples/resteasy-examples/jaxb-json/README.txt	2010-02-25 23:40:22 UTC (rev 101499)
@@ -5,13 +5,13 @@
 - using JSON with RESTEasy
 - the JAXB/JSON Provider
 - using javax.ws.rs.core.Application
-- using the <context-param> resteasy.servlet.mapping.prefix
+- using the <context-param> resteasy.servlet.mapping.prefix
 - Jetty (embedded)
 
 
-System Requirements:
-====================
-- Maven 2.0.9 or higher
+System Requirements:
+====================
+- Maven 2.0.9 or higher
 
 
 Building the Project:
@@ -24,23 +24,23 @@
 Running the Project and Testing it Manually:
 ============================================
 
-- mvn jetty6:run-exploded
-
-- Open a browser at the following URLs to test each listed object/function:
-
+- mvn jetty:run-exploded
+
+- Open a browser at the following URLs to test each listed object/function:
+
   The HTML form that pulls JSON from a JAX-RS service.
   The data includes JAXB-annotated classes marshalled to JSON using the
   Jettison mapped format:
-    http://localhost:9095/mapped.html
-
+    http://localhost:8080/mapped.html
+
   The HTML form that pulls JSON from a JAX-RS service.
-  The data is JAXB annotated classes marshalled to JSON
-  using the Jettison Badger format:
-    http://localhost:9095/badger.html
-
-  To view the Mapped JSON format:
-    http://localhost:9095/resteasy/library/books/mapped.html
-
-  To view the Badger JSON format:
-    http://localhost:9095/resteasy/library/books/badger.html
-
+  The data is JAXB annotated classes marshalled to JSON
+  using the Jettison Badger format:
+    http://localhost:8080/badger.html
+
+  To view the Mapped JSON format:
+    http://localhost:8080/resteasy/library/books/mapped.html
+
+  To view the Badger JSON format:
+    http://localhost:8080/resteasy/library/books/badger.html
+




More information about the jboss-cvs-commits mailing list