This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
By the way, WAS is not an html server.... ~Umberto Nongeroson 20.Dec.02 03:34 PM a Web browser Applications Development All ReleasesAll Platforms
WebSphere does not serve up html pages by itself. It is a J2EE Application server. You still need a web server like Domino, Apache (IBM uses this) to serve up the html. Why not use Domino to do this? Databases are very easy to design and implement.
When it comes to easy deployment of a great looking app. on the web I would go with Domino and use WebSphere for the processing/back end connectivity to DB2, etc. Use Domino to handle the user interface needs and the storage of non-transactional data and use WebSphere/DB2 for transactional processing. Domino and WebSphere work together quite well for this.