Re: Struts2 2.3.16 integration with Spring Boot 1.3.5

2017-12-21 Thread Luiz Veronesi
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-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



Re: Struts2 2.3.16 integration with Spring Boot 1.3.5

2016-10-16 Thread Lukasz Lenart
2016-10-15 12:07 GMT+02:00 Rodman, Kenneth J
:
> Hi,
> In case anyone else runs into the same problem, it was nothing to do with 
> Struts 2 and Spring Boot 1.3.5. They both work fine together. The problem was 
> running the application from Intellij IDE. It corrupts some of the pathways 
> and so was not able to find the JSP pages. Once I packaged up as a WAR file 
> and deployed onto Tomcat, it took me 30 minutes to get it working.

Cool, thank a lot for clarifying this :)


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

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



Re: Struts2 2.3.16 integration with Spring Boot 1.3.5

2016-10-15 Thread Rodman, Kenneth J
Hi,
In case anyone else runs into the same problem, it was nothing to do with 
Struts 2 and Spring Boot 1.3.5. They both work fine together. The problem was 
running the application from Intellij IDE. It corrupts some of the pathways and 
so was not able to find the JSP pages. Once I packaged up as a WAR file and 
deployed onto Tomcat, it took me 30 minutes to get it working.
Regards, Kenny.

On 2016-09-22 12:20 (+0100), "Rodman, Kenneth J"  
wrote:
> 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-unsubscr...@struts.apache.org>
> For additional commands, e-mail: user-h...@struts.apache.org>
>
>

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


Re: Struts2 2.3.16 integration with Spring Boot 1.3.5

2016-09-23 Thread Lukasz Lenart
2016-09-22 13:20 GMT+02:00 Rodman, Kenneth J
:
> 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-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org