Teaching about pi to kids outside Battambang, Cambodia, Jan. 2011

Basic Information
- Office: FL B19 (look for the ducks)
- Office phone: 508-831-6793
- Mobile: 978-798-0019
- FAX: 508-831-5776
- AIM, Skype: gpollice
- My curriculum vitae
- e-mail: gpollice at cs dot wpi dot edu
Tutorial Videos
The links on this page point to tutorial videos that I use in several of my courses. Feel free to browse them (especially if they were assigned to you). Let me know if you have any comments or spot any problems.
Software Engineering Related Videos
Introduction to Test-Driven Development (TDD). This tutorial provides an introduction to the complete TDD process using Eclipse. We develop the first few tests for a small application and use those tests to drive the development. This is just the tip of the iceberg, but it can help you get started with TDD.
Code coverage with EclEmma. This tutorial shows you how to use EclEmma to obtain useful code coverage metrics. EclEmma is an Eclipse plug-in.
Eclpse Related Videos
Setting up Eclipse for CS4233. This tutorial shows you how to set up the Eclipse IDE for use in my CS4233: Object-Oriented Analysis and Design course. Specifically it shows you how to install the EclEmma and CodePro Analytix plug-ins.
How to configure templates in Eclipse to streamline your coding, This tutorial shows you how to configure templates for comments and coding shortcuts.
How to export your Eclpse project. This short tutorial will show you how to export your projects in the way we expect for grading.