News Ticker

Deploy a Spring MVC web app in less than 5 mins with Codenvy.com

It has been about 17 months since I wrote the article Cloud based deployment pipeline based on the cloud IDE from codenvy.com and I wanted to revisit the site to see how they have changed.

The interface has improved substantially with a highly intuitive project template selector with options to choose from almost any project type based on a wide range of languages that include: Java, PHP, Python, Javascript, Go, CPP and Ruby. You can also start your project with a sample hello world including Groovy, C++, Android, AngularJS and Spring.

This wide choice gave me the idea to test how long it would take to set up a basic Spring MVC project, deploy it to live and commit it to a GitHub repository.

So let’s start the clock.

00:00 I log in and click the create new project button, it starts to build the workspace.

Preparing Workspace

00:25 After a few seconds the workspace is built and the create new project dialogue box is displayed:

Create New Project

I selected the Spring Hello world project, entered a title and description for the project and clicked create.

00:55 The Hello world project is created, all relevant dependencies downloaded and the project built

Hello world workspace

Lets examine the code. Expand the HelloWorld folder in the project explorer on the left-side. As you can see this is a very simple Spring MVC application. Navigate down the package to the GreetingController class, open it and you can see that this is a basic implementation of a MVC controller.

Code view

01:25 Now let’s deploy the application and see it go live.  Click the Run Application button above the project explorer.

unnaqemed

You will see the application’s standard out in the console below the work area.

01:55 Once the application has deployed you will see a confirmation message printed in the console: Application HelloWorld booted and reachable.

unnaeemed

Now to view the site. Click the link in the console window to launch the site.

Launch the site from this link

02:15 The site will launch. Test it by entering your name and pressing OK. You should see a greeting displayed on the screen.

See greeting

Excellent, you have just deployed your first application on codenvy.com.

But we are not finished yet. We still have time to commit our code to git hub. Click Initialize Repository from the Git menu.

02:25 This will initialize a local repository. Your code has been committed to your local repository.

unnamefd

unnawemed

Now let’s make some changes to the code and commit it to master. Change the code and click Add to index from the Git menu.

Add to index

02:45 Now commit those changes to the local repository. Select Commit from the Git menu and enter a comment in the dialogue box that pops up.

unnamed

unnafdmed

Now let’s push it to a remote repository.

First, you will need to create a new repository via the github.com website and authorize codenvy to access your repository.

Assuming you have a repository setup you must now generate and upload SSH keys to GitHub. This is done via codenvy.

Select preferences from the window menu and follow the simple instructions here http://docs.codenvy.com/user/integration-with-github/. To upload the SSH to GitHub you must click the GitHub logo in the bottom right-hand corner.

Generate and upload SSH keys sto github

03:50 Now you have authorized codenvy with GitHub you must add the URI to your remote repository. Go to Git>Remotes>Remotes and enter the location and name of your repository.

Piceeeeeture

04:10 Now you must first pull from the remote before pushing. Go to Git>Remotes>Pull then to push your code go to Git>Remotes>Push. Your code has now been push to your remote repository. Visit the GitHub site to see for yourself that the code has been pushed.

uneenamed

04:50 Congratulations. You have created, deployed and version controlled a Spring MVC web application in less than 5 minutes, and congratulations to codenvy for making it possible.

See it all happen directly in codenvy. Click the ‘Open in IDE’ button below and the HelloWorld project will be cloned from my git hub repository, compiled and deployed. Click the link in the console window to launch the site.

Git hub repository:

Links:

Other articles of interest:

1 Comment on Deploy a Spring MVC web app in less than 5 mins with Codenvy.com

  1. This is not working anymore. Codenvy interface has been totally revised since that time. No “new Spring app” option, no “run appication” button , just “Run Tomcat”. I tried to build your project from scratch and chose “Build and run”, it was not reachable under node’s address. Please update this tutorial using actual Codenvy interface.

1 Trackback / Pingback

  1. Deploy a Spring MVC web app in less than 5 mins with Codenvy.com Boost your career with us Professional Java EE Video Training and Tutorials

Leave a Reply

%d