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

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Mon Oct 24 09:07:24 EDT 2011


Author: adietish
Date: 2011-10-24 09:07:23 -0400 (Mon, 24 Oct 2011)
New Revision: 35933

Added:
   trunk/documentation/whatsnew/openshift/images/server-adapter-editor.png
   trunk/documentation/whatsnew/openshift/openshift-news-0.1.0.M4.html
Removed:
   trunk/documentation/whatsnew/openshift/images/server-adapter.-editor.png
Modified:
   trunk/documentation/whatsnew/openshift/images/import-project.png
Log:
[JBIDE-10011] creating openshift n&n

Modified: trunk/documentation/whatsnew/openshift/images/import-project.png
===================================================================
(Binary files differ)

Copied: trunk/documentation/whatsnew/openshift/images/server-adapter-editor.png (from rev 35931, trunk/documentation/whatsnew/openshift/images/server-adapter.-editor.png)
===================================================================
(Binary files differ)


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

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

Added: trunk/documentation/whatsnew/openshift/openshift-news-0.1.0.M4.html
===================================================================
--- trunk/documentation/whatsnew/openshift/openshift-news-0.1.0.M4.html	                        (rev 0)
+++ trunk/documentation/whatsnew/openshift/openshift-news-0.1.0.M4.html	2011-10-24 13:07:23 UTC (rev 35933)
@@ -0,0 +1,89 @@
+<?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 0.1.0.M4 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 0.1.0.M4 What's New</h1>
+
+<p align="right"><a href="../index.html">&lt; Main Index</a> <a
+	 href="../modeshape/modeshape-news-3.3.0.M4.html">Modeshape Tools
+	&gt;</a></p> 
+	<table border="0" cellpadding="10" cellspacing="0" width="80%"> 
+		<tr> 
+			<td colspan="2"> <hr />
+				<h3>OpenShift Express Application Wizard</h3><hr /> 
+			</td> 
+		</tr> 
+		<tr> 
+			<td valign="top" align="left"><a name="itemname3" id="itemname3"></a><b>New Wizard</b></td> 
+			<td valign="top"> 
+				We developed a wizard that would allow you to import an OpenShift Express application to your Eclipse workspace.
+				The wizard holds all operations involved in creating a new application on OpenShift Express.
+				<p></p><img src="images/new-openshift-express-wizard.png" alt="new openshift express application"/></p> 
+				A frist step would require you to supply your credentials. A link would open the signup page if you have no account on 
+				OpenShift Express yet.
+				<p></p><img src="images/credentials.png" alt="credentials"/></p> 
+				You may eventually have to create a domain first.
+				<p></p><img src="images/domain.png" alt="domain"/></p>
+				The wizard allows you to create a new application.  
+				<p></p><img src="images/new-application.png" alt="new application"/></p>
+				It then lists your application.
+				<p></p><img src="images/applications.png" alt="applications"/></p>
+				A dialog lists the details for your new application.  
+				<p></p><img src="images/application-info.png" alt="application info"/></p>
+				The last step involved determines to what local location the git repository is cloned to. 
+				You may also tell our tooling to create a server adapter that will allow you to publish changes to the
+				OpenShift Express PaaS.
+				<p></p><img src="images/import-project.png" alt="import project"/></p>
+				The wizard will clone the repo...
+				<p></p><img src="images/git-repository.png" alt="git repository"/></p>
+				...import the OpenShift Express application to your workspace...
+				<p></p><img src="images/imported-project.png" alt="imported project"/></p>
+				...and create the Eclipse WTP server adapter for you.
+				<p></p><img src="images/server-adapter.png" alt="server adapter"/></p>
+				<p></p><img src="images/server-adapter-editor.png" alt="server adapter editor"/></p>
+				<p><small><a href="https://issues.jboss.org/browse/JBIDE-9793">Related Jira</a></small></p>
+			</td>
+		</tr>	
+		<tr> 
+			<td colspan="2"> <hr />
+				<h3>OpenShift Express REST client</h3><hr /> 
+			</td> 
+		</tr> 
+		<tr> 
+			<td valign="top" align="left"><a name="itemname3" id="itemname3"></a><b>REST Client</b></td> 
+			<td valign="top">
+			We also developed a REST client in Java for OpenShift Express. It pretty much offers all features that
+			are currently offered by the rhc-* command line tools. Even though it's pretty new, 
+			it's code base is pretty well tested since it's covered well by unit-tests and used in our application wizard 
+			and in the <a href="https://github.com/forge/plugin-openshift-express">Forge OpenShift Express plugin</a>.
+			The plugin is currently still an eclipse plugin, but we will strip its Eclipse dependencies and move it to github
+			at some point. 
+			You may check the current code in our <a href="http://anonsvn.jboss.org/repos/jbosstools/trunk/openshift/plugins/org.jboss.tools.openshift.express.client/">SVN</a>. 
+			<p><small><a href="https://issues.jboss.org/browse/JBIDE-9591">Related Jira</a></small></p>
+			</td>
+		</tr>
+	</table>
+</body>
+
+</html>
+
+


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



More information about the jbosstools-commits mailing list