wt., 7 lip 2020 o 04:45 James Chaplin napisał(a):
> Yes, those are the files I was referring to (the 2.5.23 test
> distribution zips).
>
> To clarify, my previous post was talking about the zip-entry
> modification timestamps of everything *inside* the zip files (not the
> modificatio
Hi Łukasz.
Yes, those are the files I was referring to (the 2.5.23 test distribution
zips).
To clarify, my previous post was talking about the zip-entry modification
timestamps of everything *inside* the zip files (not the modification timestamp
of the zip files themselves).
If
Hi,
What do you think about implementing such a simple boot project? I was
able create an embedded Jetty server with these lines:
public static void main(String[] args) throws Exception {
int port = 8080;
if (args.length == 2 && "--port".equals(args[0])) {
port = Integer.parseInt(
Hi,
I was asked to add Struts2 to the set of available frameworks [1]. I
prepared a simple demo which is using JSPs to emulate requested
behaviour. This gave me an inspiration to create a better way to
implement such apps - not everybody uses JSPs. I came up with a
PlainResult [2] - a pure Java ba