Re: Thank you! [message #3158 is a reply to message #3155] |
Sun, 18 November 2012 05:40 |
AJM
Messages: 2368 Registered: April 2006 Location: Surrey, UK
|
Senior Member |
|
|
You should realise that there is a difference between a front end "web site" (what vistors see) and a back end "web application" (everything). For example, an e-commerce website has only two functions - display products and accept sales - while the back end application has to do everything to support the front end, such product maintenance, customer maintenance, order maintenance, invoicing, inventory, shipping et cetera. The back office application provides the complete infrastructure while the front end website is just a small window into that infrastructure.
RADICORE was designed specifically for back end applications, but its use of the 3 Tier Architecture means that all the business logic and data access logic can be shared by any number of front end websites which then become thin clients to the back end server.
Tony Marston
http://www.tonymarston.net
http://www.radicore.org
|
|
|