1 |
Essential HPcc idea is consider a three tier model
-
Top tier is the client (in "Network Computer" based 4 tier architectures this becomes 2 tiers)
-
Second tier are servers coordinated by commodity technologies such as the Web and CORBA and communicating via HTTP(Web), IIOP(CORBA), RMI or custom Java sockets.
-
Use middle tier component/container model -- Enterprise Javabeans
-
Third tier are services such as databases, MPP's
|