🌐
GitHub
github.com › Mahathirrr › CafeManagement_Kelompok6
GitHub - Mahathirrr/CafeManagement_Kelompok6: A Java-based GUI application for managing a coffee shop
A Java-based GUI application for managing a coffee shop - Mahathirrr/CafeManagement_Kelompok6
Author   Mahathirrr
🌐
GitHub
github.com › sdaschner › coffee-shop › blob › master › src › main › java › com › sebastian_daschner › coffee_shop › boundary › CoffeeShop.java
coffee-shop/src/main/java/com/sebastian_daschner/coffee_shop/boundary/CoffeeShop.java at master · sdaschner/coffee-shop
import com.sebastian_daschner.coffee_shop.entity.OrderStatus; · import javax.ejb.Stateless; import java.util.List; import java.util.UUID; · import static java.util.Arrays.asList; · @Stateless · public class CoffeeShop { · public List<String> getCoffeeTypes() { return asList("Espresso", "Pour-over"); } ·
Author   sdaschner
🌐
GitHub
github.com › topics › coffee
coffee · GitHub Topics · GitHub
Contains basic features like multi-file ... and will undergo heavy improvements in the near future. ... This application is an interactive coffee shop application....
🌐
GitHub
github.com › obedtandadjaja › Coffee-Shop-Cashier
GitHub - obedtandadjaja/Coffee-Shop-Cashier: A simple Java cashier program (with touch-screen GUI)
A simple Java cashier program (with touch-screen GUI) - obedtandadjaja/Coffee-Shop-Cashier
Starred by 11 users
Forked by 5 users
Languages   Java
🌐
GitHub
github.com › HaroonBsf › Coffee-Shop
GitHub - HaroonBsf/Coffee-Shop: ☕ Coffee Shop Android App
A Coffee Shop app built with Kotlin, with some Java, and Firebase, focused on UI design, created as a quick project to test item addition to the cart functionality.
Author   HaroonBsf
🌐
GitHub
github.com › sdaschner › coffee-shop › blob › master › src › main › java › com › sebastian_daschner › coffee_shop › entity › Order.java
coffee-shop/src/main/java/com/sebastian_daschner/coffee_shop/entity/Order.java at master · sdaschner/coffee-shop
Coffee example backend for the REST with Hypermedia and Java video course - coffee-shop/src/main/java/com/sebastian_daschner/coffee_shop/entity/Order.java at master · sdaschner/coffee-shop
Author   sdaschner
🌐
GitHub
github.com › sdaschner › scalable-coffee-shop
GitHub - sdaschner/scalable-coffee-shop: A scalable, event-driven and event-sourced Java EE application
A scalable, event-driven and event-sourced Java EE application - sdaschner/scalable-coffee-shop
Starred by 406 users
Forked by 188 users
Languages   Java 99.6% | Shell 0.4%
🌐
GitHub
github.com › hereisnaman › CoffeeShop
GitHub - thenamankumar/CoffeeShop: A CoffeeShop programm with both ...
A CoffeeShop programm with both customer and seller side functions. First OOP DBMS program in JAVA. - GitHub - thenamankumar/CoffeeShop: A CoffeeShop programm with both customer and seller side fu...
Author   thenamankumar
Find elsewhere
🌐
GitHub
github.com › sdaschner › coffee
GitHub - sdaschner/coffee: Yet another coffee shop example project
The example project of my Cloud Native, Service-Meshed Java Enterprise With Istio and Bulletproof Java Enterprise For The Hard Production Life presentations. Comprises two applications, coffee-shop and barista, which are deployed to a Kubernetes and Istio cluster.
Starred by 42 users
Forked by 36 users
Languages   Java 93.3% | Vim Script 4.0% | Dockerfile 2.7%
🌐
GitHub
github.com › walter-woodall › Coffee-Shop › blob › master › src › cmsc433 › p2 › Simulation.java
Coffee-Shop/src/cmsc433/p2/Simulation.java at master · walter-woodall/Coffee-Shop
* in the coffee shop, and the fourth is the number of items each cooking · * machine can make at the same time. · */ · public static void main(String args[]) throws InterruptedException { · // Parameters to the simulation · /* · if (args.length != 4) { · System.err.println("usage: java Simulation <#customers> <#cooks> <#tables> <capacity> <randomorders"); ·
Author   walter-woodall
🌐
GitHub
github.com › topics › java-coffee-shop-management
java-coffee-shop-management · GitHub Topics · GitHub
To associate your repository with the java-coffee-shop-management topic, visit your repo's landing page and select "manage topics."
🌐
GitHub
gist.github.com › eldermoraes › e9688ca1175bd8e0acbade299b6d2d25
CoffeeShop.java · GitHub
CoffeeShop.java · This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters ·
🌐
GitHub
github.com › trishagee › coffee-shop-the-app › blob › master › src › main › java › com › mechanitis › demo › coffee › CoffeeShop.java
coffee-shop-the-app/src/main/java/com/mechanitis/demo/coffee/CoffeeShop.java at master · trishagee/coffee-shop-the-app
package com.mechanitis.demo.coffee; · import org.mongodb.morphia.annotations.Entity; import org.mongodb.morphia.annotations.Id; · import java.util.Arrays; · @Entity · public class CoffeeShop { @Id · private String id; · private String name; private Location location; private int openStreetMapId; ·
Author   trishagee
🌐
GitHub
github.com › mrGos › CFS_JAVA
GitHub - mrGos/CFS_JAVA: Coffee Shop Java desktop application developed with JDBC, MYSQL
Coffee Shop Java desktop application developed with JDBC, MYSQL - mrGos/CFS_JAVA
Author   mrGos
🌐
GitHub
github.com › hyd3rs › CoffeeShop
GitHub - hyd3rs/CoffeeShop: A coffee shop simulator programme, running in the terminal. Created in a JDK 15 environment.
A coffee shop simulator programme, running in the terminal. Created in a JDK 15 environment. - hyd3rs/CoffeeShop
Author   hyd3rs
🌐
GitHub
github.com › fahadahmedocean › CSMS
GitHub - fahadahmedocean/CSMS: Coffee Shop Management System (CSMS)
Coffee Shop Management System (CSMS) Project Detail: This is a desktop Application which able to maintain a Coffee Shop. Here, user can order from listed items and check his bill.
Author   fahadahmedocean
🌐
GitHub
github.com › lukacu › coffeeshop
GitHub - lukacu/coffeeshop: Coffeeshop is a conglomerate of handy Java general purpose classes.
Coffeeshop is a conglomerate of handy general purpose Java classes. The classes are divided into several packages with clearly defined dependences.
Starred by 2 users
Forked by 2 users
Languages   Java