pluto « portlet « Java Enterprise Q&A





1. Tutorials for creating and deploying a simple java portlet in pluto 2.0    stackoverflow.com

I'm new to portlets and pluto and would like to start with getting a simple hello world portlet up and running on pluto 2.0, but most of the resources I found ...

2. What is the difference between jetspeed 2 and pluto?    stackoverflow.com

I'm looking into implementing one of our internal applications as a portal using portlets, as it has many functionalities and not all of them are required by all users. I've looking at ...

3. How to develope and deploy Pluto Portlet    coderanch.com

Hi, I am very new to Portlet technology. I want to use Pluto Portlet with JBoss Portal server. Can you provide any link or sample example link for developing and deploy pluto porlet application in JBoss Portal or any other portal. I have few question also: 1 If i use Jboss Portal to deploy Pluto portlet do i need to use ...

4. how to deploy a pluto on jboss    coderanch.com

6. how to deploy portlet in pluto 1.1?    coderanch.com

May I ask why you're using Pluto? JetSpeed2 is a free download, and is a little bit more feature filled. I also run it on a computer with 256 megs of RAM, so it's not that bad a resouce hog. It may not help you with pluto, but I've got a free tutorial on installing JetSpeed2: How to Install JetSpeed2 Portal ...

7. IPC with pluto    coderanch.com

Dear All I want to know whether there is a mechanism using which i can make two portlets in the pluto -1.1.4 Container communicate ? Will the Sun IPC Api work I am trying to use it as given below public void processAction(ActionRequest request, ActionResponse response) throws PortletException, IOException { System.out.println("inside processAction"); try{ String eventData = ""; PortletEventBroker peb = new ...

8. pluto PortletException: driverConfig portletApplications not found    coderanch.com

Hi guys, I'm new to using portlets. I downloaded Apache PLuto and when I login into the pluto admin portal, I get a portlet exception. I don't know what is causing this exception. Has anyone come across this? Here the stack trace: javax.portlet.PortletException at org.apache.pluto.internal.impl.PortletRequestDispatcherImpl.include(PortletRequestDispatcherImpl.java:113) at org.apache.pluto.driver.portlets.GenericPlutoPortlet.doView(GenericPlutoPortlet.java:39) at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:247) at javax.portlet.GenericPortlet.render(GenericPortlet.java:175) at org.apache.pluto.core.PortletServlet.dispatch(PortletServlet.java:208) at org.apache.pluto.core.PortletServlet.doGet(PortletServlet.java:139) at javax.servlet.http.HttpServlet.service(HttpServlet.java:690) at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) ...

9. Pluto home page - no display    coderanch.com





10. Pluto portlet assembly    coderanch.com

11. Jsr168 portlet deployment problem in Apache Pluto...    coderanch.com

Hi Friends ...i am new to this Apache Pluto.. Accuvally i am trying to deploy my portlets in Apache Pluto 1.1.7 with Tomcat 5.5.20 i tried with the Following procedure The maven-pluto-plugin can be used to assemble a portlet application war. It will place the proper PortletServlet configuration in web.xml. The custom Maven 2 build shown below requires a Tomcat context ...

12. RE: How to skip LOG IN page into pluto    coderanch.com

I am new to portal elopement & using Apache Pluto to deploy my portlet application. i wan to skip Pluto log in page where we put User name : Pluto & password : Pluto . i.e. when i put url like http://localhost:8080/pluto/portal directly pluto portal page should be shown where my portlet app resides. any way is there to get rid ...

14. Problem when deploy a portlet to Pluto portal    coderanch.com

I have just started to learn portlet and portal, so I choose Pluto 2 portal to write and deploy my HelloWorld portlet. But after deploy this portlet to /webapps in Tomcat, I can't use this portlet in Pluto portal, in the Pluto Admin page, I can't see my portlet in Portlet Applications dropdownlist (only /pluto & /testsuite), so how can I ...