well if other systems must access the business tier than webservices are the way to go i guess.
will the business tier server(s) be public or only accessible by the consumer/presentation servers on a lan? I would set up a set of facade components to proxy calls to the business layer from the webservice components and maintain state if required. returning large queries/file contents etc will become more obviously a bad idea in a distrubuted setup. write some sort of controller to invoke the various business logic functions from the presentation tier (which you could wire up with xml aka machii/struts) - or just use the presentation server to proxy the request to the other server and get the entire html output - just kidding! Elliot's 2c "Ricardo Russon" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Can anyone point me in the right direction. > > I have been asked to move my presentation to a different physical server. > Since the majority (ex some laziness) of my code is in CFC's i am thinking > that i can do it simply enough by invoking them as WebServices. > > Leaving me with 3 physical servers for my application. the data, the logic > and the presentation. > > Is this a good / logical / possible solution? > > Can anyone give me any pointers on where to look for more info? > > TIA > > Ricardo. > > --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
