Difference between revisions of "Programação com Objectos"

From Wiki**3

(Desenvolvimento em Java)
Line 34: Line 34:
 
== Desenvolvimento em Java ==
 
== Desenvolvimento em Java ==
  
The Java version in use is 1.7. However, in general, any version from 1.5 should be appropriate.
+
Information about the [http://www.java.com/ Java] API (1.7) can be found in the following sites:
 
 
Information about the [http://www.java.com/ Java] API can be found in the following sites:
 
 
* [http://docs.oracle.com/javase/7/docs/api/ Java Platform, Standard Edition 7 API Specification]
 
* [http://docs.oracle.com/javase/7/docs/api/ Java Platform, Standard Edition 7 API Specification]
  

Revision as of 00:50, 20 November 2013

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

Testes de Avaliação (por data)

20131115 20130204 (1) 20130204 (2) 20130117 20121119

20120130 20120107 20110110 20100121 20100104 20090124 200812 200512

Projecto: Aplicação Bancária (exemplo de projecto)

O projecto a desenvolver é semelhante à aplicação bancária descrita na seguinte página:

A seguinte página descreve o padrão Command (Comando), que está subjacente à estrutura da interacção textual da aplicação.

You may want to read these quick and dirty guides:

koops32: Máquina Virtual para Desenvolvimento

Esta máquina contém o ambiente necessário ao desenvolvimento do projecto, incluindo o material de apoio, e corresponde também ao ambiente de avaliação oficial.

Dados de acesso à máquina: oops (username), linux (password)

Desenvolvimento em Java

Information about the Java API (1.7) 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

PHP is syntactically similar to both Java and C++ and shares many of the features present in these languages. However, variables in PHP are usually untyped (implying dynamic binding).