![]() |
||
|
||
IntroductionUbercard is a little different from some open-source projects in that I'm attempting to document the process of designing and building it. Here are the chapters with some progress to date: Chapter 1 - Introduction (Final Draft)Chapter 2 - The Design (Rough Draft) Chapter 3 - Fairness (Rough Draft) Chapter 4 - Instant messaging, Chat, and Rendevous Chapter 5 - Rendering Chapter 6 - Communications Chapter 7 - Implementing the design Chapter 8 - Rewriting the code Chapter 9 - Putting it all together Chapter 10 - Finishing touches InstallingRunningAcknowledgementsIndividual ContributionsLibrariesLicenseDevelopmentThe project files/bug tracking/forums/etc. are hosted using the wonderful services of: BuildingExamplesDirectory Structure
|---Project Root
|---build.xml - ant configuration file
|---build - generated files
| |---classes - destination for compiled java code
| |---lib - the JAR
|---docs - non javadoc generated documentation (specs, etc.)
|---lib - third party libraries
|---misc - files needed for building or distributing the program
|---src - project source code (see code organization for details)
|---ReadMe.html - this file
Code OrganizationKnown BugsLinksThe following are links to resources that may be helpful (or necessary) to use HotSheet or do development using its code.
| ||