[jbosstools-commits] JBoss Tools SVN: r35939 - in trunk/documentation/whatsnew/as: images and 1 other directory.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Mon Oct 24 11:00:33 EDT 2011


Author: adietish
Date: 2011-10-24 11:00:32 -0400 (Mon, 24 Oct 2011)
New Revision: 35939

Added:
   trunk/documentation/whatsnew/as/as-news-3.3.0.M4.html
   trunk/documentation/whatsnew/as/images/server-adapter-editor.png
   trunk/documentation/whatsnew/as/images/server-adapter.png
Log:
[JBIDE-9962] created N&N for AS

Added: trunk/documentation/whatsnew/as/as-news-3.3.0.M4.html
===================================================================
--- trunk/documentation/whatsnew/as/as-news-3.3.0.M4.html	                        (rev 0)
+++ trunk/documentation/whatsnew/as/as-news-3.3.0.M4.html	2011-10-24 15:00:32 UTC (rev 35939)
@@ -0,0 +1,95 @@
+<html>
+
+<head>
+<link rel="stylesheet" href="../whatsnew.css">
+<title>JBoss AS Tools 3.3.0.M4 News</title>
+<script type="text/javascript">
+
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-17645367-5']);
+  _gaq.push(['_trackPageview']);
+
+  (function() {
+    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+  })();
+
+</script></head>
+
+<body>
+
+<h1>JBoss AS Tools 3.3.0.M4 What's New</h1>
+
+  <p align="right"><a href="../index.html">&lt; Main Index</a> <a href="../gwt/gwt-news-1.0.2.M4.html">GWT Tools &gt;</a></p>
+
+<table border="0" cellpadding="10" cellspacing="0" width="80%">
+
+  <tr>
+    <td colspan="2">
+      <hr/>
+      <h3>Server</h3>
+      <hr/>
+    </td>
+  </tr>
+  <tr>
+    <td valign="top" align="right">
+      <p><b>Support for JDK7</b></p>
+    </td>
+    <td valign="top" width="90%">
+        <p>JBoss AS Tools now supports JDK7 in WTP facets.</p>
+	    <p><small><a href="https://issues.jboss.org/browse/JBIDE-9783">Related Jira</a></small></p>
+    </td>
+  </tr>  
+  <tr>
+    <td valign="top" align="right">
+      <p><b>Support for Web Fragments</b></p>
+    </td>
+    <td valign="top" width="90%">
+        <p>We added support for web fragments in M4. Web fragment project are now deployed as 
+        exploded jars to JBoss AS6 and AS7.</p>
+	    <p><small><a href="https://issues.jboss.org/browse/JBIDE-9836">Related Jira</a></small></p>
+    </td>
+  </tr>  
+  <tr>
+    <td valign="top" align="right">
+      <p><b>OpenShift Express Adapter</b></p>
+    </td>
+    <td valign="top" width="90%">
+        <p>JBoss AS Tools now introduces a server adapter that is able to publish OpenShift Express applications 
+        to the Red Hat PaaS. The server adapter is created when you import an OpenShift Express Application on behalf
+        of our tools. Our adapter allows you to publish the changes within your eclipse project. It commits and pushes 
+        behind the scenes and offers you the most convenient pusblishing method so far (compared to manually committing and pushing on the git repo).</p>
+		<p><img src="images/server-adapter.png" alt="server adapter" /></p>
+		<p><img src="images/server-adapter-editor.png" alt="server adapter editor" /></p>
+	    <p><small><a href="https://issues.jboss.org/browse/JBIDE-9376">Related Jira</a></small></p>
+    </td>
+  </tr>  
+  <tr><td colspan="2"><hr /></td></tr>
+  <tr>
+    <td colspan="2">
+      <hr/>
+      <h3>Miscellaneous</h3>
+      <hr/>
+    </td>
+  </tr>
+  <tr>
+    <td valign="top" align="right">
+      <p><b>Deploy OSGI projects to AS7</b></p>
+    </td>
+    <td valign="top" width="90%">
+        <p>JBoss AS7 offers an impressive OSGI runtime. We therefore added the capability to deploy osgi projects to an
+        AS7 on behalf of our Eclipse WTP server adapter in prior versions of JBoss tools. There were a problems when deploying those projects. 
+        We them and now offer a pretty much flawless behaviour.</p>
+	    <p><small><a href="https://issues.jboss.org/browse/JBIDE-9709">Related Jira</a>&nbsp;<a href="https://issues.jboss.org/browse/JBIDE-9711">Related Jira</a></small></p>
+    </td>
+  </tr>
+  <tr><td colspan="2"><hr /></td></tr>
+  
+</table>
+
+</body>
+
+</html>
+
+


Property changes on: trunk/documentation/whatsnew/as/as-news-3.3.0.M4.html
___________________________________________________________________
Added: svn:mime-type
   + text/plain

Added: trunk/documentation/whatsnew/as/images/server-adapter-editor.png
===================================================================
(Binary files differ)


Property changes on: trunk/documentation/whatsnew/as/images/server-adapter-editor.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: trunk/documentation/whatsnew/as/images/server-adapter.png
===================================================================
(Binary files differ)


Property changes on: trunk/documentation/whatsnew/as/images/server-adapter.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream



More information about the jbosstools-commits mailing list