Re: S2-portlet and spring integration

2009-07-21 Thread Edwin Quita
hi Norris, i have here a portlet archetype that has spring integration: http://edwin.quita.googlepages.com/portlet-archetype.zip http://edwin.quita.googlepages.com/service-archetype.zip http://edwin.quita.googlepages.com/Maven2HowTo.doc you can use the project pom files as reference. HTH,

Re: Maven and Struts 2 Stack

2009-01-31 Thread Edwin Quita
that you can use as templates. I am trying to find the link, but failing so far. Wes, are you out there? musachy On Fri, Jan 30, 2009 at 12:14 PM, Edwin Quita edwin.qu...@gmail.com wrote: hi Scott, here's the first project i created using struts2 and Maven... just adjust

Re: new to Struts

2008-09-09 Thread Edwin Quita
I would suggest you go straight towards Struts 2, it's simpler, you're shielded from the dirty stuffs involved with the request and response objects. It also has spring integration and so make it easier for you to integrate the model layer for your web app. On Mon, Sep 8, 2008 at 7:25 AM,

Re: Struts2 with JPA/Hibernate using Spring

2008-08-28 Thread Edwin Quita
you can create a separate project for your pesistence layer and another project for the view. you then add the persistence layer project as a dependecy to other projects. i have here an example although this one didn't use JPA, i just used Spring's JdbcTemplate for persistence.

Re: struts-core-2.0.11.2 in two places on the server, causing exceptions

2008-08-18 Thread Edwin Quita
what we did with our deployment was to have the class loading setup to load on a per module basis. we have two struts2 portlet deployed with liferay5.1 on WAS. we had a modules first and parent last setting for class loading. you should check on your EAR deployment descriptor how class loading

Re: struts-core-2.0.11.2 in two places on the server, causing exceptions

2008-08-18 Thread Edwin Quita
at 1:52 PM, Edwin Quita [EMAIL PROTECTED] wrote: what we did with our deployment was to have the class loading setup to load on a per module basis. we have two struts2 portlet deployed with liferay5.1 on WAS. we had a modules first and parent last setting for class loading. you should check

Re: Select tag questions

2008-08-18 Thread Edwin Quita
there is a struts2-showcase-2.0.11.1.war included in the struts2 download bundle... you can find a reference about the select tag in the UI Tags section http://localhost:8010/struts2-showcase-2.0.11.1/tags/ui/ HTH, /kits On Fri, Aug 15, 2008 at 8:12 AM, David Barron [EMAIL PROTECTED] wrote:

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

struts2 portlet deployment in WAS 6.1

2008-08-01 Thread Edwin Quita
we have successfully deployed a struts2 portlet that used a jndi datasource in WAS. our EAR file had the portlet as one of it's module. we had issues with the jndi datasource when we added another struts2 portlet. anybody here who encountered the same problem and found a solution? thanks, /kits