public marks

PUBLIC MARKS from cadu with tag tutorial

01 January 1970 01:00

The Object Oriented Programming Web - Programming and Computer Science Tutorials, Lecture notes and online books

by 3 others
The Object Oriented Programming Web publishes FREE programming and computer science tutorials, lecture notes, course slides and e-books. OOPWeb.com is a great resource for all programmers and computer science students, but it's especially popular among those who are interested in C++ and Java programming and those who are interested in Object Oriented Programming.

CaveatEmptor - CaveatEmptor

This is the official website of the CaveatEmptor demo application. CaveatEmptor is an online auction system with business objects such as Item, User, and Bid. The domain model covers various kinds of entities, entity associations and collections, in other words, (almost) all business entities and especially data persistence problems you usually encounter in any multi-user application.