|
|
(125 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| __NOTOC__
| | #REDIRECT [[ist:Programação com Objectos]] |
| {{NAVPO}}
| |
| <!-- {{TOCright}} -->
| |
| <!-- __NOEDITSECTION__ -->
| |
| == Tópicos Teóricos ==
| |
| | |
| * [[Tópicos sobre Programação com Objectos]] (teoria e prática)
| |
| | |
| == Tópicos o Desenvolvimento em Java e C++ ==
| |
| | |
| Aplicação exemplo (aplicação bancária em Java) para apoio à construção do projecto (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-bank-core-201010211032.tar.bz2|po-bank-core-201010211032.tar.bz2]] - Core functionality, a.k.a. '''bank-core''' [download]
| |
| * [[Media:po-bank-strings-201010211032.tar.bz2|po-bank-strings-201010211032.tar.bz2]] - String generation (labels, messages, user interface exceptions), a.k.a. '''bank-strings''' [download]
| |
| * [[Media:po-bank-textui-201010211032.tar.bz2|po-bank-textui-201010211032.tar.bz2]] - 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 ==
| |
| | |
| * [[Programação com Objectos - Teste de Dezembro de 2005|Teste de Dezembro de 2005]]
| |
| * [[Teste de Dezembro de 2008]]
| |
| * [[Programação com Objectos - Teste de 2009/01/24|Teste de 24 de Janeiro de 2009]]
| |
| * [[Programação com Objectos - Teste de 2010/01/04|Teste de 04 de Janeiro de 2010]]
| |
| * [[Programação com Objectos - Teste de 2010/01/21|Teste de 21 de Janeiro de 2010]]
| |
| | |
| == A Few Notes on Unit Testing ==
| |
| | |
| * [[Unit Testing with JUnit]]
| |
| | |
| == Linguagens de Programação ==
| |
| | |
| * [http://cplusplus.com/ C++]
| |
| ** [http://cplusplus.com/reference/ Manual de Referência para C++ (biblioteca)] [http://cplusplus.com/reference/stl/ STL (contentores)] [http://cplusplus.com/reference/algorithm/ STL (algoritmos)]
| |
| ** [http://cppreference.com/ Manual de Referência para C/C++]
| |
| * [http://java.sun.com/ Java]
| |
| ** [http://java.sun.com/j2se/1.5.0/docs/api/ Java Platform, Standard Edition 5 API Specification]
| |
| ** [http://java.sun.com/javase/6/docs/api/ Java Platform, Standard Edition 6 API Specification]
| |
| * [http://php.net/ PHP]
| |
| ** [http://www.php.net/manual/en/ Manual de PHP] [http://www.php.net/manual/en/funcref.php Manual de Referência (funções)]
| |
| | |
| [[category:PO]]
| |
| [[category:Ensino]]
| |
| [[en:Object-Oriented Programming]]
| |