J
JS
As I understand a 3-Tier architecure contains:
1) Presentation layer (JSP sites)
2) Process management layer (where logic on userinput is made)
3) Database management layer
But what is the third layer? Does it only consist of the Database or does it
also include the interface that is made to make operations on the database?
As I understand it it is necessary to make an interface that works as a
connection between the process management layer and the database management
layer. If it is needed to change the database its only necessary to change
the interface. Based on this it does not make sense that the interface is
part of the third layer.
Where can I find more info on this? Have tried to search google but I only
found rather cursory information.
1) Presentation layer (JSP sites)
2) Process management layer (where logic on userinput is made)
3) Database management layer
But what is the third layer? Does it only consist of the Database or does it
also include the interface that is made to make operations on the database?
As I understand it it is necessary to make an interface that works as a
connection between the process management layer and the database management
layer. If it is needed to change the database its only necessary to change
the interface. Based on this it does not make sense that the interface is
part of the third layer.
Where can I find more info on this? Have tried to search google but I only
found rather cursory information.