[jbosstools-commits] JBoss Tools SVN: r41731 - trunk/documentation/guides/JBDS_Release_Notes/en-US.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Tue Jun 5 20:09:50 EDT 2012


Author: irooskov at redhat.com
Date: 2012-06-05 20:09:50 -0400 (Tue, 05 Jun 2012)
New Revision: 41731

Modified:
   trunk/documentation/guides/JBDS_Release_Notes/en-US/Article_Info.xml
   trunk/documentation/guides/JBDS_Release_Notes/en-US/Features.xml
Log:
updated with JAX-RS feature information


Modified: trunk/documentation/guides/JBDS_Release_Notes/en-US/Article_Info.xml
===================================================================
--- trunk/documentation/guides/JBDS_Release_Notes/en-US/Article_Info.xml	2012-06-05 21:48:14 UTC (rev 41730)
+++ trunk/documentation/guides/JBDS_Release_Notes/en-US/Article_Info.xml	2012-06-06 00:09:50 UTC (rev 41731)
@@ -8,7 +8,7 @@
 	<productname>JBoss Developer Studio</productname>
 	<productnumber>5.0</productnumber>
 	<edition>5.0.0</edition>
-	<pubsnumber>5</pubsnumber>
+	<pubsnumber>6</pubsnumber>
 	<abstract>
 		<para>
 			These release notes contain important information related to the JBoss Developer Studio. New features, known issues, resources, and other current issues are addressed here.

Modified: trunk/documentation/guides/JBDS_Release_Notes/en-US/Features.xml
===================================================================
--- trunk/documentation/guides/JBDS_Release_Notes/en-US/Features.xml	2012-06-05 21:48:14 UTC (rev 41730)
+++ trunk/documentation/guides/JBDS_Release_Notes/en-US/Features.xml	2012-06-06 00:09:50 UTC (rev 41731)
@@ -43,36 +43,36 @@
         </para>
 	</formalpara>
 	<formalpara>
-		<title>Forge</title>
+		<title>OpenShift</title>
 		<para>
-			<itemizedlist>					
+			<itemizedlist>
 				<listitem>
 					<para>
-						Forge allows you to use the command line to create and manage projects, from within JBoss Developer Studio.
+						New tooling is now available that allows you to interact with Red Hat's cloud offering as if it were a local server.
 					</para>
 				</listitem>
 			</itemizedlist>
 		</para>
 	</formalpara>
 	<formalpara>
-		<title>Hibernate</title>
+		<title>Forge</title>
 		<para>
 			<itemizedlist>					
 				<listitem>
 					<para>
-						Tooling for Hibernate 4 is now available within JBoss Developer Studio.
+						Forge allows you to use the command line to create and manage projects, from within JBoss Developer Studio.
 					</para>
 				</listitem>
 			</itemizedlist>
 		</para>
 	</formalpara>
 	<formalpara>
-		<title>OpenShift</title>
+		<title>Hibernate</title>
 		<para>
-			<itemizedlist>
+			<itemizedlist>					
 				<listitem>
 					<para>
-						New tooling is now available that allows you to interact with Red Hat's cloud offering as if it were a local server.
+						Tooling for Hibernate 4 is now available within JBoss Developer Studio.
 					</para>
 				</listitem>
 			</itemizedlist>
@@ -150,4 +150,16 @@
             </itemizedlist>
         </para>
 	</formalpara>
+	<formalpara>
+		<title>JAX-RS</title>
+		<para>
+			<itemizedlist>
+				<listitem>
+					<para>
+						JAX-RS tooling has been updated to allow for visualiation of your REST Endpoints in the Project Explorer, and support for Content Assist and Validation. It also operates with the Web Service Tester for execution of requests in both Run and Debug mode.
+					</para>
+				</listitem>
+			</itemizedlist>
+		</para>
+	</formalpara>
 </section>



More information about the jbosstools-commits mailing list