Re: Update request to web site regarding Log4j and "Getting Started" section

2017-06-12 Thread Ken McWilliams
citly specified even with x.x.x versions, most users would use the latest and keep them in sync. It isn't fun to experience _any_ errors when doing a starting tutorial. On Mon, Jun 12, 2017 at 12:22 PM, Ken McWilliams <ken.mcwilli...@gmail.com> wrote: > The following "Getting start

Limitations using Struts2-conventions-plugin (lack of multiple configuration roots)

2017-06-20 Thread Ken McWilliams
I like to use the conventions plugin but find myself fighting with it more often than not. I think conventions should establish a "convention". Now the plugin certainly does this in the *singular* but say I want restful services handled by conventions, and then I want perhaps a set of packages to

Re: Limitations using Struts2-conventions-plugin (lack of multiple configuration roots)

2017-06-21 Thread Ken McWilliams
contributors could develop conventions based code which would be readily mergeable with anyone else's (plugins which use conventions but have no side effects). On Wed, Jun 21, 2017 at 12:39 AM, Lukasz Lenart <lukaszlen...@apache.org> wrote: > 2017-06-20 21:48 GMT+02:00 Ken McWilliams <

Re: Limitations using Struts2-conventions-plugin (lack of multiple configuration roots)

2017-06-21 Thread Ken McWilliams
le project that shows the trade-offs? > • a diagram or visualization that shows how the new model might lay out? > > > thanks, > > adam > > -- > _ > Adam Brin > Director of Technology, Digital Antiquity > 480.96

Re: Integrate Apache Shiro with Struts2

2017-06-22 Thread Ken McWilliams
, June 18, 2017 3:23 AM > To: Struts Users Mailing List <user@struts.apache.org> > Subject: Re: Integrate Apache Shiro with Struts2 > > 2017-06-17 19:08 GMT+02:00 Ken McWilliams <ken.mcwilli...@gmail.com>: > > If not I hope to follow up with a solution. > > +1 and we

Re: Limitations using Struts2-conventions-plugin (lack of multiple configuration roots)

2017-06-23 Thread Ken McWilliams
} return Optional.ofNullable(null); } @Override public void destroy() { } @Override public void init() { } @Override public String intercept(ActionInvocation invocation) throws Exception { return invocation.invoke(); } }

Integrate Apache Shiro with Struts2

2017-06-17 Thread Ken McWilliams
Looking to Integrate Apache Shiro with Struts2. If anyone on the list has done this I would love to hear about it. If not I hope to follow up with a solution. -- Sent from my C64 using a 300 baud modem

Re: Is it the mailing list for struts2?

2017-06-17 Thread Ken McWilliams
Yes On Sat, Jun 17, 2017 at 9:22 AM, ssmtpmailtesting ssmtpmailtesting < ssmtpmailtest...@gmail.com> wrote: > Can I ask question about struts2 here? > > - > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For

Re: Update request to web site regarding Log4j and "Getting Started" section

2017-06-13 Thread Ken McWilliams
at 12:03 AM, Łukasz Lenart <lukasz.len...@gmail.com> wrote: > Done > > 2017-06-12 20:28 GMT+02:00 Ken McWilliams <ken.mcwilli...@gmail.com>: > > Sorry... > > > > The following "Getting started" page "How To Create A Struts 2 Web > > A

Re: How to determine if a Windows server is running Apache Struts?

2017-09-06 Thread Ken McWilliams
Struts isn't a stand alone program but a framework, typically seen as project dependency which supports web development on the JVM. I don't know the answer to 1) [although I will at the end go though the process I would attempt to find such programs]. 2) No. Struts2 [which is different code base

Re: How to determine if a Windows server is running Apache Struts?

2017-09-06 Thread Ken McWilliams
"struts2-core-*.jar" to be sure that your script is able to identify them. If they don't find those, your script is unhappy! On Wed, Sep 6, 2017 at 5:51 PM, Ken McWilliams <ken.mcwilli...@gmail.com> wrote: > Struts isn't a stand alone program but a framework, typically seen as

Re: Architectural considerations

2019-12-23 Thread Ken McWilliams
Regarding being at the right place, no this is a Struts specific mailing list. The concerns you bring up are beyond the scope of Struts2, at least in general. If you needed specific integration help, as you've seen the people here are quite friendly, do feel free to ask. Consider a general Java

Re: Tiles upgrade Path

2020-03-25 Thread Ken McWilliams
Tiles and sitemesh are for traditional (non - single page applications) development. Tiles has performance advantages over sitemesh. I don't think the OP should experience any blockers with respect to tiles migration and will gain version 3 benefits as well. On Wed., Mar. 25, 2020, 10:40 a.m. M

<    1   2