portal

IBM Websphere Portal Server

can any one help me out where can i find a download for IBM Websphere Portal Server ...

Sharepoint Collaboration Portal initial size

Around how much space does a Sharepoint Collaboration Portal use up by default (when newly created)? Just asking because I had one created but I'm thinking of using a Team Site site template--if the client won't be utilizing the default "features" of a Collaboration Portal. ...

Spring MVC Portlet and Weblogic Portal

Hi everyone, I'm trying to create a Spring MVC Portlet (version 3.0.0) to deploy in Weblogic Portal (10.3.2) but am getting the following error when I go to the portal page that I have put my portlet on: The portlet "helloWorld" is not available. The portlet class org.springframework.web.portlet.DispatcherPortlet is not found. javax.po...

Can I add a java portlet to an existing java Web App?

Hi. I'm building a webapp that uses jboss-seam with jsf, facelets and rich faces, running on top of jboss AS 5.1. I would like to add a portlet area where I could add my own portlets, but from what I got (reading forums and documentation) I need to be running a portlet container/portal (something like liferay or gatein). But I don't w...

How to pass variable from jsf managed bean to jsp page

How can I pass a variable from JSF managed bean to JSP page. PS: I'm in portal context (liferay). I tried this: in Managed Bean: HttpServletRequest request = (HttpServletRequest) FacesContext.getCurrentInstance().getExternalContext().getRequest(); request.setAttribute("var", "someTxt"); in JSP: <% String var = (String)reques...

Difference between portal and non-portal web pages?

What is the difference between portal and non-portal web pages? ...

Using static strings to define input field names in JSPs - good idea or not?

I've just be asked to work on a large portal project and have been looking through the established code. I keep finding this in the jsps: <input class="portlet-form-button" name="<%=ModifyUserProfile.FORM_FIRST_TIME_LOGIN_SUBMIT%>" type="submit" ... The authors are using static strings defined in classes to define the names of inp...

Is there any 64 bit distributive for IBM WebSphere Portal 6.0?

As it seems on official site it doesn't supported for version 6.0 of portal. But is there any possibility to use 64 bit jvm and 64 bit portal? ...

Building a professional company website

Hi fellows, I want to create a professional website for my company. I'm not a designer. I know some html/css, but I don't have much experience making up advanced pages and layouts. I'd expect public area, with various articles, and a "customer zone", accessible via username and password, where clients will be able to track their orders...

Problem deploying portlets on JBoss Portal 2.7.2: Not a canonical value

I just downloaded the JBoss Portal Server 2.7.2 (JBoss Portal + JBoss AS 4.2.3 bundle to be precise) and tried deploying portlets just as the SimpleHelloWorld provided in the samples. The portlet gets deployed fine but when I put it on a page I get the following exception. I tried adding other Portlets as well (such as the booking MVC po...

Cloud e-mail and portal integration: experiences?

I am evaluating cloud e-mail solutions based upon: Google Apps for Education Microsoft Live@edu I work for a University and we currently have an institutional portal (based on uPortal). We currently have our local IMAP server and webmail client fully integrated with the portal. We would like to replicate the current portal e-mail e...

Spring portlet on Liferay

Hi All, 1.I have created a Spring mvc portlet. 2. deployed the Liferay on JBOSS. 3. Deploying the portlet using the "add application" tab on liferay potals"http://localhost:8080/web/guest/" Now I want to manage the content of my deployed portlet(e.g img,html) .Please help me on this. Thanks in advance. ...

Integrate Spring Security with Tibco Portal Builder

Hi everyone, I don't know if there is someone using Tibco Portal Builder with Spring security, or even just Tibco Portal Builder, XD, but I'm goint to ask just in case there is somebody who faced this issue before. Well, I'm developing on a legacy web application built on top of Tibco Portal Builder. It was configured to authenticate u...

TFS and Project portal sync

Just installed TFS 2008. Created a project with portal site. When I create a bug in TFS from Visual Studio I'd like to see that bug in the web portal. And the other way around. When I add a task in the web portal I'd like to see that in Visual Studio. It's as if the web portal is not connected to TFS. I'm using the MSF for Agile Softwar...

Automating Portlet Deployment to WebSphere Portal Server 6.1

I've recently started on a project to develop some portlets which will run on IBM WebSphere Portal Server 6.1. Does anyone know of any scripts, Ant tasks, Maven plugins, etc. for publishing a portlet to Portal Server? In the WebSphere Portlet Factory plugin for eclipse it is possible to "publish" a portlet project to Portal Server inst...

Backup for OracleAS Portal

Hello everybody! I am new to Oracle and I've developed an Oracle Portal using OracleAS Portal 10g release 2 (10.1.4). I need to move the application on another computer, and I was thinking of copying it on a CD but no matter I've tried I wasn't able to find the portal pages, nor the images or documents that I've included. Can anybody h...

Requirements for building an E-Ticketing Portal (Cinemas, Shows etc) using ASP.net?

I'm part of a group of students, trying to Build a E-Ticketing Gateway for a Cinema Company. We are fairly good with the basics (we've done a few portals for schools). But none of this involved any money transactions. So I decided that before jumping in I should get a few pointers from the people who've actually done this before. What ...

Changing Liferay's homepage depending on the user group

I'm setting up a liferay 5.2 instance and I want to do some custom development. I want the homepage to be different for a user depending what user group they are in. Something like, if they are in the alumni user group, take them to the alumni community, otherwise take them to the default community. I've looked through the liferay docume...

Help me choose: CMS vs Portal vs MVC+Components?

I need some help figuring out whether it'd be a good idea to use a CMS or portal solution for my latest project, which is (currently) an ASP.NET MVC application that must serve multiple customers (being a company or some other entity with a list of users) from a single installation (i.e. a SaaS solution). In addition to the core functio...

Implementation of a ASP.NET based portal-like application.

There is the requirement, to write a portal like ASP.NET based web application. There should be a lightweigted central application, which implements the primary navigation and the authentication. The design is achieved by masterpages. Then there are several more or less independent applications(old and new ones!!), which should easily ...