Programação com Objectos: Difference between revisions

From Wiki**3

No edit summary
No edit summary
Line 39: Line 39:
You may want to read the the quick and dirty guide (use at your risk!):
You may want to read the the quick and dirty guide (use at your risk!):
* [[Quick-and-Dirty Guide to Transforming the Bank Application into your Very Own Project]]
* [[Quick-and-Dirty Guide to Transforming the Bank Application into your Very Own Project]]
Information about Java and the Java API can be found in the following sites:
* [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]


== Desenvolvimento em C++ ==
== Desenvolvimento em C++ ==


* [[Tópicos Rápidos sobre C++]]
* [[Tópicos Rápidos sobre C++]]
Information about C++ and the C++ STL can be found in the following sites:
* [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++]
== Desenvolvimento em PHP ==
Information about PHP and the PHP manual can be found in the following sites:
* [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)]


== Máquinas Virtuais para Desenvolvimento ==
== Máquinas Virtuais para Desenvolvimento ==
Line 55: Line 73:
Informação actualizada (e mais formatos) sobre esta máquina pode ser obtida da [http://susegallery.com/ SUSE Gallery]
Informação actualizada (e mais formatos) sobre esta máquina pode ser obtida da [http://susegallery.com/ SUSE Gallery]
* http://susegallery.com/a/tuLZgC/koops (registo e login possivelmente necessários)
* http://susegallery.com/a/tuLZgC/koops (registo e login possivelmente necessários)
== 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:PO]]
[[category:Ensino]]
[[category:Ensino]]
[[en:Object-Oriented Programming]]
[[en:Object-Oriented Programming]]

Revision as of 07:38, 27 October 2010

Programação com Objectos
Introduction
Creation and Destruction
Inheritance & Composition
Abstraction & Polymorphism
Code Organization
Java Topics
Inner Classes
Enumerations
Data Structures
Exceptions
Input/Output
RTTI
Other Topics
JUnit Tests
UML Topics
Design Patterns
"Simple" Factory
Composite & Visitor
Command
Strategy & State
Template Method
Observer
Abstract Factory
Decorator & Adapter
Façade (aka Facade)

Tópicos Teóricos e Práticos

Teoria e Análise de Exemplos

Exercícios e Problemas

Ambientes de Desenvolvimento e Linguagens de Programação

Desenvolvimento em Java

Aplicação exemplo (aplicação bancária em Java) para apoio à construção do projecto (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).

You may want to read the the quick and dirty guide (use at your risk!):

Information about Java and the Java API can be found in the following sites:

Desenvolvimento em C++

Information about C++ and the C++ STL can be found in the following sites:

Desenvolvimento em PHP

Information about PHP and the PHP manual can be found in the following sites:

Máquinas Virtuais para Desenvolvimento

Está disponível uma máquina virtual, koops (versão 0.1.1):

Existem dois formatos:

Informação actualizada (e mais formatos) sobre esta máquina pode ser obtida da SUSE Gallery