All Projects → IBM-Cloud → get-started-java

IBM-Cloud / get-started-java

Licence: Apache-2.0 license
Sample and tutorial to help you get started with a Java EE app, REST API and a database.

Programming Languages

javascript
184084 projects - #8 most used programming language
java
68154 projects - #9 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to get-started-java

eclipse-pmd
eclipse-pmd has been moved to
Stars: ✭ 20 (-28.57%)
Mutual labels:  eclipse
ginkgo4j
A Java BDD Testing Framework (based on RSpec and Ginkgo)
Stars: ✭ 25 (-10.71%)
Mutual labels:  eclipse
lxtk
Language Client/Server Toolkit
Stars: ✭ 22 (-21.43%)
Mutual labels:  eclipse
bl mcu sdk
bl_mcu_sdk is MCU software development kit provided by Bouffalo Lab Team for BL602/BL604, BL702/BL704/BL706, BL616/BL618, BL808 and other series of RISC-V based chips in the future.
Stars: ✭ 147 (+425%)
Mutual labels:  eclipse
uml2solidity
A uml profile and a set of acceleo code generators to model smart contracts in uml and generate solidity code.
Stars: ✭ 35 (+25%)
Mutual labels:  eclipse
eclox
Eclox is a simple doxygen frontend plug-in for eclipse. It aims to provide a slim and sleek integration of the code documentation process into Eclipse.
Stars: ✭ 32 (+14.29%)
Mutual labels:  eclipse
detect-timeseriesdata-change
WARNING: This repository is no longer maintained ⚠️ This repository will not be updated. The repository will be kept available in read-only mode.
Stars: ✭ 21 (-25%)
Mutual labels:  bluemix
codewind-eclipse
Plugin for developing cloud-native, containerized applications from Eclipse IDE
Stars: ✭ 13 (-53.57%)
Mutual labels:  eclipse
TeachingKidsProgramming.Java
Eclipse Workspace and code lessons for TKP Java - branches include other workspaces (GitHub Codespaces...)
Stars: ✭ 94 (+235.71%)
Mutual labels:  eclipse
eclipse
🧛🏻‍♂️ Dark theme for Eclipse
Stars: ✭ 34 (+21.43%)
Mutual labels:  eclipse
jsonSchema-to-uml
A tool to generate UML class diagrams from JSON schema documents
Stars: ✭ 33 (+17.86%)
Mutual labels:  eclipse
ResInsight
3D viewer and post processing of reservoir models
Stars: ✭ 122 (+335.71%)
Mutual labels:  eclipse
Cat-Face-Detector-with-OpenCV-and-JavaFX
📹 A Small OpenCV (Open Source Computer Vision) Example, who has the ability to detect multiple cat faces at the same time 🐱
Stars: ✭ 24 (-14.29%)
Mutual labels:  eclipse
sprotty-layout
Client-side automatic layout for the Sprotty diagramming framework
Stars: ✭ 15 (-46.43%)
Mutual labels:  eclipse
adoptium
adoptium.net
Stars: ✭ 126 (+350%)
Mutual labels:  eclipse
sms
🏫 🎓 一个未使用框架的学生信息管理系统 : 项目概述全面,代码注释详细,逻辑结构清晰,非常适合作为初学 Java web 的同学的第一个练手项目啦 ~
Stars: ✭ 91 (+225%)
Mutual labels:  eclipse
gamma
An Eclipse-based modeling framework for the component-based design and analysis of reactive systems
Stars: ✭ 21 (-25%)
Mutual labels:  eclipse
eclipse-asciidoctor-editor
An eclipse editor for asciidoctor files
Stars: ✭ 45 (+60.71%)
Mutual labels:  eclipse
ContextQuickie
An eclipse add-on which extens the context menu for accessing various tools.
Stars: ✭ 17 (-39.29%)
Mutual labels:  eclipse
couch-auth
Powerful authentication for APIs and apps using CouchDB (or Cloudant) with Node >= 14
Stars: ✭ 50 (+78.57%)
Mutual labels:  cloudant

Liberty getting started application

The Getting Started tutorial for Liberty uses this sample application to provide you with a sample workflow for working with any Liberty app on IBM Cloud or in IBM Cloud Private; you set up a development environment, deploy an app locally and on the cloud, and then integrate an IBM Cloud database service in your app.

The Liberty app may use either the Cloudant Java Client or the MongoDB 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.

Before you begin

You'll need a IBM Cloud account, Git, Cloud Foundry CLI, and Maven installed. If you use IBM Cloud Private, you need access to the IBM Cloud Private Cloud Foundry environment.

Instructions

IBM Cloud Cloud Foundry: Getting started tutorial for Liberty.

IBM Cloud Kubernetes Service: README_kubernetes.md

IBM Cloud Private: The starter application for IBM Cloud Private guides you through a similar process. However, instead of hosting both your service and application in the same cloud environment, you use a user-provided service. This guide shows you how to deploy your application to IBM Cloud Private and bind it to a Cloudant Database in IBM Cloud. For the complete procedure, see Working with user-provided services and the Liberty starter app.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].