This question has to do with how you generate the html (or whatever interface you choose). The app server just runs the JSP/SErvlet/code you want.
I suggest looking at template engines to generate the dynamic content. These engines run in teh context of a servlet generally within the app Server.
I have sucessfully built several large dynamic sites this way and it has worked quite well. Check out jakarta.apache.org and specifically within the jakarta project, look at velocity (jakarta.apache.org/velocity). Velocity is not quite ready yet, but soon. It's an open source version of what I used and appears to be ontrack to be a great product.
Good Luck.
Joe
I spent several years providing UM services to business travelers thru a company called eGlobe. The concept is great, however getting it integrated into your existing environment (Such as office vMail, pager, existing vMail at home, etc) is difficult. It will only really come into itself when the back end suppliers (such as switch companies, PBX companies, etc) support it via standardized format for messages. Most implementations are very simple. All messages are just an email with an optional mime attachement, either encoded voice, or fax, etc. Our system was pretty cool, it provided access to your message store from pretty much anywhere in the world via a local phone call. The storage was local in your 'home' country, and we did a real-time lookup via LDAP from whereever you dailed in. There was a node in all major business centers world wide. Great concept, we just couldn't get backing from our senior management and thus we all went our own way. I'd be interested in getting back into it if someone knew of a group doing this stuff in Denver. Let me know.
Hey, shameless post: My daughter is in a contest based on views of her YouTube video. Please watch. https://www.youtube.com/watch?...
If you think this supernova is cool, check out my daughters Video on Security.
https://www.youtube.com/watch?v=-VSDq9uY6wE&feature=youtu.be
This question has to do with how you generate the html (or whatever interface you choose). The app server just runs the JSP/SErvlet/code you want. I suggest looking at template engines to generate the dynamic content. These engines run in teh context of a servlet generally within the app Server. I have sucessfully built several large dynamic sites this way and it has worked quite well. Check out jakarta.apache.org and specifically within the jakarta project, look at velocity (jakarta.apache.org/velocity). Velocity is not quite ready yet, but soon. It's an open source version of what I used and appears to be ontrack to be a great product. Good Luck. Joe
I spent several years providing UM services to business travelers thru a company called eGlobe. The concept is great, however getting it integrated into your existing environment (Such as office vMail, pager, existing vMail at home, etc) is difficult. It will only really come into itself when the back end suppliers (such as switch companies, PBX companies, etc) support it via standardized format for messages. Most implementations are very simple. All messages are just an email with an optional mime attachement, either encoded voice, or fax, etc. Our system was pretty cool, it provided access to your message store from pretty much anywhere in the world via a local phone call. The storage was local in your 'home' country, and we did a real-time lookup via LDAP from whereever you dailed in. There was a node in all major business centers world wide. Great concept, we just couldn't get backing from our senior management and thus we all went our own way. I'd be interested in getting back into it if someone knew of a group doing this stuff in Denver. Let me know.