Programação com Objectos: Difference between revisions
From Wiki**3
No edit summary |
|||
Line 10: | Line 10: | ||
Material de apoio à construção do projecto (aplicação bancária) (these are the 2010/2011 editions): | Material de apoio à construção do projecto (aplicação bancária) (these are the 2010/2011 editions): | ||
* Base interaction package, a.k.a. po-uilib [download] | * Base interaction package, a.k.a. '''po-uilib''' [download] | ||
* Core functionality [download] | * Core functionality, a.k.a. '''bank-core''' [download] | ||
* String generation (labels, messages, user interface exceptions) [download] | * String generation (labels, messages, user interface exceptions), a.k.a. '''bank-strings''' [download] | ||
* Text-based user interface, a.k.a., | * Text-based user interface, a.k.a., '''bank-textui''' [download] | ||
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). | 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). |
Revision as of 15:26, 24 October 2010
Tópicos Teóricos
- Tópicos sobre Programação com Objectos (teoria e prática)
Tópicos o Desenvolvimento em Java e C++
Material de apoio à construção do projecto (aplicação bancária) (these are the 2010/2011 editions):
- Base interaction package, a.k.a. po-uilib [download]
- Core functionality, a.k.a. bank-core [download]
- String generation (labels, messages, user interface exceptions), a.k.a. bank-strings [download]
- Text-based user interface, a.k.a., bank-textui [download]
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).
Exercícios e Problemas
- Teste de Dezembro de 2005
- Teste de Dezembro de 2008
- Teste de 24 de Janeiro de 2009
- Teste de 04 de Janeiro de 2010
- Teste de 21 de Janeiro de 2010