Was just randomly thinking earlier about how computers are basically built up though layers until it hits machine code. So here's one for you...<p>How many "layers" (don't know how else to describe it) does the computer go through to hit binary?<p>Browser < ... < ... binary ?
From one point of view it's all binary, but here are the layers of one project that I worked on (and this is the simplified version):<p>Browser > javascript > client library > jQuery > apache > Jboss > Spring > Tomcat> controller logic > business logic > Hibernate > cache> database > jsp > libraries