Difference between revisions of "Quick-and-Dirty Guide to Transforming the Bank Application into your Very Own Project"

From Wiki**3

Line 1: Line 1:
<font color='red'>'''USE AT YOUR OWN RISK!!'''</font>
+
{{TOCright}}
 +
The bank application is '''very''' small and simple. Nevertheless, it already incorporates all major components needed for a larger application.
  
Small bank application (these are the 2010/2011 editions):
+
The following is a quick guide to start your project from the Bank sources.
 +
 
 +
== The Goods ==
 +
 
 +
The following are the components of the bank application (these are the 2010/2011 editions):
 
* [[Media:po-uilib-201010151128.tar.bz2|po-uilib-201010151128.tar.bz2]] - Base interaction package, a.k.a. '''po-uilib'''
 
* [[Media:po-uilib-201010151128.tar.bz2|po-uilib-201010151128.tar.bz2]] - Base interaction package, a.k.a. '''po-uilib'''
 
* [[Media:po-bank-core-201010211032.tar.bz2|po-bank-core-201010211032.tar.bz2]] - Core functionality, a.k.a. '''bank-core'''
 
* [[Media:po-bank-core-201010211032.tar.bz2|po-bank-core-201010211032.tar.bz2]] - Core functionality, a.k.a. '''bank-core'''

Revision as of 17:53, 24 October 2010

Contents

The bank application is very small and simple. Nevertheless, it already incorporates all major components needed for a larger application.

The following is a quick guide to start your project from the Bank sources.

The Goods

The following are the components of the bank application (these are the 2010/2011 editions):

Each package includes a makefile to compile and build the corresponding JAR archive. Note that the makefiles assume that all JAR dependencies reside in /usr/share/java (linux installation -- other environments may, and indeed should work, but are not covered in this text).

The bank application has a similar structure to the one needed for the OOP course programming project (but... be careful).