Project Wiki
https://zenit.senecac.on.ca/svn/ecl500_111rep2/trunk/project/
Just another developer's blog
Following article is a part of my Lab exercise for Eclipse course I am taking during Winter2011.
Click here for the java files used to create this tutorial
When Eclipse is run, it asks for a workspace location. I will use ./wksp/basics/labs. You can choose to use this workspace by default by ticking the checkbox. Eclipse starts with the Welcome tab. On this window, you can get more information about using Eclipse. Close the Welcome tab. [Read more…]
Adapter pattern adapts a piece of code to work with another. In real world, consider a battery charger for your phone. If you went for vacation to a somewhere in Europe, your charger won’t fit into the wall outlet. You would need a piece that can wrap your that fits into the socket in Europe.
Adapter pattern is usually helpful to create new code that is compatible with old legacy code. Using adapter pattern the old code do not need to be changed to work with new code.
[Read more…]Copyright © 2026 · Latitude Theme on Genesis Framework · WordPress · Log in