Re: Struts2 & Portlets

2014-08-04 Thread tkofford
.@ku.edu -- View this message in context: http://struts.1045723.n5.nabble.com/Struts2-Portlets-tp5716471p5716475.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-

Struts2 & Portlets

2014-07-31 Thread CRANFORD, CHRIS
I currently have a Struts2 application deployed on Tomcat7 and I am looking to add some dashboard portlet functionality. I noticed that Struts2 has a porlet plugin but was curious whether it was possible to configure the WAR with an embedded portal container so that users continued to access my

Re: Struts2 & portlets

2008-11-06 Thread Nils-Helge Garli Hegvik
I can't give you an unbiased answer, but I can tell you that there has been significant efforts making the portlet framework behave as similar to regular web application with Struts 2 as possible, and yet expose the more "advanced" portlet concepts in a sensible manner. So basically, if you like St

Struts2 & portlets

2008-11-06 Thread Pierre Goupil
Hello all, I'm currently evaluating Struts2 Vs. Wicket as a Web framework in a portlet environment. I'm using eXo WebOS as a portal. My question is : what's the status of portlet support in Struts2 ? I don't really care about portlet 1.0 or 2.0 but I'm looking for a fairly robust and easy-to-go i

Re: Liferay & Struts2 Portlets, ParametersInterceptor Exception, struts.portlet.action, struts.portlet.mode cannot be set

2008-08-13 Thread Edwin Quita
here's the link for the attachment: http://edwin.quita.googlepages.com/Maven2HowTo.doc hi Nils, just want to say good job on your s2 portlet jetty-pluto plugin =) because it boosted my productivity during my portlet development. in fact, i've written a short tutorial for portlet project manageme

Re: Liferay & Struts2 Portlets, ParametersInterceptor Exception, struts.portlet.action, struts.portlet.mode cannot be set

2008-08-13 Thread Nils-Helge Garli Hegvik
Those can safely be ignored but feel free to register a JIRA issue so we can see if we can do something to prevent these messages to appear in the log. One way to do it is to filter them with your logging configuration. Nils-H On Wed, Aug 13, 2008 at 1:12 PM, Torsten Krah <[EMAIL PROTECTED]> wrot

Liferay & Struts2 Portlets, ParametersInterceptor Exception, struts.portlet.action, struts.portlet.mode cannot be set

2008-08-13 Thread Torsten Krah
Deploying a struts2 example app to liferay (5.1.1) i am facing this error output: 13:07:39,410 INFO [STDOUT] 13:07:39,410 ERROR [com.opensymphony.xwork2.interceptor.ParametersInterceptor] ParametersInterceptor - [setParameters]: Unexpected Exception caught setting 'struts.portlet.action' on '

Re: Struts2 Portlets slowing down liferay portal

2007-09-18 Thread tom tom
Have one log4j setting for all the projects, Thanks --- Clark O'Brien <[EMAIL PROTECTED]> wrote: > Setting the freemarker_update_delay improved > performance for sure. > > Hate to ask such a simple question but just own do I > change the devMode option and logging - my log4j.xml > has ERROR set

Re: Struts2 Portlets slowing down liferay portal

2007-09-18 Thread Nils-Helge Garli
devMode: http://struts.apache.org/2.x/docs/devmode.html See if you have log4j.jar other places in your classpath (server scope/shared scope), and if you have log4j configuration files somewhere else. Nils-H On 9/18/07, Clark O'Brien <[EMAIL PROTECTED]> wrote: > Setting the freemarker_update_dela

Re: Struts2 Portlets slowing down liferay portal

2007-09-18 Thread Clark O'Brien
Setting the freemarker_update_delay improved performance for sure. Hate to ask such a simple question but just own do I change the devMode option and logging - my log4j.xml has ERROR set for logging but I am getting INFO on the console. Clark --- Nils-Helge Garli <[EMAIL PROTECTED]> wrot

Re: Struts2 Portlets slowing down liferay portal

2007-09-18 Thread Nils-Helge Garli
Hi! Is it just the page the portlet is on? Have you tried switching of devMode and logging? There should be no extra performance hit compared to a basic Struts 2 application, so the performance tuning information in the documentation should apply: http://struts.apache.org/2.x/docs/performance-tun

Struts2 Portlets slowing down liferay portal

2007-09-18 Thread Clark O'Brien
Hi, I just downloaded struts2 a couple days ago and built a basic portlet with it. When I added the portlet the entire portal became dog slow. When I remove the portlet it is performant again. Can someone tell me why this would be happening. Also I don't want spring, caching,... I just want a bas

[S2] - Struts2, portlets and Websphere Portal

2007-01-03 Thread Dariusz Wojtas
Hello, We are just considering libraries to be used in a new project that is supposed to be a portlet application and work in Websphere 6.x Portal version. I have heard some comments about issues with Struts 1.x in this environment. What does it look like in Struts 2? Are there any issues with u