Re: ./mvnw spring-boot:run struts equivalent

2020-06-06 Thread Zahid Rahman
Thank you Rafiudeen Chozhan K James Chaplin Dave Newton. and anyone interested in mastering DATA SCIENCE. May be make use of https://machinelearningmastery.com. Then moving on to Apache Spark, 10 + years old project, the framework to use rather than Apache Flink. See page 377 in the Spark Th

Re: ./mvnw spring-boot:run struts equivalent

2020-05-30 Thread rkrk
Hello Zahid, The below page provides list of 'Apache Tomcat Versions' and their supported version of Java, Servlet/JSP spec, Authentication (JASIC) Spec, etc. https://tomcat.apache.org/whichversion.html -- Regards, Rafiudeen Chozhan K On 5/31/2020 at 12:57 AM, "James Chaplin" wrote:Hello Zahid.

Re: ./mvnw spring-boot:run struts equivalent

2020-05-30 Thread James Chaplin
Hello Zahid. It should be possible to deploy a Struts 2 application on most Java application servers that exist these days. I believe that Struts 2.5.x needs an application server supporting a minimum of Servlet API 2.4 / JSP API 2.0. Most application servers released in the past 10-15 y

Re: ./mvnw spring-boot:run struts equivalent

2020-05-29 Thread Zahid Rahman
Hi, > No, you create a web app with it .. Just checking. Thanks I downloaded struts-examples-master.zip I am opening one app at a time in eclipse to get to know the features while following following https://struts.apache.org/getting-started/how-to-create-a-struts2-web-application.html So for e

Re: ./mvnw spring-boot:run struts equivalent

2020-05-28 Thread Dave Newton
No, you create a web app with it. The S2 archtypes *are* runnable, or you can create a web app in the typical way, or you can follow a tutorial, including the minimal one at https://struts.apache.org/getting-started/how-to-create-a-struts2-web-application.html . On Thu, May 28, 2020 at 21:51 Zahi

./mvnw spring-boot:run struts equivalent

2020-05-28 Thread Zahid Rahman
Hi, I git cloned https://github.com/apache/struts this. then I ran ./mvnw clean package install. is there a struts equivalent *./mvnw spring-boot:run* to run it ? I tried ./mvnw jetty:run then didn't work. Backbutton.co.uk ¯\_(ツ)_/¯