Programação com Objectos: Difference between revisions

From Wiki**3

(Redirected page to ist:Programação com Objectos)
 
(87 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 e Práticos =
 
== Teoria e Análise de Exemplos ==
 
* [[Tópicos sobre Programação com Objectos]] (teoria e prática)
* [[Unit Testing with JUnit|Tópicos sobre escrita de testes com JUnit]]
 
== Exercícios e Problemas ==
 
Testes de avaliação (por data):
 
[[Programação com Objectos - Teste de Dezembro de 2005|200512]]
 
[[Teste de Dezembro de 2008|200812]]
 
[[Programação com Objectos - Teste de 2009/01/24|20090124]]
 
[[Programação com Objectos - Teste de 2010/01/04|20100104]]
 
[[Programação com Objectos - Teste de 2010/01/21|20100121]]
 
[[Programação com Objectos - Teste de 2011/01/10|20110110]]
 
[[Programação com Objectos - Teste de 2012/01/07|20120107]]
 
[[Programação com Objectos - Teste de 2012/01/30|20120130]]
 
= Ambientes de Desenvolvimento =
 
== CVS Crash Course ==
 
* [[CVS Crash Course]]
 
== Máquinas Virtuais para Desenvolvimento ==
 
Está disponível uma máquina virtual, koops:
* https://www.l2f.inesc-id.pt/~david/ist/docencia/po/vm/
* http://susegallery.com/a/tuLZgC/koops32 (arquitectura de 32 bits)
 
Dados de acesso à máquina:
* Username: '''oops'''
* Password: '''linux'''
 
Esta máquina já contém o ambiente necessário ao desenvolvimento do projecto, incluindo o material de apoio definido em cada ano lectivo.
 
Esta máquina define ainda o ambiente de avaliação oficial.
 
= 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 2011/2012 editions but are also valid for 2012/2013):
* [[Media:po-uilib-201109251634.tar.bz2|po-uilib-201109251634.tar.bz2]] - Base interaction package, a.k.a. '''po-uilib'''
* [[Media:po-bank-core-201109251634.tar.bz2|po-bank-core-201109251634.tar.bz2]] - Core functionality, a.k.a. '''bank-core'''
* [[Media:po-bank-support-201109251634.tar.bz2|po-bank-support-201109251634.tar.bz2]] - Support code (labels, messages, user interface exceptions), a.k.a. '''bank-support'''
* [[Media:po-bank-textui-201109251634.tar.bz2|po-bank-textui-201109251634.tar.bz2]] - Text-based user interface, a.k.a., '''bank-textui'''
 
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 this quick and dirty guide:
* [[Quick-and-Dirty Guide to Transforming the Bank Application into your Very Own Project]] (this guide is outdated and is provided only as a general guideline and example of how to start development from existing code: use at your own risk!)
 
The Java version in use is 1.7. However any version from 1.5 should be appropriate.
 
Information about the [http://java.sun.com/ Java] API can be found in the following sites:
* [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++  ==
 
*[[Tópicos Rápidos sobre C++]]
 
Information about [http://cplusplus.com/ C++] and the C++ STL can be found in the following sites:
 
*[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 ==
 
[http://php.net/ PHP] is syntactically similar to both Java and C++ and shares many of the features present in these languages.
However, variables in PHP is usually untyped (implying dynamic binding).
 
* [http://www.php.net/manual/en/ PHP manual]
* [http://www.php.net/manual/en/funcref.php Function reference]
 
[[category:PO]]
[[category:Ensino]]
[[en:Object-Oriented Programming]]

Latest revision as of 17:30, 7 November 2018