Re: STRUTS 2: WM_CLASS property is set to java-lang-Thread Nebeans 11.2

2020-01-03 Thread zahid

> developing upon struts in 10+ years OMG!

I guess I better go on Spring MVC . I hope that i still current.


On 04/01/2020 00:53, Laszlo Kishalmi wrote:


Well try this one:

https://struts.apache.org/getting-started/how-to-create-a-struts2-web-application.html

I'd recommend to start a Simple Maven Web application.

The graphical web designer had been retired ages ago as well as the 
tutorial page. Personally I haven't seen anyone developing upon struts 
in 10+ years (it is not impossible though)


On 1/3/20 4:24 PM, zahid wrote:


Thank you sir,

my particular interest is in struts2 framework.

I was particularly drawn to NetBeans because of the page I found showing

I can develop  stuts2  graphically.

https://netbeans.org/kb/docs/web/quickstart-webapps-struts.html

That page seems to show struts1 , may be it is out of date. Can I 
also use it for struts2  ?


I am about to make a start ?


On 04/01/2020 00:06, Laszlo Kishalmi wrote:


Yes this is the user list. We have a separate one called dev for 
those who has the interest!


On 1/3/20 3:23 PM, zahid wrote:


is this the right emailing list for users of NetBeans because I 
have no


interest in developing anything for  netbeans just use want to 
netbeans for developing web applications ?



On 03/01/2020 23:16, Laszlo Kishalmi wrote:


It shall work, here is the line from the Snap package:

StartupWMClass=Apache NetBeans IDE 11.2

It was confirmed to work for 11.2

On 1/3/20 3:10 PM, Neil C Smith wrote:



On Fri, 3 Jan 2020, 21:36 ronald marangwanda, 
> wrote:


I added that line to the .desktop file but I do not know what
the correct WMClass for Apache Netbeans 11.2 is.


Ah, sorry, you're right - it should match the value you get from 
xprop. And does seem like the code to set WM_CLASS linked here 
doesn't work any more?!


https://github.com/apache/netbeans/blob/master/platform/core.windows/src/org/netbeans/core/windows/view/ui/MainWindow.java#L123 



Best wishes,

Neil


--
www.backbutton.co.uk
   ¯\_(ツ)_/¯
♡۶ Lynx text browser
recover crashed ms-word .doc with ms-debug.

--
www.backbutton.co.uk
   ¯\_(ツ)_/¯
♡۶ Lynx text browser
recover crashed ms-word .doc with ms-debug.


--
www.backbutton.co.uk
  ¯\_(ツ)_/¯
♡۶ Lynx text browser
recover crashed ms-word .doc with ms-debug.



Re: STRUTS 2: WM_CLASS property is set to java-lang-Thread Nebeans 11.2

2020-01-03 Thread Laszlo Kishalmi

Well try this one:

https://struts.apache.org/getting-started/how-to-create-a-struts2-web-application.html

I'd recommend to start a Simple Maven Web application.

The graphical web designer had been retired ages ago as well as the 
tutorial page. Personally I haven't seen anyone developing upon struts 
in 10+ years (it is not impossible though)


On 1/3/20 4:24 PM, zahid wrote:


Thank you sir,

my particular interest is in struts2 framework.

I was particularly drawn to NetBeans because of the page I found showing

I can develop  stuts2  graphically.

https://netbeans.org/kb/docs/web/quickstart-webapps-struts.html

That page seems to show struts1 , may be it is out of date. Can I also 
use it for struts2  ?


I am about to make a start ?


On 04/01/2020 00:06, Laszlo Kishalmi wrote:


Yes this is the user list. We have a separate one called dev for 
those who has the interest!


On 1/3/20 3:23 PM, zahid wrote:


is this the right emailing list for users of NetBeans because I have no

interest in developing anything for  netbeans just use want to 
netbeans for developing web applications ?



On 03/01/2020 23:16, Laszlo Kishalmi wrote:


It shall work, here is the line from the Snap package:

StartupWMClass=Apache NetBeans IDE 11.2

It was confirmed to work for 11.2

On 1/3/20 3:10 PM, Neil C Smith wrote:



On Fri, 3 Jan 2020, 21:36 ronald marangwanda, 
> wrote:


I added that line to the .desktop file but I do not know what
the correct WMClass for Apache Netbeans 11.2 is.


Ah, sorry, you're right - it should match the value you get from 
xprop. And does seem like the code to set WM_CLASS linked here 
doesn't work any more?!


https://github.com/apache/netbeans/blob/master/platform/core.windows/src/org/netbeans/core/windows/view/ui/MainWindow.java#L123 



Best wishes,

Neil


--
www.backbutton.co.uk
   ¯\_(ツ)_/¯
♡۶ Lynx text browser
recover crashed ms-word .doc with ms-debug.

--
www.backbutton.co.uk
   ¯\_(ツ)_/¯
♡۶ Lynx text browser
recover crashed ms-word .doc with ms-debug.


STRUTS 2: WM_CLASS property is set to java-lang-Thread Nebeans 11.2

2020-01-03 Thread zahid

Thank you sir,

my particular interest is in struts2 framework.

I was particularly drawn to NetBeans because of the page I found showing

I can develop  stuts2  graphically.

https://netbeans.org/kb/docs/web/quickstart-webapps-struts.html

That page seems to show struts1 , may be it is out of date. Can I also 
use it for struts2  ?


I am about to make a start ?


On 04/01/2020 00:06, Laszlo Kishalmi wrote:


Yes this is the user list. We have a separate one called dev for those 
who has the interest!


On 1/3/20 3:23 PM, zahid wrote:


is this the right emailing list for users of NetBeans because I have no

interest in developing anything for  netbeans just use want to 
netbeans for developing web applications ?



On 03/01/2020 23:16, Laszlo Kishalmi wrote:


It shall work, here is the line from the Snap package:

StartupWMClass=Apache NetBeans IDE 11.2

It was confirmed to work for 11.2

On 1/3/20 3:10 PM, Neil C Smith wrote:



On Fri, 3 Jan 2020, 21:36 ronald marangwanda, 
> wrote:


I added that line to the .desktop file but I do not know what
the correct WMClass for Apache Netbeans 11.2 is.


Ah, sorry, you're right - it should match the value you get from 
xprop. And does seem like the code to set WM_CLASS linked here 
doesn't work any more?!


https://github.com/apache/netbeans/blob/master/platform/core.windows/src/org/netbeans/core/windows/view/ui/MainWindow.java#L123 



Best wishes,

Neil


--
www.backbutton.co.uk
   ¯\_(ツ)_/¯
♡۶ Lynx text browser
recover crashed ms-word .doc with ms-debug.


--
www.backbutton.co.uk
  ¯\_(ツ)_/¯
♡۶ Lynx text browser
recover crashed ms-word .doc with ms-debug.