Giter VIP home page Giter VIP logo

cognitive-congress's Introduction

Java Hello World Sample

This project contains a simple servlet application.

Deploy to Bluemix

Running the application using the command-line

This project can be built with Apache Maven. The project uses Liberty Maven Plug-in to automatically download and install Liberty from the Liberty repository. Liberty Maven Plug-in is also used to create, configure, and run the application on the Liberty server.

Use the following steps to run the application locally:

  1. Execute full Maven build to create the target/JavaHelloWorldApp.war file:

    $ mvn clean install
  2. Download and install Liberty, then use it to run the built application from step 1:

    $ mvn liberty:run-server

    Once the server is running, the application will be available under http://localhost:9080/JavaHelloWorldApp.

Use the following command to run the built application in Bluemix: bash $ cf push <appname> -p target/JavaHelloWorldApp.war

Developing and Deploying using Eclipse

IBM® Eclipse Tools for Bluemix® provides plug-ins that can be installed into an existing Eclipse environment to assist in integrating the developer's integrated development environment (IDE) with Bluemix.

  1. Download and install IBM Eclipse Tools for Bluemix.

  2. Import this sample into Eclipse using File -> Import -> Maven -> Existing Maven Projects option.

  3. Create a Liberty server definition:

  • In the Servers view right-click -> New -> Server
  • Select IBM -> WebSphere Application Server Liberty
  • Choose Install from an archive or a repository
  • Enter a destination path (/Users/username/liberty)
  • Choose WAS Liberty with Java EE 7 Web Profile
  • Continue the wizard with default options to Finish
  1. Run your application locally on Liberty:
  • Right click on the JavaHelloWorldApp sample and select Run As -> Run on Server option
  • Find and select the localhost Liberty server and press Finish
  • In a few seconds, your application should be running at http://localhost:9080/JavaHelloWorldApp/
  1. Create a Bluemix server definition:
  • In the Servers view, right-click -> New -> Server
  • Select IBM -> IBM Bluemix and follow the steps in the wizard.\
  • Enter your credentials and click Next
  • Select your org and space and click Finish
  1. Run your application on Bluemix:
  • Right click on the JavaHelloWorldApp sample and select Run As -> Run on Server option
  • Find and select the IBM Bluemix and press Finish
  • A wizard will guide you with the deployment options. Be sure to choose a unique Name for your application
  • In a few minutes, your application should be running at the URL you chose.

Liberty App Accelerator

For help generating other Liberty samples checkout the Liberty App Accelerator at wasdev.net/accelerate

cognitive-congress's People

Contributors

bigotis avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.