Kola Oyedeji wrote: > Sorry i should have better phrased my question what would you do in a third > tier that you wouldnt put in the database or in the client?
Integration and coordination of multiple systems. For example, in a reservation system you would call an EJB and send over a bunch of data. Then, the EJB does the following: - authorize creditcard - place option on airplane ticket - place option on car rental - place option on hotel room - order ticket - order car - order hotel room - charge creditcard - confirm ticket - confirm car - confirm hotel room - write log to database (This would in reality probably be a bunch of EJB's working together.) Only the creditcard tranactions require an integration with VISA which is next door, the airplane reservation is done with some online system in Canada, the car rental is something internal and the hotel reservation is done on Bali. No way you can do this in the database or client side. You could do it in CF, you can do anything in CF, but then how would you reuse that in a non web based environment? Jochem ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists