Monday, 15 February 2010

what is the format of the data which circulate between the layers of a n-tier architecture -


The way in which the data was transferred between the layers of the n-tier architecture was thinking about it? For example, in the spring web mvc, under what format do they go from one layer to another?

An N-level architecture in these, the format of data is usually defined by the level. If you are communicating between a database level and business logic level, then it will probably be JDBC if it is between business logic level and a web level, then it may be a service protocol (JSON, SOAP, etc.) or a Remote Protocol (RMI, etc.) will be. If it's between the customer (web browser) and the web-level, then it's probably HTML or JSON.


No comments:

Post a Comment