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

./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 ¯\_(ツ)_/¯

Re: Archetype

2020-05-28 Thread Zahid Rahman
I remember the archetype generated a class with values YES NO like so. I remembered the author I think it was Ted Husted. public enum Answer { YES, NO; } On Thu, 28 May 2020 at 19:21, Dave Newton wrote: > It contains an enum? That's not much to go on--there are some jQuery >

Re: Archetype

2020-05-28 Thread Dave Newton
It contains an enum? That's not much to go on--there are some jQuery archetypes for the jQuery plugin. On Thu, May 28, 2020 at 1:49 PM Zahid Rahman wrote: > Hi, > > I came across an archetype which has an enum class. It was designed by some > one who has written a book on struts. > > Sorry I'm

Archetype

2020-05-28 Thread Zahid Rahman
Hi, I came across an archetype which has an enum class. It was designed by some one who has written a book on struts. Sorry I'm not good with names. If you know the archetype I mean please give me the link to it. I don't think it is one of these. https://struts.apache.org/maven-archetypes/