I am looking for a (very) lightweigted portal framework, which is based on ASP.NET.
I know there systems like "DNN", "Umbraco" or "Sharepoint Foundation 2010". But these frameworks seem to me a little bit too heavy and swollen.
What are good and slim alternatives (free use for commercial purposes) ? The framework should provide at least...
having an action function that looks like this:
public String action(){
return "success"
}
and this in my faces-config.xml:
<navigation-rule>
<navigation-case>
<from-outcome>success</from-outcome>
<to-view-id>/Page2.iface</to-view-id>
</navigation-case>
</navigation-rule>
I have tried all...
My eclipse workshop keep terminating on me while in the middle of test run or just navigation. Below is the error property i keep getting. Can anyone help stop this nightmare. Thanks
=====
JVM terminated. Exit code=1
C:/bea/jdk150_11/jre/bin/javaw.exe
-Xms384m
-Xmx768m
-XX:MaxPermSize=256m
-Dweblogic.home=C:/bea/wlserver_10.0
-Dosgi.ins...
Hi guys, my company wants to set up a small intranet portal on LAN. We are about 100 users at max. I am thinking about Joomla on a windows server environment with XAMPP.
Just to be safe, is XAMPP efficient for serving about 50 to 100 users ? Does it have some connection limits ? Also how about using it as a webserver for a small intrane...
I have created a template to use as team project portal template. However, when I try to create a project with portal from this template, I get an error message saying :
Module: WSS
Exception Message: TF249033: The site template is not available for the locale identifier (LCID). The site template name is: _GLOBAL_#0. The LCID is: 1033....
Hi,
I would like to develop a token based authentication like live.com has. Can anybody suggest, how to proceed? Basically I will be having 1 website for authentication and create token to access other websites.
...
I'm looking for companies that allow white labeling/reselling of portals/CMS that are focused on ecommerce, or could be configured to include ecommerce.
A possible example is a company that provides white labeling of Drupal with Ubercart.
We have two service offerings we are looking at providing based on white label providers.
1) Our...
I'm currently working on a portal using jquery portlets/sortable/draggable that also includes a content management system, all in MVC2. Only administrators are able to change the layout/content of the site currently.
Each view gets the personalization for a page (from the base controller) based on Controller and Action. Then the view lo...
In search of software to implement a Portal for my area (OS Image Deployment) were I can publish Image Releases, Documentation and an area to offer support (forum). The plan it eliminate all email/phone interaction and point all of my users to the portal site. Active Directory Authentication would be a plus but not necessary.
I tried Dr...
I need to develop a Portal for B2C from scratch, right now I faced two problem:
1.How can I integrate SEO into the architecture design ?
2.How to design the architecture to ensure the performance ?
I need to revamp a website like this :http://www.airasia.com/bd/en/home.html
And why all the enterprise level website are using *.html ? bu...
How can I programatically determine what the background color of my portlet will be before it's rendered? (ie in the init() or doview() functions).
I want to make an embedded flash movie look transparent-ish by having it's background color (which I can set programatically) match the background color of the portlet... but the portlet's b...
I use Websphere Portal 6.1 server on WAS 7 in RAD 7.5 for my web application development. When ever i do change in Java/JSP files i need to publish. Without publishing(Right Click on server and select "Publish"), changes are not reflecting. I have checked with my friends whom have same server settings as mine, but for them its not requir...
I am getting the error below when click on any button on my page with is inside a portlet. Why is this happening?
[8/27/10 17:45:08:847 IST] 00000051 Servlet E com.ibm.wps.engine.Servlet handleException EJPEJ0069E: URL parsing problem, URL=http://localhost.us.deloitte.com:10040/wps/myportal/!ut/p/c5/fY3JCoMwFEU_6T1sNOlSo6gQjWOr2Yh...
Hello,
we're trying to hook into Liferay's logout mechanism to log users out of a third-party service when they leave the portal. I understand that there's the hook mechanism which allows me to add custom implementations of Action to be executed on certain events.
We tried using logout.pre.events but could never get Liferay to call our...
I want to create a portal interface in Drupal, with drag drop portlets. I should also be able to create my own portlets.
I came across the following link http://aymanh.com/drag-drop-portal-interface-with-scriptaculous, but that is only compatible with Drupal 4.
Any other way to implement the required functionality ?
...
Hello -
I am getting started researching / creating a groovy portlet that will connect to a REST based ESB service that returns JSON; I will also need to pass the username in the headers. I was wondering if there are any examples out there on how to create the portlet and set the headers? I am new to groovy and from what I understand th...
What are the best practices and frameworks for a ASP.Net Enterprise Portal with multiple apps, SSO and roles?
Are there any books out there that deal with ASP.Net Enterprise Portals?
Best way to manage it so that there is a framework whereby other developers can develop apps or portlets without breaking the overall application?
I know...
Hi,
I am using webSphere portal 6.1. I wrote my own custom login portlet and placed in the Login page from the portal server. The page loads fine the problem is when I try to login. It takes 2 attempts to login. The first time when I try to login, the page refreshes (I don’t see any exception on the consol). If I enter the user id/passwo...
Hi,
I want to create a cooperative portlet(inter - portlet communication) using RAD v7.5 on portal 6.1 server.
Is there any sample code or example given for a head start?
...
Hi,
I am trying to improve my JBoss Portal dashboard using some analytical charting tools then I found VisiFire. So I started to investigate how I could deploy a simple VisiFire page as a portlet onto JBoss Portal dashboard. Below is what I did:
- I created a dummy portlet (display "Hello World" on the index page, index.html)
- Replaced...