Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Turreta/get-started-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Liberty on Bluemix getting started application

The Bluemix Getting started tutorial for Liberty uses this sample application to provide you with a sample workflow for working with any Liberty app on Bluemix; you set up a development environment, deploy an app locally and on Bluemix, and integrate a Bluemix database service in your app.

The Liberty app uses the Cloudant Java Client to add information to a database and then return information from a database to the UI.

Gif of the sample app contains a title that says, Welcome, a prompt asking the user to enter their name, and a list of the database contents which are the names Joe, Jane, and Bob. The user enters the name, Mary and the screen refreshes to display, Hello, Mary, I've added you to the database. The database contents listed are now Mary, Joe, Jane, and Bob.

The following steps are the general procedure to set up and deploy your app. See more detailed instructions in the Getting started tutorial for Liberty.

Before you begin

You'll need a Bluemix account, Git Cloud Foundry CLI and Maven installed.

About

Sample and tutorial to help you get started with a Java EE app, REST API and a database.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 81.4%
  • HTML 14.3%
  • JavaScript 4.1%
  • CSS 0.2%