An open API service indexing awesome lists of open source software.

https://github.com/sidmishraw/accmgrfjava

Toy Bank Account Management using FJava
https://github.com/sidmishraw/accmgrfjava

fjava toy toy-project

Last synced: about 1 year ago
JSON representation

Toy Bank Account Management using FJava

Awesome Lists containing this project

README

          

# Bank Account Management
----------------------------------------

Uses **FJava** with JDK8

----------------------------------------

This is a toy implementation of a bank account management system using **FJava**.

The Account balance is a Variable defined in **FJava**.

Since this application uses, **FJava**, it too is bound by the restrictions imposed by
**FJava**.

**FJava** description can be found [here](https://github.com/sidmishraw/fjava).

Please add this [jar file](https://github.com/sidmishraw/fjava/blob/master/out/artifacts/fjava/fjava.jar) to the classpath for
successfully build the project.

The [jar file](https://github.com/sidmishraw/fjava/blob/master/out/artifacts/fjava/fjava.jar) has the **FJava** library.

##### MIN JDK: JDK8