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

From Wiki**3

(New page: USE AT YOUR OWN RISK!! Small bank application (these are the 2010/2011 editions): * po-uilib-201010151128.tar.bz2 - Base interaction package, a.k.a...)
 
Line 1: Line 1:
USE AT YOUR OWN RISK!!
+
<font color='red'>'''USE AT YOUR OWN RISK!!'''</font>
  
 
Small bank application (these are the 2010/2011 editions):
 
Small bank application (these are the 2010/2011 editions):

Revision as of 17:41, 24 October 2010

USE AT YOUR OWN RISK!!

Small 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).