OpenShift Express Application Wizard |
|
New Wizard |
We developed a wizard that allows you to create an application on OpenShift Express and import it to your Eclipse workspace.
The wizard holds all operations involved in creating a new application on OpenShift Express.
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
OpenShift Express REST client |
|
REST Client |
We also developed a client for the OpenShift Express REST service. It pretty much offers all features that
are currently available in the rhc-* command line tools (create/rename a domain, create/destroy applications,
list all existing applications, available cartridges, read the application log etc.). Even though it's pretty new, it's code base is pretty well tested since it's well covered by unit-tests and used in our application wizard and the Forge OpenShift Express plugin. The plug-in is currently still an osgi bundle, but we will strip its Eclipse dependencies and move it to github at some point. You may check the current code in our SVN. |