Re: [java] Netbeans and apache TomEE microprofile

2021-11-18 Thread Som Lima
There a couple of suggestion found at link below including putting it in the pom file with tomee plug-in which should mean your project will work in both IDEs. https://stackoverflow.com/questions/60932960/tomeemicroprofile-unsatisfiedresolutionexception/64437680#64437680 On Thu, 18 Nov 2021,

Re: Errors with a new JavaFX project on Netbeans 12.4

2021-09-05 Thread Som Lima
You may find this video helpful. https://youtu.be/L5fRigcRqGY On Sun, 5 Sep 2021, 06:04 Zulfi Khan, wrote: > Hi, > > I am able to run: FXMLJavaFXMaven Archetype and SimpleJavaFXMavenArchetype > provided by Natebeans 12.4. Now I created the application using following > steps: > > >

Dependency Injection as a common Interface not requiring suffix "impl"

2021-08-06 Thread Som Lima
Hi, What do you think of my explanation below ? Dependency Injection - Common Interface The purpose of Dependecy Injection DI is to extract Common Interfaces. common Interface contains functions which are common to two or more objects. For example Engine is common to Combustion Engine , Electric

Re: No main classes found

2021-06-29 Thread Som Lima
sysout + TAB / CTRL + space will expand into System.out.println("") sysout you will likely use more times than psvm (public static void main) https://www.backbutton.org https://backbtn.ddns.net ¯\_(ツ)_/¯ ♡۶♡۶ ♡۶ Jakarta EE Application Developer skill challenge

Re: No main classes found

2021-06-28 Thread Som Lima
I understand there are 26 ways to have a main method signatures Some legal main method signatures. public static void main(String a[])public static void main(String[] a)public static void main(String... a) https://www.backbutton.org https://backbtn.ddns.net ¯\_(ツ)_/¯ ♡۶♡۶ ♡۶ Jakarta EE

Re: Jsf replacement

2021-06-28 Thread Som Lima
Thank you for the clarification. https://www.backbutton.org https://backbtn.ddns.net ¯\_(ツ)_/¯ ♡۶♡۶ ♡۶ Jakarta EE Application Developer skill challenge https://lit-taiga-52898.herokuapp.com/ On Mon, 28 Jun 2021, 23:24 Will Hartung, wrote: > On Sun, Jun 27, 2021 at 12:36 PM Som Lima wr

Jsf replacement

2021-06-27 Thread Som Lima
Is Java Server Pages being pushed back and replaced with another technology ? https://www.backbutton.org https://backbtn.ddns.net ¯\_(ツ)_/¯ ♡۶♡۶ ♡۶ Jakarta EE Application Developer skill challenge https://lit-taiga-52898.herokuapp.com/

Re: Netbeans plugins site is down rendering netbeans useless

2021-04-21 Thread Som Lima
I don't know why you bother responding to this kind of gutter criticism. It is just the way these Indians try to impose their "expertise" in IT. By finding faults. Solutions which is beyond their control. On Wed, 21 Apr 2021, 09:43 Geertjan Wielenga, wrote: > You need to move away from

Re: Java EE8 Status

2021-01-23 Thread Som Lima
> I think this fits into the action framework concept. > > But I also tend to think JSF 2.1+, especially 2.3+ is a good choice, > although it takes some time to learn but there are nice textbooks on > it! > > My 2 cents, > > Nikita > > On Tue, 12 Jan 2021 at 18

Re: Only one RaspberryPi project.

2021-01-22 Thread Som Lima
ut Sisyphus. > He always has work. > > On 1/19/2021 5:41 PM, Som Lima wrote: > > Thanks. > > > > I am actually trying to draw attention to the fact there is bug in > > Netbeans IDE wizard. > > > > Either nobody seems to be interested in identifying and eventuall

Re: Netbeans Bug (With Bug Bounty)

2021-01-21 Thread Som Lima
>, I will keep using JDK 15 for development For development I presume you are using Maven . To specify JDK for development you would do it this way (see below excerpt of pom.xml). The JDK being referred to so far causing these alleged bugs was running NETBEANS IDE. The jdk running Netbeans is

Re: Only one RaspberryPi project.

2021-01-19 Thread Som Lima
, wrote: > I'm very sorry, but it is ~3:30am where I live. I'll come back to this in > ~15 > hours or so (I do have to work). Hopefully someone else will continue > this > discussion before I do. > > -- > Mark A. Flacy > mfl...@verizon.net > > On Tuesday, January

Re: Only one RaspberryPi project.

2021-01-19 Thread Som Lima
rm manager for the other > project? > > > > -- > > Mark A. Flacy > > mfl...@verizon.net > > > On Tuesday, January 19, 2021 2:11:02 AM CST Som Lima wrote: > > > There is no error message. > > > I am not able to select raspberrypi platfo

Re: Only one RaspberryPi project.

2021-01-19 Thread Som Lima
> Mark A. Flacy > mfl...@verizon.net > > On Tuesday, January 19, 2021 1:17:07 AM CST Som Lima wrote: > > If you follow the instructions in this video > > you will be able to create one project HelloPi. > > > > https://youtu.be/ebHbDlTnV-I > > > &g

Only one RaspberryPi project.

2021-01-18 Thread Som Lima
If you follow the instructions in this video you will be able to create one project HelloPi. https://youtu.be/ebHbDlTnV-I However you will not be able to create a second project to develop Raspberry Pi in the same Netbeans IDE. You can replicate the highlighted issue by following the steps in

RaspberryPi : NetBeans Bug.

2021-01-16 Thread Som Lima
If you follow the instructions in this video you will be able to create one project. https://youtu.be/ebHbDlTnV-I However you will not be able to create a second project to develop Raspberry Pi in the same Netbeans IDE. I believe this restriction is a bug.

Raspberry Pi setup the safe option

2021-01-15 Thread Som Lima
with eclipse. > > > On Fri, 15 Jan 2021, 00:08 Som Lima, wrote: > >> Strange but anyway. >> >> Now I have the option runtime platform in the window when ant based . >> >> Unlike the video I only have one item in the drop down list "runtime >> p

Re: runtime platform option missing

2021-01-14 Thread Som Lima
Just want to add that I have already done these setups. http://www.raspirecipes.org/archives/218 http://www.raspirecipes.org/archives/254 These setups use maven for compilation and ant for deployment and execution on raspberry pi with eclipse. On Fri, 15 Jan 2021, 00:08 Som Lima, wrote

Re: Java EE8 Status

2021-01-12 Thread Som Lima
antime, Spring got the injection > and finally embedded Tomcat into Spring Boot. > On 1/11/21 3:53 PM, Som Lima wrote: > > > The journey with EE leads to success ! > > > So jakarta EE and Spring.io > are the two leading competitors in the same paradigm with popularity

Re: Java EE8 Status

2021-01-11 Thread Som Lima
should be able to translate any tutorials of Java EE over to > Jakarta EE without much trouble. Jakarta EE 9 introduces a new namespace, > which will change things a bit, although the APIs will remain much the same > as the standard Java EE/Jakarta EE 8 APIs. > > > > > > &

Java EE8 Status

2021-01-08 Thread Som Lima
Hi, I don't get much time to go to software development conferences :) If I was to invest my COVID-19 stay at home time in JAVA EE8 technologies with Netbeans as one of those technologies. Assuming my target domain is e-commerce distributed dynamic web applications. Would I be on a

Re: netbeans decompiler

2020-12-23 Thread Som Lima
Community edition Intelli J has a built in java decompiler. On Thu, 24 Dec 2020, 07:31 , wrote: > Hi, > yes it seems for NB 8.2.. is it strange that NB do no t have an integrated > decompiler.. why? > > R. > > > Da: Alonso Del Arte > Inviato: giovedì 24 dicembre 2020 02:16 > A:

Re: memory allocation for JVM - "file too big to open safely" [netbeans] [java]

2020-12-21 Thread Som Lima
I think the software program sucks if the software did not advise user in the error message to adjust the parameter. J-Dorg.openide.text.big.file.size=10. On Mon, 21 Dec 2020, 08:34 Oliver Rettig, wrote: > Hi all, > > > > Neil is completely right - thanks for the hint. > > > > The

Re: memory allocation for JVM - "file too big to open safely" [netbeans] [java]

2020-12-20 Thread Som Lima
Looking at this page https://stackoverflow.com/questions/13685402/how-to-assign-more-than-1gb-to-netbeans-jvm I suggest setting this parameter to see if you get the corresponding error message. when I set -J-Xmx3024m I obtain these messages: /opt/netbeans-7.2/bin/netbeans Error occurred during

Re: How to make a different JDK the "default"

2020-11-26 Thread Som Lima
talled NetBeans versions? > > Greets, > Humphrey. > > On Thu, Nov 26, 2020 at 1:08 PM Som Lima wrote: > >> I think you guys are barking up the wrong tree with defaulting. >> >> For each project you should individualise instead of using default >> becau

Re: How to make a different JDK the "default"

2020-11-26 Thread Som Lima
I think you guys are barking up the wrong tree with defaulting. For each project you should individualise instead of using default because each project is individual, so you are assured of same libraries and config environment .This will reduce the risk of incompatibility issues between

Re: Recognizing environment variable while running java app in NB 12.0

2020-10-08 Thread Som Lima
You can access environment variables using the brace-enclosed environment variable syntax. Example: VM options: -Dfoo=${MY_ENV_VAR} https://stackoverflow.com/questions/21558855/using-environment-variables-in-vm-options-and-program-arguments On Thu, 8 Oct 2020, 04:34 Greenberg, Gary, wrote:

Re: Relative URL

2020-10-06 Thread Som Lima
> > On Tue, Oct 6, 2020 at 10:33 AM Som Lima wrote: > >> Fantastic. >> >> >> On Tue, 6 Oct 2020, 10:02 Pete Whelpton, wrote: >> >>> >>> Hi Som, >>> >>> Are you creating a Maven Web project? If so, it could be this issue (

Re: Relative URL

2020-10-06 Thread Som Lima
ject Properties dialog and try amending / saving the > relative path again, hopefully it should work this time. > > > Hope that helps, > > P > > > > > On Tue, Oct 6, 2020 at 5:05 AM Som Lima wrote: > >> Hi, >> >> Netbeans 12.1 >> >> This bug

Relative URL

2020-10-05 Thread Som Lima
Hi, Netbeans 12.1 This bug as described appears to be still outstanding. https://bz.apache.org/netbeans/show_bug.cgi?id=225648 I have found one work around which is to pass full url argument to the browser in the tools - options setting. Is there is any other fixes for the relative url value