Author: adietish
Date: 2012-06-04 14:18:48 -0400 (Mon, 04 Jun 2012)
New Revision: 41689
Added:
trunk/documentation/whatsnew/openshift/images/keep-waiting.png
trunk/documentation/whatsnew/openshift/openshift-news-2.3.0.CR1.html
Log:
[JBIDE-11950] writing N&N for openshift
Added: trunk/documentation/whatsnew/openshift/images/keep-waiting.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/openshift/images/keep-waiting.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/openshift/openshift-news-2.3.0.CR1.html
===================================================================
--- trunk/documentation/whatsnew/openshift/openshift-news-2.3.0.CR1.html
(rev 0)
+++ trunk/documentation/whatsnew/openshift/openshift-news-2.3.0.CR1.html 2012-06-04
18:18:48 UTC (rev 41689)
@@ -0,0 +1,105 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html
xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Language" content="en-us" />
+<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1" />
+<link rel="stylesheet" href="../whatsnew.css" />
+<title>OpenShift Tools 2.3.0.CR1 What's New</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>OpenShift 2.3.0.CR1 What's New</h1>
+
+ <p align="right">
+ <a href="../index.html">< Main Index</a> <a
+ href="../maven/maven-news-3.3.0.Beta3.html">Maven Tools
></a>
+ </p>
+ <table border="0" cellpadding="10" cellspacing="0"
width="80%">
+
+ <tr>
+ <td colspan="2">
+ <hr />
+ <h3>General</h3>
+ <hr />
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
+ <a name="itemname3" id="itemname3"></a>
+ <b>Plenty of bugfixes</b>
+ </td>
+ <td valign="top">
+ As always when getting closer to GA, we very much focus on fixing bugs.
+ We tackled a total of 82 issues and improvements in the CR1 iteration.
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <hr />
+ <h3>OpenShift Application Wizards</h3>
+ <hr />
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
+ <b>Handling timeouts gracefully</b><p>
+ <small>
+ <a
href="https://issues.jboss.org/browse/JBIDE-11314">Related
Jira</a>
+ </small>
+ </p>
+
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
+ <b>Required embedded cartridges</b>
+ </td>
+ <td valign="top">
+ We now assist you when you add or remove embedded cartridges. We tell you what
additional cartridges you'll
+ need if you add a cartridge. We also tell you about conflicting ones that have to be
removed first.
+ <p><img src="images/also-add-mysql.png" alt="also add
mysql"/></p>
+ <p>
+ <small>
+ <a
href="https://issues.jboss.org/browse/JBIDE-10852">Related
Jira</a>
+ </small>
+ </p>
+
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
+ <b>Gears and scalable applications</b>
+ </td>
+ <td valign="top">
+ OpenShift gears constrain the resources an application may consume.
+ <p><img src="images/gears-and-scaling.png" alt="gear and
scaling"/></p>
+ <p>
+ <small>
+ <a
href="https://issues.jboss.org/browse/JBIDE-11505">Related
Jira</a>
+ </small>
+ </p>
+
+ </td>
+ </tr> </table>
+</body>
+
+</html>
+
+
Property changes on: trunk/documentation/whatsnew/openshift/openshift-news-2.3.0.CR1.html
___________________________________________________________________
Added: svn:mime-type
+ text/plain