Posts Tagged ‘cloud’

eXo Cloud IDE Gives Developers an On-Ramp to VMware Cloud Foundry PaaS

Wednesday, August 24th, 2011

The Industry’s Only Cloud IDE for Java Applications Improves Developer Productivity by Deploying Applications Directly to Cloud Foundry

  • Develop Java, Spring, Ruby and other apps in the cloud; deploy direct to cFoundry
  • Access cloud-resident code from virtually any computer
  • Intro webinar on eXo Cloud IDE scheduled for September 8: http://budurl.com/ubm3
  • View video about deploying with eXo Cloud IDE at http://budurl.com/aevz

SAN FRANCISCO — August 24, 2011 — eXo, the enterprise Java portal and cloud user experience platform (UXP) company, today announced that its eXo Cloud IDE, the industry’s only cloud-based integrated development environment (IDE) for Java applications, has added Cloud Foundry™ to its roster of supported platform-as-a-service (PaaS) offerings. Developers deploying Java, Spring, Ruby and other types of applications to Cloud Foundry can now take advantage of the increased agility and accessibility delivered by cloud computing. View the related video at http://budurl.com/aevz.

Cloud computing and PaaS offerings have been evolving for some time, but until now developers have not actually been able to build Java applications in the cloud. With eXo Cloud IDE, developing and deploying Java apps becomes much more streamlined and makes cloud platforms more accessible to developers.

“Cloud IDE makes it possible for developers to collaborate on building Java applications in the cloud, apps that they can deploy directly to Cloud Foundry in minutes,” said Benjamin Mestrallet, founder and CEO of eXo. “The code now lives in the cloud, accessible from virtually anywhere with a browser and Internet access—so creating an app and moving it into Cloud Foundry is now very easy.”

eXo is showcasing Cloud IDE in booth #171W at VMworld® 2011, being held at The Venetian and The Wynn hotels in Las Vegas, August 29–September 1, 2011. A webinar introducing eXo Cloud IDE is scheduled for September 8, 2011; participants can register at http://budurl.com/ubm3.

Expanding Opportunities

eXo Cloud IDE expands the options for developers. It is the only development-as-a-service (DaaS) offering to support Java application development, and the first to support Java Spring applications. It’s the only offering that developers can use to build Java applications in a cloud-based IDE and deploy them directly to a PaaS. With the announcement of Cloud IDE as an on-ramp to Cloud Foundry, eXo Cloud IDE now supports a total of four PaaS environments. eXo has already announced eXo Cloud IDE support for CloudBees, Heroku and Red Hat OpenShift.

Today, developers around the world are using eXo Cloud IDE to collaborate on the creation of HTML5/JavaScript applications and OpenSocial gadgets as well as Java-, PHP-, and Ruby-based web apps. Support for additional languages, frameworks and PaaS environments is planned for the future.

eXo Cloud IDE Webinar

On September 8, eXo developer evangelist Jeremi Joslin will host a webinar on eXo Cloud IDE for developers and IT managers. Starting at 8:00 a.m. Pacific time, Jeremi will cover topics ranging from the advantages of developing in the cloud to deploying applications to PaaS offerings such as Cloud Foundry, Heroku, OpenShift and others. For more information and to register, go to http://budurl.com/ubm3.

Recent News

The Top 5 New Features in eXo Cloud IDE

Wednesday, July 20th, 2011

Four months ago we launched cloud-ide.com, the first free online service eXo has ever provided, and its success has been incredible. Our goal: to be the preferred path for developers to Platform-as-a-Service (PaaS) deployments.

Today we are unveiling a major upgrade to the service, with more than 75 new features. I would like to show you my top 5 favorites.

1) Git Support

Git popularity is huge and more and more projects use it to manage their source code. Even some PaaS, such as Heroku or Openshift Express, use it as an application deployment paradigm.

Supporting Git in eXo Cloud IDE was clearly our number 1 priority, and we focused on improving the integration we announced in May at Red Hat Summit. Now we support most of the protocol commands, all natively integrated within eXo Cloud IDE.

As you can see in the first screenshot, we support many Git commands that are exposed in a new Git menu in the IDE. It is possible to init or clone a remote repository, add a file to the index, create a branch, add remote repositories and push the code to different branches on different remote repositories! And at every step of the way, you can view the current status of your repo.

image00

To be able to support private Git repositories, and to communicate with them using the SSH protocol, we have also added the capability to create private and public keys for dedicated domains, and the ability to upload existing private keys and bind them to a domain. In the next screenshots, you can see that I have created 2 private/public keys for the Heroku and GitHub domains, as well as uploaded 2 private keys for Red Hat OpenShift and CloudBees.

image07

It is also possible to browse the version history of Git repositories, see the changes and who made them!

image03

2) OpenShift and Heroku Support

The primary goal of eXo Cloud IDE is to be able to develop apps in the cloud, then deploy them to the different PaaS available in the market. With this upgrade, we now support 3 different PaaS, each that has a different deployment model.

For Heroku and OpenShift, we use some REST commands from the PaaS menu (see the next screenshot) to create applications bound to a Git repository.

image05

Then we use the Git menu to clone and push modifications to this remote repository, such as the OpenShift repo shown in the next screenshot.

image04

We have announced our Red Hat OpenShift support at Red Hat Summit last month in Boston. You can see the video demonstrating how to deploy to OpenShift here.

3) CloudBees Support

For deploying Java apps to CloudBees RUN@cloud PaaS, we only use Git and the CloudBees DEV@cloud service.

A developer first has to create a Java project in eXo Cloud IDE.  Then he has to init that repository and push the code to the CloudBees Git repository (after having registered its public SSH key in the service). From here, we leverage CloudBees DEV@cloud, which uses Maven and Jenkins to manage both the build of the Java WAR artifacts and the deployment to CloudBees RUN@cloud PaaS.

image02

4) Java / JSP support

Java is the language of choice for most eXo developers. In the first version of Cloud IDE a developer could write some REST API in Java using the JAX-RS specification. He could also store structured data inside a Java Content Repository (JCR).

With this upgrade, we now also support standard Java classes (Servlets or POJOs) and Java Server Pages (JSP).

As before, every file has some color syntaxing, code completion and outline. The next screenshot shows those features for a JSP page.

image06

Once the Java and JSP have been written it is possible to deploy them to CloudBees DEV@cloud, which manages the build (it can also manage any unit tests that you add in the Cloud IDE) and the deployment of the generated WAR.

As you can see, you can now create, test and deploy standard Java projects directly in the Cloud.

5) Ruby and PHP Support

With the launch of Red Hat OpenShift Express, we announced support for the Ruby language within eXo Cloud IDE. A developer can quickly create a Ruby file; the IDE provides some color syntaxing, outline and auto completion. A Ruby project can then be deployed to either OpenShift or Heroku, as described previously.

image01

Red Hat OpenShift also supports the PHP language, so it was a great opportunity for us to add support for this dynamic language to our catalog. And of course, we have some color syntaxing, outline and auto completion.

These are my top 5 favorite new features. I hope you will check out the new and improved Cloud IDE and give us your feedback!

For now, we’re getting back to work – this is just the beginning of a new era.

eXo Cloud IDE First to Support Java, Direct PaaS Deployments for Developers

Wednesday, July 20th, 2011

Quick and Easy On-Ramp to PaaS of Choice: CloudBees DEV@cloud and RUN@cloud, Heroku, Red Hat OpenShift

SAN FRANCISCO — July 20, 2011 — eXo, the enterprise Java portal and cloud user experience platform (UXP) company, today announced that eXo Cloud IDE is the first web-based IDE to support Java, extending its support for HTML, JavaScript, Groovy, PHP and Ruby languages. eXo Cloud IDE also offers a quick and easy on-ramp for deploying applications directly to several major Platform-as-a-Service (PaaS) including CloudBees, Heroku, and Red Hat OpenShift.

News Highlights

  • About eXo Cloud IDE: Launched in March, eXo Cloud IDE is a multi-tenant, hosted development environment that enables social coding – the collaborative development of applications, gadgets and mashups that can be deployed directly to a PaaS. eXo Cloud IDE is available online at www.cloud-ide.com.
  • Easy On-Ramp to PaaS Deployments: eXo Cloud IDE now includes a drop-down menu for easily deploying applications to Heroku and Red Hat OpenShift PaaS. By leveraging Git repositories, eXo Cloud IDE allows developers to manage, edit and redeploy changes from the PaaS menu. To deploy Java applications to CloudBees, developers build the apps using the CloudBees DEV@cloud service and deploy via the CloudBees RUN@cloud service.
  • Robust IDE Goes Beyond JavaScript: With eXo Cloud IDE, the company goes beyond basic JavaScript to enable rich, functional development of REST services and Ruby, PHP and Java applications.
    • Java/JSP support has been enhanced to include support for standard Java classes (Servlets or POJOs) and Java Server Pages (JSP). Developers can create standard Java projects in the cloud, and also test and deploy those projects directly to the cloud using Maven and Jenkins via CloudBees DEV@cloud capabilities. eXo Cloud IDE continues to let developers write REST APIs in Groovy using the JAX-RS specification and store structured data inside a Java Content Repository.
    • PHP support gives developers another option for writing applications. As with other languages supported by eXo Cloud IDE – including Ruby – every file has color syntaxing, outline and auto code completion.
  • Improved Git Support: eXo Cloud IDE now features a new, easy-to-use Git menu, which natively integrates protocol commands. This gives developers access to Git controls, as well as visibility into the version history of repositories, without ever having to leave the eXo Cloud IDE domain.

Supporting Quotes

  • Sacha Labourey, founder and CEO of CloudBees: “eXo CloudIDE developers can not only deploy their applications to CloudBees RUN@cloud Java PaaS in a snap, but they can also leverage CloudBees DEV@cloud and benefit from Git code repositories, Jenkins-based Continuous Integration and Maven repositories, all nicely integrated. This provides a complete development and runtime environment in the cloud.”
  • Benjamin Mestrallet, eXo founder and CEO: “The primary goal of eXo Cloud IDE is to provide a cloud service where teams of developers can collaborate and build applications in the language they prefer, while also giving them the freedom and flexibility to deploy their applications to the different cloud platforms available in the market. With this announcement, we now support three different PaaS offerings and their distinct deployment models.”

Online Resources

Recent News

Deploying eXo Platform 3 on the New OpenShift Flex PaaS

Thursday, May 5th, 2011

Yesterday Red Hat introduced their new Platform-as-a-Service (PaaS) offering, called OpenShift, which will be offered in Express, Flex and Power modes. As Benjamin described in his blog about OpenShift, our partnership with Red Hat is expanding is expanding in support of this. Developers can use eXo Cloud IDE to quickly build applications that can be deployed to the OpenShift PaaS; this native integration is made possible due to both solutions supporting Git.

eXo Cloud IDE can plug into the OpenShift platform as a cartridge. But that isn’t the only way eXo technology runs with Red Hat cloud offerings. We’ve also been working on bringing our flagship enterprise product, eXo Platform 3, to take full advantage of deploying to a PaaS.

The first step is to port eXo Platform 3 for JBoss EPP Site Publisher to OpenShift Flex, so our mutual customers can quickly onramp to the new OpenShift offering. (As you already know, Site Publisher is powered by eXo and brings WCM capabilities to the JBoss portal; eXo Platform 3 for EPP Site Publisher allows Red Hat customers to extend their portal-based solutions with user experience features like social, collaboration and content management.)

As they have for the last two years, our friends at Red Hat have been completely supportive, assisting our own engineering teams with getting eXo Platform deployed on OpenShift even before it was announced publicly. I’m now happy to report that eXo Platform 3 for EPP Site Publisher can be deployed in the cloud as a Flex-managed cartridge.

It’s still a work in progress, but the core features like logs and performance monitoring are already there, as you can see in the following screenshots:

Red Hat and eXo teams are currently working together so eXo Platform can leverage the full scaling capabilities of Flex. And since customizing eXo Platform in your personalized portal server involves deploying so-called extensions as EAR archives, this capability will be possible directly through the Flex UI.

We’re really excited to be one of the first to deploy to the OpenShift PaaS, and know our customers will be eager to try it too. We’ll keep our community updated on new developments, but in the meantime, if you’d like to see a demo, drop us a line at info (at) exoplatform.com.

From Portals to the Cloud: Extending the eXo-Red Hat Partnership

Wednesday, May 4th, 2011

Almost two years ago we announced our partnership with Red Hat, with the goal of building the best open source portal framework ever: GateIn. Today we announced that we’re extending this partnership by offering an easy way to develop apps for OpenShift, Red Hat’s new Platform-as-a-Service offering. Before I dive into the details of how eXo Cloud IDE will work with OpenShift, I’ll quickly recap what we’ve done with Red Hat to date.

To put it simply, GateIn is the foundation for both eXo and Red Hat enterprise offerings. For Red Hat, this product is JBoss Enterprise Portal Platform 5 (EPP). We also use it as the core runtime for our own user experience platform, eXo Platform 3. Here’s a simple visual of this:

Our partnership reached another important milestone at the end of 2010, when Red Hat announced Site Publisher, an extension for EPP that is powered by eXo’s WCM technology. With EPP-SP, Red Hat customers can create and manage websites on top of the EPP portal.

Site Publisher is ideal for building sites that need to mix content and transactional applications that integrate well with customer’s IT environment. In many cases these are customer-facing portals, which are typically strategic projects for our common customers.

The natural next step was introducing eXo Platform 3.0 for EPP-SP. This adds a large set of user experience features like document management, workflow, communication and collaboration tools, to enterprise social networks. It also includes the same IDE as our now-famous eXo Cloud IDE. This is the full stack:

We recommend this complete stack to customers already using Red Hat technology, since everything has been tested and certified together, from the JBoss EAP application server to the RHEL Operating System!

I’m excited to share that today we are again expanding our collaboration with Red Hat, going beyond portals to the Cloud.

Red Hat’s OpenShift PaaS announcement sends a strong message that the company is serious about becoming a leader in the PaaS market. They have the vision and already a great partner ecosystem. I’m really excited that eXo can be one of the first to integrate with this new public Cloud offering.

Earlier this year, we announced our own cloud strategy. Part of this will be offering several free online services for PaaS developers. eXo Cloud IDE, which is already available, is an online development environment (IDE) that developers can use to create applications in the cloud (collaborating with up to 5 other developers in their dedicated domain), then deploy to the PaaS of their choice.

Today, we announce the native integration of eXo Cloud IDE and Red Hat OpenShift. A developer in eXo Cloud IDE can create a Ruby application and easily deploy it to OpenShift.

The integration is made possible by Git, which is now supported by both the eXo Cloud IDE and OpenShift. A simple push of the application source code from the IDE will trigger the automatic (re)deployment of the application in the PaaS. This push action can be used both during the development phase as a “test as you code” tool (where you need a quick visual result on your changes) and to do production deployment.

Working with the cloud team at Red Hat has been a really rewarding experience, just as it has been collaborating with the JBoss team around GateIn. The people are open, talented and hard-working, and seem to genuinely care about their partners. I look forward to collaborating around OpenShift, and to seeing what other great things our partnership will bring in the future.