jar

com.github.reflect-framework.example : reflect-web-shop-domain

Maven & Gradle

Jan 21, 2020

Example domain of a web shop application using the Reflect Framework

Table Of Contents

Latest Version

Download com.github.reflect-framework.example : reflect-web-shop-domain JAR file - Latest Versions:

All Versions

Download com.github.reflect-framework.example : reflect-web-shop-domain JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window reflect-web-shop-domain-0.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.acme.web.shop.customer

├─ com.acme.web.shop.customer.Customer.class - [JAR]

com.acme.web.shop.payment

├─ com.acme.web.shop.payment.PaymentClient.class - [JAR]

com.acme.web.shop.shopingcart

├─ com.acme.web.shop.shopingcart.ShoppingCart.class - [JAR]

├─ com.acme.web.shop.shopingcart.ShoppingCartService.class - [JAR]

com.acme.web.shop.product

├─ com.acme.web.shop.product.Product.class - [JAR]

├─ com.acme.web.shop.product.ProductGenerator.class - [JAR]

├─ com.acme.web.shop.product.ProductRepository.class - [JAR]

├─ com.acme.web.shop.product.ProductSearchCritiria.class - [JAR]

├─ com.acme.web.shop.product.ProductService.class - [JAR]

com.acme.web.shop.email

├─ com.acme.web.shop.email.EmailClient.class - [JAR]

com.acme.web.shop.provider.authorization

├─ com.acme.web.shop.provider.authorization.AcmeAuthorizationProvider.class - [JAR]

├─ com.acme.web.shop.provider.authorization.User.class - [JAR]

com.acme.web.shop

├─ com.acme.web.shop.WebShopColors.class - [JAR]

├─ com.acme.web.shop.WebShopInfrastructureClasses.class - [JAR]

├─ com.acme.web.shop.WebShopServiceClasses.class - [JAR]