View Single Post
Old 12-31-2008, 10:29 AM   #5 (permalink)
shuuhen
Manager
 
shuuhen's Avatar
 
Join Date: Sep 2004
Location: Colorado
Posts: 981
OS: Mac OS 9.1, Mac OS X 10.5.8, WinXP Pro, FreeBSD 6.0, Gentoo Linux

My System

Re: Application server

That would only be for programs designed to use special services. On a Unix-like operating system, I'd generally expect a program to state what it requires in either an INSTALL or README file (yes, often all capitals). You may be thinking of libraries, but if the program compiles correctly you should have all the libraries in place.

Software involving service-oriented architecture (SOA) servers to be in place should say in their manual or README. I haven't really done programming involving these, but some examples are Delicious Monster (Mac program) and Amarok. Delicious Monster is a program to catalog DVDs, books and music. It uses Amazon's services to pull data for a particular product. Amarok is a music player, similar to iTunes. It uses various services to pull album artwork. Neither require me to set up application servers or anything special. You may find a program that does require an extra application server to be running, but it should say in the manual or README. Before expecting a program to require setting up an extra server, I'd expect something more along the lines of needing to configure the program that uses the services to point to a server already running.
__________________


Has it been a few days since I replied to your thread? Don't panic! I'm a busy college student and may forget a post if I'm extra busy (or it might just take me a while to be able to do a decent reply). If you still need help and are awaiting my reply after a few days, PM me about it.

When posting what errors you get, please give the full message. It makes helping you much easier.

Last edited by shuuhen; 12-31-2008 at 10:31 AM.
shuuhen is offline   Reply With Quote