jetspeed « portlet « Java Enterprise Q&A





1. Jetspeed 2.2 Nest or render one portlet inside another    stackoverflow.com

I have a requirement to build an extensible wizard in a portlet. This wizard will list components that are installed and forward the user to a sub-wizard that is component specific. The ...

2. IBM portal using Jetspeed portal???    coderanch.com

I am not sure, what you mean by "internally". For a developer WebSphere Portal offers two programming models since version 5.0. The older one is derived from former Jakarta Jetspeed, the second one is JSR 168. You can mix portlets of the two models on a page For more detailed information on IBM WebSphere Portal V5.0 and V5.1 application development, refer ...

3. Portlets Using JetSpeed    coderanch.com

4. Problems developing a new Hello Words Portlet for JetSpeed    coderanch.com

DanPortlet DanPortlet DanPortlet text/html VIEW es Simple Title El titulo configurado en portlet_xml DanPortlet,Jetspeed

5. Jetspeed Portal not working    coderanch.com

Hi, Currently i am working on an application which uses Jetspeed Portal. In My portal there are certain tabs and which contains few portlets. Some of these portlets contain Form ...which on submitting reloads the page ..but this time few of the portlets are not displayed throwing exception For e.g.:- [B]Portlet is Not Available: misc-portlets::HolidayListPortlet Reason: javax.portlet.PortletException [/B] Sometimes other portlets ...

6. Jetspeed j2admin problem.    coderanch.com

Author Jetspeed j2admin problem. omkar patkar Ranch Hand Joined: Aug 25, 2005 Posts: 227 posted Nov 23, 2006 22:10:00 0 Hi, I am working on, Jetspeed 2.0, Apache Tomcat 5.5.12 and jdk1.5. I am using j2admin.war as the login portlet in my project. The portlet is working absolutely fine, but its giving problem when same project setup has been done on ...

7. Jetspeed Portlet Problem.    coderanch.com

omkar patkar You mention that you run ok stand-alone? Are you running in a Portal Server (Pluto) when you run stand-alone? If you are just running a regular WEB-CONTEXT JSF application in a Servlet-container and attempting to move this same application to the Portal-Server then you get NULL errors as you described. You either need to reference this existing application externally ...

8. Jetspeed 2 j2-admin issue    coderanch.com

I'm new to portals having set up a reference implementation of Pluto last week and dropping a few portlets into it. I decided it was time to move up to Jetspeed though, and so today downloaded the installer and ran through the process of unpacking the jar and letting ant install. The portal did start up. Just about all of the ...

9. Jetspeed Forums?    coderanch.com





10. Jetspeed problem    coderanch.com

11. JetSpeed 2 - how to add/render my HelloWorld portlet    coderanch.com

I signed in as admin, when i click on that little 'add portlet' icon I see a bunch of portlets that I can add(like about jetspeed, change password etc) but I cant see the portlet I created. How do I find that?? [ May 16, 2008: Message edited by: Arvind Birla ]

12. cant search portlet in my jetspeed    coderanch.com

Hi,all. My friend has a series of well-developed portlets which can be properly run on Redhat Linux. He used mysql as database software and tomcat as web server. Now, we want to configure the same portlets on Windows Xp Pro. We now use mysql and tomcat as well. However, when we put the .war file into the deploy folder, cmd window ...

13. Creating customize valave in jetspeed    coderanch.com

Hi, Jetspeed engine has concept of piplines,valve as management of portel requests. We have a project requirement where we have to create a customized valve, is any body has a rough idea how we can do that. Do we have to rebuild jetspeed sourec code or can we add it to the existing setup in config files like piplines.xml Please help ...

14. Portlet using Jetspeed    coderanch.com

I don't know if this is the right place to post but i didnot see anywhere else to post. Sorry about that folks. My question : i'm using jetspeed as my portlalling tool. Currently i have a 2 column layout which is the default. Is there any way we can change this to 3 columns and more. If so please let ...

15. passwords and portlet configs (Jetspeed 2)    coderanch.com

I can't seem to find the file where the users and roles are being set. I have 2 users set up in config/tomcat-users.xml Neither allows me to log in. However, I am able to log into the Jetspeed console using tomcat/tomcat - and I have no idea where this is being set. Further, my portlet - which I messed with it ...

16. Deployed portlets do not show up in Jetspeed    coderanch.com

I'm trying to use Jetspeed as a development platform for portlets that would eventually be used in WebSphere. I know it's not the best approach but Jetspeed is light on resources so can be run locally. Basically deploying to both portals works fine, but the portlets do not show up in the portlet list of Jetspeed. Here's the console output after ...





17. Jetspeed 2 -- The requested resource (/container) is not available    coderanch.com

Hello, First, excuseme for my poor English. I have a problem with Jetspeed 2.2.0. I develop an application using Jetspeed 2.2.0 and I have some portlets. It works fine. But now I deploy my application in an environment with a virtual path (Apache + mod_jk + Jboss) and no works. Without The Virtual Host, works fine ServerAdmin admin@060.es ServerName ...

18. Hide Portlet int jetspeed    coderanch.com

Hello! I need hide portlet dinamically in jetspeed 2.2.0, but no works to me. I follow the instructions, but, no works... In my portlet, my doView method I'm informing 3 attributes: public void doView(RenderRequest request, RenderResponse response) throws PortletException, IOException{ Fragment F = (Fragment)request.getAttribute("org.apache.jetspeed.Fragment"); request.setAttribute("js"+F.getId()+"HideDecorator", new Boolean(true)); request.setAttribute("HideDecorator", new Boolean(true)); request.setAttribute("Curro", "curro"); response.setContentType("text/html"); String jspName = getPortletConfig().getInitParameter("jspView"); PortletRequestDispatcher rd = getPortletContext().getRequestDispatcher(jspName); ...

19. Jetspeed null PortletDefinition    coderanch.com

Hello, I am running a jetspeed portal which contains various portlet applications and have come across an issue after a recent reinstall where some of the portlets will return Cannot pass a null PortletDefinition to a PortletEntity Any idea what is causing this issue? I investigated a bit and it seems that jetspeed runs a process when new portlets are added ...

22. JetSpeed 2 Portal Server Profiling rule in j2-seed.xml    coderanch.com

Hi, i have created a profiling rule in j2-seed.xml in JetSpeed 2 portal server and apply the profiling rule on guest user User creation: guest

24. Trouble getting started with Jetspeed 2    coderanch.com

I'm trying to get a portal stood up. Since Apache makes good stuff, I'm starting with Jetspeed 2. I went to the site and started the Maven tutorial. I'm using Maven 2.2.1 from the STS bundle. During the Maven install, I get a lot of not found errors from bluesunrise, but it says it finished jetexpress successfully. I configured jetexpress to ...