Update views how to ?

2019-11-21 Thread Zahid Rahman
Hi, I have an admin screen (jsp) where the administrator updates values i.e. current weather temperature, cricket , football score, death counter showing people killed by knife crime in a city, natural causes , car accidents etc. I have at least two users who are looking at the current temperat

Re: /struts-2.5.22-all.zip where can download

2019-11-23 Thread Zahid Rahman
"struts cookbook" button is unresponsive on main page http://localhost:8080/struts2-showcase/index.action It was unresponsive in the previous version too. Both chrome and Firefox browsers. On Sat, 23 Nov 2019 at 18:17, Yasser Zamani wrote: > Hi, > > https://dist.apache.org/repos/dist/dev/strut

Re: Update views how to ?

2019-11-24 Thread Zahid Rahman
>using websocket (STOMP,AMQP,etc). When backend push message to the broker > >server, browser automatically receive and render the message to the > browser. I > >use ActiveMQ over MQTT, and render the message using javascript in > browser. > > > >You can find another stre

Re: Update views how to ?

2019-11-24 Thread Zahid Rahman
gt; > >-Original Message- > >From: Zahid Rahman > >Sent: Sunday, November 24, 2019 2:10 PM > >To: Struts Users Mailing List > >Subject: Re: Update views how to ? > > > >The advantages you have outlined in file > > (quoted below) is >

Re: /struts-2.5.22-all.zip where can download

2019-11-26 Thread Zahid Rahman
jetty jetty-maven-plugin 9.4.7.v20170914 /${project.build.finalName} CTRL+C 8999 10 src/main/webapp/WEB-INF/web.xml * Best Regards zahid On Mon, 25 Nov 2019 at 08:41, Lukasz Lenart wro

Re: Update views how to ?

2019-11-26 Thread Zahid Rahman
T, and render the message using javascript > in browser. > > You can find another stream mecanism or reactive application example out > there. > > Regards > > On Fri, Nov 22, 2019, 10:06 Zahid Rahman wrote: > > > Hi, > > > > I have an admin screen (jsp)

OFF TOPIC: hot reload

2019-11-28 Thread Zahid Rahman
FLUTTER'S hot reload (memory Hungary emulator) and Struts development in eclipse works in the same way. which one came first ?

Struts Application Generator plugin

2019-11-30 Thread Zahid Rahman
Hi, I am sure you are familiar with the Java Object Orientated Code Generator Plugin , where you can declare a variable in a class and then you are able to generate the repetitive task of generating code for the Getters and Setters for that variable. No doubt the experience is rather fun too !.

Re: Struts Application Generator plugin

2019-11-30 Thread Zahid Rahman
opment such as create a CRUD on Master Tables > > > Regards > > On Sun, Dec 1, 2019, 08:00 Zahid Rahman wrote: > > > Hi, > > > > I am sure you are familiar with the Java Object Orientated Code Generator > > Plugin , > > where you can declare a variable in a c

Re: Struts Application Generator plugin

2019-12-01 Thread Zahid Rahman
to speedup > development such as create a CRUD on Master Tables > > > Regards > > On Sun, Dec 1, 2019, 08:00 Zahid Rahman wrote: > > > Hi, > > > > I am sure you are familiar with the Java Object Orientated Code Generator > > Plugin , > > where

Re: OFF TOPIC: hot reload

2019-12-02 Thread Zahid Rahman
start INFO: Server startup in [5,610] milliseconds Dec 02, 2019 12:01:22 PM org.apache.catalina.core.StandardContext reload On Mon, 2 Dec 2019, 10:44 Yasser Zamani, wrote: > Did you mean Struts' "configuration" e.g. struts.xml file hot reload? > > Kind Regards. > >

OFF TOPIC: Introduction

2019-12-03 Thread Zahid Rahman
Hi, I wish to correct an error on my part, I feel I should have introduced myself as soon as I logged on. I was advised by my College Lecturer that I should look for a junior position on a project to start my career. I was offered two positions after two job interviews 1. product Suppor

Re: OFF TOPIC: Introduction

2019-12-03 Thread Zahid Rahman
t; The tech lead who abandoned the project when I told him everything is going server side. That was not the only buffoonary he displayed because he could not wait to dive into coding. On Tue, 3 Dec 2019, 12:33 Dave Newton, wrote: > On Tue, Dec 3, 2019 at 07:04 Zahid Rahman

Re: OFF TOPIC: Introduction

2019-12-03 Thread Zahid Rahman
We have a difference in opinion. You think you can't do enough testing. I think there are some tests which counts for nothing. It is just testing for testing sake. Because we have difference in opinion/ approach doesn't mean you should get personal. At the end of the day people like me who sta

Re: OFF TOPIC: Introduction

2019-12-03 Thread Zahid Rahman
What developers do isn't testing. [Bottom up programmer]. On Tue, 3 Dec 2019, 18:10 Dave Newton, wrote: > On Tue, Dec 3, 2019 at 12:57 PM Zahid Rahman wrote: > > > We have a difference in opinion. You think you can't do enough testing. > > I think there are

Re: OFF TOPIC: Introduction

2019-12-03 Thread Zahid Rahman
"Phil the contractor" was the first of many in IT industry. I have a long list. This guy refers to multimillion real life blunders which I describe in detail as [lots of words]. What more can I say (: On Tue, 3 Dec 2019, 18:33 Dave Newton, wrote: > On Tue, Dec 3, 2019 at

Black Box Tesing v White Box Testing

2019-12-03 Thread Zahid Rahman
During the ADA course I attended, the teacher mentioned that no inherited code or libraries are used in these safety critical environments. Therefore there are no unknown internals. Only known internals. .exe and DLLs (C,C++) have unknown internals (AFAIK DLLs can't be decompiled). So at the

Re: Black Box Tesing v White Box Testing

2019-12-04 Thread Zahid Rahman
Thanks for a most respectful reply. I will give details of an incident later. On Wed, 4 Dec 2019, 11:06 Dave Newton, wrote: > On Wed, Dec 4, 2019 at 01:16 Zahid Rahman wrote: > > > .exe and DLLs (C,C++) have unknown internals (AFAIK DLLs can't be > > decompiled).

Re: Black Box Tesing v White Box Testing

2019-12-04 Thread Zahid Rahman
You're right except in a bespoke hardware , software environment they tend to use 68k Motorola chip to eliminate internal unknown risks. On Wed, 4 Dec 2019, 11:06 Dave Newton, wrote: > On Wed, Dec 4, 2019 at 01:16 Zahid Rahman wrote: > > > .exe and DLLs (C,C++) have

Re: Black Box Tesing v White Box Testing

2019-12-04 Thread Zahid Rahman
at 01:16 Zahid Rahman wrote: > > > .exe and DLLs (C,C++) have unknown internals (AFAIK DLLs can't be > > decompiled). > > > They're just code like anything else. And I don’t quite understand why > there’s a distinction made here between reverse engineering an e

Re: Black Box Tesing v White Box Testing

2019-12-04 Thread Zahid Rahman
when using interpretive code. On Wed, 4 Dec 2019, 12:40 Dave Newton, wrote: > On Wed, Dec 4, 2019 at 06:36 Zahid Rahman wrote: > > > You're right except in a bespoke hardware , software environment they > tend > > to use 68k Motorola chip to eliminate internal u

blank Page

2019-12-04 Thread Zahid Rahman
Hi, I downloaded the latest JVM and tomcat. I set JAVA_HOME as system variable to the latest version of JVM like any developer. the tomcat home page appeared. wow ! and more wow ! great ! freeware which talk to the browser. I no longer have to do 1 week training on vendor tools. I am free at las

Re: Black Box Tesing v White Box Testing

2019-12-05 Thread Zahid Rahman
on there was no sample code in the documents is because the database vendor couldn't install the IDE. On Wed, 4 Dec 2019, 14:11 Dave Newton, wrote: > On Wed, Dec 4, 2019 at 07:56 Zahid Rahman wrote: > > > The space and defence don't share what they are

Re: Black Box Tesing v White Box Testing

2019-12-05 Thread Zahid Rahman
, Dec 4, 2019 at 07:56 Zahid Rahman wrote: > > > The space and defence don't share what they are doing. So I don't think > > yours is reasonable statement that you know what is happening in the > > aerospace and defence industry. > > > Hm. I don't

convention plugin Issue

2019-12-05 Thread Zahid Rahman
Hi, On this page https://struts.apache.org/plugins/convention/#setup if I have com.example.actions.HelloWorld.java and uk.mypackage.actions.HelloWorld.java with url http://localhost:8080/hello-world then uk.mypackage.actions.HelloWorld.java execute is run. If I have uk.example.actions.HelloWo

Re: OFF TOPIC: Introduction

2019-12-05 Thread Zahid Rahman
gdg4uz.html > > best regards > m. > > > From: Dave Newton > Sent: Tuesday, December 3, 2019 11:31 AM > To: Struts Users Mailing List > Subject: Re: OFF TOPIC: Introduction > > On Tue, Dec 3, 2019 at 9:43 AM Zahid Rahman wrote: > > > If the developer tests his

Re: convention plugin Issue

2019-12-07 Thread Zahid Rahman
undefined. I think it's not an issue because Convention Plugin has no > avenue to distinguish between them when you request > http://localhost:8080/hello-world. > > Regards. > > >-----Original Message- > >From: Zahid Rahman > >Sent: Thursday, Decembe

Re: Struts 2.5.22 and memory?

2019-12-08 Thread Zahid Rahman
There are some causes and solutions Found here. https://javarevisited.blogspot.com/2011/09/javalangoutofmemoryerror-permgen-space.html?m=1 On Sun, 8 Dec 2019, 21:30 Heikki Hyyrö (TAU), wrote: > I am wondering if this is just a coincidence... But a site I am running > with Struts 2 started to o

Java Singleton , Framework Design Patterns

2019-12-11 Thread Zahid Rahman
Hi, It is my understanding that Design Patterns like the Java singleton is used by framework developers. I.e. the Bean is a singleton. It is also my assumption that the Java Singleton came in to being because Java is a network centric ground up construction. I don't think I will ever use the

Re: Java Singleton , Framework Design Patterns

2019-12-12 Thread Zahid Rahman
12, 2019 12:56:05 AM > Subject: Re: Java Singleton , Framework Design Patterns > > czw., 12 gru 2019 o 06:13 Zahid Rahman napisał(a): > > So my point is I have not been able to find accurate information , if > some > > one could furnish me a Java language specification or

Re: Java Singleton , Framework Design Patterns

2019-12-12 Thread Zahid Rahman
Thanks v. Much On Thu, 12 Dec 2019, 06:56 Lukasz Lenart, wrote: > czw., 12 gru 2019 o 06:13 Zahid Rahman napisał(a): > > So my point is I have not been able to find accurate information , if > some > > one could furnish me a Java language specification or recommend a book &g

Re: Java Singleton , Framework Design Patterns

2019-12-13 Thread Zahid Rahman
enarios:. Similar > operations have to be performed on objects of different types grouped in a > structure ; You need to execute many ... > stackoverflow.com > > ?am interested to know which topic prompts your question? > > /br/ > Martin > > F

Re: Java Singleton , Framework Design Patterns

2019-12-14 Thread Zahid Rahman
You have been very helpful. Your information is very much along the same lines I was headed. Best Regards Zahid On Sat, 14 Dec 2019 at 12:19, Martin Gainty wrote: > MG>maybe.. see below > > ____ > From: Zahid Rahman > Sent: Friday, December 13,

Re: Java Singleton , Framework Design Patterns

2019-12-16 Thread Zahid Rahman
mechanism. Implement undo and redo functionality. Maintain a > history of commands. Use Visitor pattern in below scenarios:. Similar > operations have to be performed on objects of different types grouped in a > structure ; You need to execute many ... > stackoverflow.com > > ?am interested to know which topic prompts

Re: convention plugin Issue

2019-12-18 Thread Zahid Rahman
to register a ticket in JIRA, but this is something low > > priority rather. > > > > > > Regards > > Lukasz > > > > sob., 7 gru 2019 o 12:58 Zahid Rahman napisał(a): > >> I think the convention plugin should perform a validation a check for > t

Architectural considerations

2019-12-23 Thread Zahid Rahman
Hi, Somebody advised me that I need to consider connection pooling , load balancing , whether a database design can be perfect. Also not to waste time doing EJBs . Am I at the right place ?

Re: Architectural considerations

2019-12-23 Thread Zahid Rahman
specifics. > > On Mon, Dec 23, 2019 at 4:18 AM Zahid Rahman wrote: > > > Hi, > > > > Somebody advised me that I need to consider connection pooling , load > > balancing , whether a database design can be perfect. > > Also not to waste time doing EJBs . > > Am I at the right place ? > > > > > -- > Sent from my C64 using a 300 baud modem >

Re: Architectural considerations

2019-12-23 Thread Zahid Rahman
friendly if those requirements are > not met. While that can be challenging, the reward is faster and higher > quality results) given the previous threads I strongly advise a general > Java mailing list since the nature of advice is more sound-boarding than > specifics. > >

Re: convention plugin Issue

2019-12-24 Thread Zahid Rahman
result you need. > > John > > On 12/19/2019 12:52 AM, Zahid Rahman wrote: > > This is not overriding method. > > > > > class="org.apache.struts.helloworld.action.HelloWorldAction" > > method="execute"> > > > > As you see

Maven Warning: Ubuntu Users

2020-01-06 Thread Zahid Rahman
To all ubuntu Maven users. Do NOT install maven using sudo apt install maven Install by direct download only from https://maven.apache.org/download.cgi BECAUSE: "I seem to remember they [ubuntu] have their own build of Maven which differs from the Apache source. ( https://bugs.launchpad.n

Fwd: [OT] Re: Maven Warning. Ubuntu Users.; javacodegeeks.com : Global Impact at the highest levels.

2020-01-08 Thread Zahid Rahman
-- Forwarded message - From: Zahid Rahman Date: Wed, 8 Jan 2020, 19:51 Subject: Re: [OT] Re: Maven Warning. Ubuntu Users To: Tomcat Users List Another example of using maven 2015 version and the impact of unknown warning by MAVEN can have on application development across the

Re: [OT] Re: Maven Warning. Ubuntu Users.; javacodegeeks.com : Global Impact at the highest levels.

2020-01-08 Thread Zahid Rahman
It requires some time studying the subject ; I would suggest reading it. Sorry no short answer. On Wed, 8 Jan 2020, 22:37 Dave Newton, wrote: > What? > > On Wed, Jan 8, 2020 at 5:28 PM Zahid Rahman wrote: > > > -- Forwarded message ----- > > From: Zahid

Re: [OT] Re: Maven Warning. Ubuntu Users.; javacodegeeks.com : Global Impact at the highest levels.

2020-01-11 Thread Zahid Rahman
gt; To: Struts Users Mailing List > Subject: Re: [OT] Re: Maven Warning. Ubuntu Users.; javacodegeeks.com : > Global Impact at the highest levels. > > What? > > On Wed, Jan 8, 2020 at 5:28 PM Zahid Rahman wrote: > > > -- Forwarded message - > > From: Zahid R

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/

Re: Archetype

2020-05-28 Thread Zahid Rahman
e 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&

./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: ./mvnw spring-boot:run struts equivalent

2020-05-29 Thread Zahid Rahman
://struts.apache.org/getting-started/how-to-create-a-struts2-web-application.html > . > > > On Thu, May 28, 2020 at 21:51 Zahid Rahman wrote: > > > Hi, > > I git cloned https://github.com/apache/struts this. > > then I ran ./mvnw clean package install. > > &

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

2020-06-06 Thread Zahid Rahman
ying the Struts 2 Showcase Webapps on a testing instance > and see how things go. If the showcase works, it is a good indicator > that Struts 2 applications can probably run on that application > server. > > Hope that helps. > On 2020/05/29 11:39:21, Zahid Rahman wrote: > >

Re: [ANN] [SECURITY] Announcing CVE-2019-0230 (Possible RCE) and CVE-2019-0233 (DoS) security issues

2020-08-13 Thread Zahid Rahman
Maybe I misunderstand , there has always existed an apache solution to prevent anyone executing code on the application server. Its like 20 years old solution. See www.backbutton.co.uk for more details. https://backbutton.co.uk/ On Thu, 13 Aug 2020, 11:18 Rene Gielen, wrote: > Two new Struts

Re: [ANN] [SECURITY] Announcing CVE-2019-0230 (Possible RCE) and CVE-2019-0233 (DoS) security issues

2020-08-13 Thread Zahid Rahman
Maybe I misunderstand , there has always existed an apache solution to prevent anyone executing code on the application server. Its like 20 years old solution. See www.backbutton.co.uk for more details. https://backbutton.co.uk/ Backbutton.co.uk ¯\_(ツ)_/¯ ♡۶Java♡۶RMI ♡۶ On Thu, 13 Aug 2020 at 1

Re: [ANN] [SECURITY] Announcing CVE-2019-0230 (Possible RCE) and CVE-2019-0233 (DoS) security issues

2020-08-13 Thread Zahid Rahman
> Definitely a possibility You doubt yourself. I'm think it is not a misunderstanding for certain. On Fri, 14 Aug 2020, 01:42 Dave Newton, wrote: > On Thu, Aug 13, 2020 at 20:08 Zahid Rahman wrote: > > > Maybe I misunderstand > > > Definitely a possibility. >

Re: [ANN] [SECURITY] Announcing CVE-2019-0230 (Possible RCE) and CVE-2019-0233 (DoS) security issues

2020-08-13 Thread Zahid Rahman
nded A LOT in the last 20 years, not only with Struts. > > Am 14.08.20 um 02:07 schrieb Zahid Rahman: > > Maybe I misunderstand , there has always existed an apache solution to > > prevent anyone executing code on the application server. > > Its like 20 years old solution.

security : context relative URL(s)

2020-09-05 Thread Zahid Rahman
Hi, Can I apply these same security features in struts2 which were applied in struts1 now that the use of web.xml TAGS is discouraged in favour of annotations. *example deployment descriptor * *$CATALINA_HOME/webapps/examples/WEB-INF/web.xml* example Security Constraint Protected Web Are

Re: security : context relative URL(s)

2020-09-16 Thread Zahid Rahman
, developing your own framework can save you Weeks of learning a framework. Weeks of coding can save you hours of planning. On Tue, 15 Sep 2020, 06:59 Lukasz Lenart, wrote: > sob., 5 wrz 2020 o 19:44 Zahid Rahman napisał(a): > > > > Hi, > > > > Can I apply these same s

Re: How to implement custom StrutsTypeConverter to convert String to Collection?

2021-08-11 Thread Zahid Rahman
> I have a html form input that submits a string value that needs to be converted to a java Collection. To find the bug in logic I would hard code a string which is expected from html input form. Using an IDE . Set a break point there to go into debug mode. Step through the code one step at

Re: How to implement custom StrutsTypeConverter to convert String to Collection?

2021-08-17 Thread Zahid Rahman
nverter = new > CollectionConverter(); > collectionConverter.setObjectTypeDeterminer(objectTypeDeterminer); > return collectionConverter.convertValue(context, target, member, > propertyName, convertedValues, toType); > } > } > > > On Wed, Aug 11, 2

Re: How do I determine which hardware device and software has log4j zero-day security vulnerability?

2021-12-16 Thread Zahid Rahman
A simple two line Java program explaining the bug. https://youtu.be/0-abhd-CLwQ. Regards On Thursday, 16 December 2021, Lukasz Lenart wrote: > Hi, > > This rather a wrong place to ask such questions, I would suggest > asking on the Log4j user list. You can also try to use a commercial >