You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Rodman, Kenneth J" <ke...@jpmorgan.com.INVALID> on 2016/09/22 11:20:59 UTC

Struts2 2.3.16 integration with Spring Boot 1.3.5

Hi,

I am trying to wrap Spring Boot 1.3.5 around my Struts2 application [version 2.3.16]. I have successfully received control into my action classes and my action classes are able to access the backend database and retrieve data. However, beyond that the JSP is never rendered.
So, is it possible to run a Struts2 application with Spring Boot? If so, could someone guide me on how to configure Spring Boot such that I can hook up to my JSP pages after going through my action classes.

Regards, Kenny.


This email is confidential and subject to important disclaimers and conditions including on offers for the purchase or sale of securities, accuracy and completeness of information,  viruses, confidentiality, legal privilege, and legal entity disclaimers, available at http://www.jpmorgan.com/pages/disclosures/email


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Struts2 2.3.16 integration with Spring Boot 1.3.5

Posted by Lukasz Lenart <lu...@apache.org>.
2016-09-22 13:20 GMT+02:00 Rodman, Kenneth J
<ke...@jpmorgan.com.invalid>:
> Hi,
>
> I am trying to wrap Spring Boot 1.3.5 around my Struts2 application [version 2.3.16]. I have successfully received control into my action classes and my action classes are able to access the backend database and retrieve data. However, beyond that the JSP is never rendered.
> So, is it possible to run a Struts2 application with Spring Boot? If so, could someone guide me on how to configure Spring Boot such that I can hook up to my JSP pages after going through my action classes.

Maybe it's a problem with accessing JSPs on classpath ... do you have
an example project?


Regards
-- 
Ɓukasz
+ 48 606 323 122 http://www.lenart.org.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


AW: Struts2 2.3.16 integration with Spring Boot 1.3.5

Posted by Ch...@bmw.de.
> Hello,
> 
> I'm struggling for some days to make Spring Boot find my Action classes and
> couldn't make it done.
> 
> Are you using annotations from the convention plugin? If yes, what did you
> do?
> 
> Thanks.
> 
> 

Hi,

in my apps it's often that I forget to set configuration constant "struts.convention.action.packages". That's not related to spring boot though.

Regards,
Christoph


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Struts2 2.3.16 integration with Spring Boot 1.3.5

Posted by Luiz Veronesi <lu...@texugo.com.br>.
Hello,

I'm struggling for some days to make Spring Boot find my Action classes and
couldn't make it done.

Are you using annotations from the convention plugin? If yes, what did you
do?

Thanks.



--
Sent from: http://struts.1045723.n5.nabble.com/Struts-User-f3426046.html

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org