I'm currently working for a large company who use IBM technologies for a number of internal systems.
They're looking to replace their current external facing web application, which was built with ASP.NET WebForms some time ago and definitely needs replacing.
At the moment, WebSphere Portal is being touted as the product to build the web application on. As far as I can tell it's useful for intranets or extranets but not for bespoke web applications.
A prototype of what the replacement web application might look like has been built already. It's been built purely for the client-side, so has static content. It follows best practice in terms of web standards, accessibility and front-end performance. It achieves this with a mixture of semantic HTML (some HTML5 tags), CSS3 and JS to progressively enhance the site, and OO JS to keep things tidy and well structured and jQuery to manipulate the DOM when appropriate.
The company in question has a large customer base that they service via other channels, e.g. telephone and shops as well as via the web channel. They can purchase products and/or services from any of the channels but I guess the important thing is that the same data is available across the channels. This points to some enterprise solution.
I understand WebSphere Portal offers a lot out of the box in terms of personalisation and security, and probably fits in well with the nature of the enterprise. I've had a few conversations with architects and developers about Portal but whenever I raise the question about the front-end and its performance it goes in one ear and out of the other.
What I don't understand is how much control a web developer has over the interface? Does the sheer divvying up of parts of the site into Portlets stop a decent front-end developer doing his/her job well? Will the well-crafted prototype (if I say so myself) still be well performing after being portalised?
How does IBM WebSphere Portal hinder or help the goal of fast, accessible, usable web apps? What are your experiences of WebSphere Portal developers working through this issues and helping front-end devs to provide the best UI they can?
Clarification and rephrasing of question
Based on first answer I have re-phrased the question but I think the points I mentioned above are still valid for setting context.
WebSphere Portal offer a number of capabilities that are aimed at the enterprise, like social media capabilities between employees, calendars, news widgets, weather widgets, etc... Not a single out-of-the-box portlet overlaps with the needs of the customer-facing web application.
I am having difficulty in understanding the role of Portal if none of its typical intranet-type portlet functionality would be used in the web application.
So my worry, which may or may not be founded, is that by using Portal to develop a web application, it will put unnecessary hurdles in the way of controlling the build of the front-end.
My understanding of a portal is something like a typical intranet site, or the Yahoo homepage or MSN or NetVibes; a website that allows personalisation, dropping'n'dragging of customisable widgets. Whereas a web application is focused, like a share-dealing web app, online-banking, an e-commerce site, or a betting site, all of which can be logged into and tasks can be carried out. Perhaps these types of web applications could form part of a portal, so, for example, a portal would be a launch-pad into these web applications.
I think my question has changed to is WebSphere Portal the right technology to build a web application, based on the definitions I've stated above? And, if not, why not? And vice versa?