<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Disqus - Latest Comments for jjmkay</title><link>http://disqus.com/by/jjmkay/</link><description></description><atom:link href="http://disqus.com/jjmkay/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Tue, 29 Oct 2019 11:50:36 -0000</lastBuildDate><item><title>Re: Angular 8 + Spring Boot 2.2: Build a CRUD App Today!</title><link>https://developer.okta.com/blog/2019/05/13/angular-8-spring-boot-2#comment-4670082829</link><description>&lt;p&gt;In Java it is very easy to do a Java7 tutorial on a Java 8 JDK so I'm so used to backward compatibility.  Guess angular does not have backwards compatibility.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jjmkay</dc:creator><pubDate>Tue, 29 Oct 2019 11:50:36 -0000</pubDate></item><item><title>Re: Angular 8 + Spring Boot 2.2: Build a CRUD App Today!</title><link>https://developer.okta.com/blog/2019/05/13/angular-8-spring-boot-2#comment-4659628280</link><description>&lt;p&gt;in your video you use httpie in the command line to create your spring boot app from the command line not using the initializer web site.  can you post the code on this blog to do that and let people know about httpie which is a pretty cool command line tool.  also I would put a warning on your previous demos with springboot+ng7 etc that they will totally fail if you have ng8 and also those demos don't correctly connect to okta as the property keys have changed i see from trying this demo and it actually working.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jjmkay</dc:creator><pubDate>Sun, 20 Oct 2019 17:26:04 -0000</pubDate></item><item><title>Re: How to Test a Spring Boot Application</title><link>https://stackabuse.com/how-to-test-a-spring-boot-application/#comment-4573384140</link><description>&lt;p&gt;a lot of good information here, would be nice to see it updated to Jupiter unit testing (Junit 5) as some of the annotations have changed.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jjmkay</dc:creator><pubDate>Sat, 10 Aug 2019 12:08:32 -0000</pubDate></item><item><title>Re: GNOME Is Removing the Ability to Launch Apps from Nautilus</title><link>https://www.omgubuntu.co.uk/2018/05/nautilus-remove-ability-launch-binaries-apps#comment-3901717661</link><description>&lt;p&gt;Wtf if I want to be treated like a child I would use osx, Linux is for people who know what they're doing (mostly)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jjmkay</dc:creator><pubDate>Tue, 15 May 2018 10:53:54 -0000</pubDate></item><item><title>Re: EasyMock</title><link>http://easymock.org/getting-started.html#comment-3882768428</link><description>&lt;p&gt;&lt;a href="https://github.com/easymock/easymock/issues/215" rel="nofollow noopener" target="_blank" title="https://github.com/easymock/easymock/issues/215"&gt;https://github.com/easymock...&lt;/a&gt;  i created an issue.  Have you pasted this code into an IDE and tried to run it as is?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jjmkay</dc:creator><pubDate>Wed, 02 May 2018 11:48:57 -0000</pubDate></item><item><title>Re: EasyMock</title><link>http://easymock.org/getting-started.html#comment-3882585094</link><description>&lt;p&gt;The code doesn't even work, this is pretty bad for reputation as Pawel Magnowski says.  Is EasyMock abandonded?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jjmkay</dc:creator><pubDate>Wed, 02 May 2018 10:31:31 -0000</pubDate></item><item><title>Re: Weebly - Website Creation Made Easy</title><link>http://www.linuxandubuntu.com/home/airdroid-transfer-files-between-android-phonestablets-between-linux-any-distribution#comment-3763609996</link><description>&lt;p&gt;or just use bluetooth directly between laptop and phone and not have your data passing through someone else's cloud, this article poses a privacy risk in my opinion.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jjmkay</dc:creator><pubDate>Sat, 17 Feb 2018 18:57:41 -0000</pubDate></item><item><title>Re: 
Install Oracle JDK 9 on Linux
</title><link>https://javahelps.com/install-oracle-jdk-11-on-linux#comment-3654582037</link><description>&lt;p&gt;did not update /usr/lib/jvm/default-java/bin/java. &lt;br&gt;update-alternatives --display java&lt;br&gt;java - manual mode&lt;br&gt;  link best version is /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java&lt;br&gt;  link currently points to /usr/lib/jvm/jdk-9.0.1/bin/java&lt;br&gt;  link java is /usr/bin/java&lt;br&gt;  slave java.1.gz is /usr/share/man/man1/java.1.gz&lt;br&gt;/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java - priority 1081&lt;br&gt;  slave java.1.gz: /usr/lib/jvm/java-8-openjdk-amd64/jre/man/man1/java.1.gz&lt;br&gt;/usr/lib/jvm/jdk-9.0.1/bin/java - priority 0&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jjmkay</dc:creator><pubDate>Sat, 09 Dec 2017 14:08:22 -0000</pubDate></item><item><title>Re: Setting up Spark with Maven - Spark Framework: A tiny Java web framework</title><link>http://sparkjava.com/tutorials/maven-setup#comment-3586095075</link><description>&lt;p&gt;i found it in the console, there is a url listed and jetty is ran as an internal server.  it does not use any type of server like you are used to seeing with a tomcat server in eclipse for example.  i also don't know how to shut down gracefully and just have to restart eclipse to free up the port and stop the jetty server.  Look for a log like this:&lt;br&gt;[Thread-0] INFO org.eclipse.jetty.util.log - Logging initialized @612ms&lt;br&gt;[Thread-0] INFO spark.embeddedserver.jetty.EmbeddedJettyServer - == Spark has ignited ...&lt;br&gt;[Thread-0] INFO spark.embeddedserver.jetty.EmbeddedJettyServer - &amp;gt;&amp;gt; Listening on 0.0.0.0:4567&lt;br&gt;[Thread-0] INFO org.eclipse.jetty.server.Server - jetty-9.3.6.v20151106&lt;br&gt;[Thread-0] INFO org.eclipse.jetty.server.ServerConnector - Started ServerConnector@707aefa{HTTP/1.1,[http/1.1]}{0.0.0.0:4567}&lt;br&gt;[Thread-0] INFO org.eclipse.jetty.server.Server - Started @1102ms&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jjmkay</dc:creator><pubDate>Thu, 26 Oct 2017 14:28:03 -0000</pubDate></item><item><title>Re: Setting up Spark with Maven - Spark Framework: A tiny Java web framework</title><link>http://sparkjava.com/tutorials/maven-setup#comment-3586008996</link><description>&lt;p&gt;how do you run this, what port...&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jjmkay</dc:creator><pubDate>Thu, 26 Oct 2017 13:35:43 -0000</pubDate></item><item><title>Re: Designing a True REST State Machine</title><link>https://nordicapis.com/designing-a-true-rest-state-machine/#comment-3139357767</link><description>&lt;p&gt;Thanks Bill informative article on a very important subject REST Apis&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jjmkay</dc:creator><pubDate>Sun, 05 Feb 2017 17:58:59 -0000</pubDate></item><item><title>Re: How I Hire</title><link>https://www.jamasoftware.com/blog/how-i-hire/#comment-2935032223</link><description>&lt;p&gt;I agree passion and continuous learning are key to a great employee.  I also like the career fair idea where employees can pick the project they work on next.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jjmkay</dc:creator><pubDate>Wed, 05 Oct 2016 14:32:19 -0000</pubDate></item><item><title>Re: Could You Replicate Your Education For Free &amp;#8211; PhD or Podcast?</title><link>http://www.tropicalmba.com/the-end-of-jobs/#comment-2929648962</link><description>&lt;p&gt;I 100% agree, I graduated from a well known university naively thinking employers would be lining up and I would make that ideal $70k income guaranteeing happiness after graduation.  That was not at all the case, pay was much lower than advertised and most positions were already filled yet the company was legally required to accept 100 applications wasting hours and hours of my time looking for work.  The worst pain for me was the disconnect from going from a beautiful campus with friends and fun to florescent lights and cubicles (I literally cried when I realized this was the result of my naive and expensive education).  Never go to school first, do an internship then if you must and have clear certainty that you are willing to spend 5 days a week doing this work, go to university (but you don't have to!).  The real learning started when I took initiative and started studying subjects that interested me like photography and programming.  In 1 year I paid off my $25k student loan with an education I taught myself for free using youtube, library, blogs and podcasts.  Before that I thought I would never be able to pay off my student loans and they had actually grown from when I graduated.  When I look at my gf buying a $140 textbook that should retail for $25 at most at a normal bookstore I cringe, not to mention the lost opportunity cost of 2-4 years of time in a rather generic one size fits all environment.  The one sticking point is for government jobs and super anal HR depts how does one prove they have an equivalent education??  Honestly as an employer I would hands down take the person with initiative to take the task seriously over someone who needs the security of a university and being told what and when to do something.  I also agree with @Kiri Masters the biggest most important lesson I have learned comes from within, personal development, emotional IQ, self confidence and healthy habits and relationships, those soft skills really matter and are now part of my daily process and growth.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jjmkay</dc:creator><pubDate>Sun, 02 Oct 2016 11:54:55 -0000</pubDate></item><item><title>Re: Struts Hello World Example</title><link>http://www.mkyong.com/struts/struts-hello-world-example/#comment-2462256153</link><description>&lt;p&gt;This example download badly needs to be re-factored and configured as a proper maven project.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jjmkay</dc:creator><pubDate>Sat, 16 Jan 2016 19:56:04 -0000</pubDate></item><item><title>Re: Christopher Shaw : Managing your iPod in Ubuntu</title><link>https://www.chris-shaw.com/b/Managing-your-iPod-in-Ubuntu#comment-2446750434</link><description>&lt;p&gt;this only works for old ipods like ver 3 and lower  the 4g and 5g won't work.  and if you upgrade to 9.2 you can no longer access your photos using a usb cord.  if you can never update your ios past 7.2&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jjmkay</dc:creator><pubDate>Fri, 08 Jan 2016 12:30:44 -0000</pubDate></item><item><title>Re: Bringing in Maven</title><link>http://courses.caveofprogramming.com/lecture/38745#comment-2419162299</link><description>&lt;p&gt;The reason tomcat failed at the end is there are two projects with the same context root on the server.  you can remove one of the projects from the server then restart the server and you should be good.  tomcat configuration is unstable tho and sometimes i just delete the tomcat instance and create a new one which only takes a few clicks.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jjmkay</dc:creator><pubDate>Sun, 20 Dec 2015 20:08:06 -0000</pubDate></item><item><title>Re: My Redfin Internship: Calvin Li</title><link>https://www.redfin.com/devblog/2015/12/my-redfin-internship-calvin-li.html#comment-2411974970</link><description>&lt;p&gt;Calvin you sound like a great find for an employer and I can't agree with you more that having some value impact on people with your work means a lot.  I recommend you post your linkedIn profile and you will be able to connect with lots of interesting companies in the tech world.  Cheers.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jjmkay</dc:creator><pubDate>Tue, 15 Dec 2015 22:54:46 -0000</pubDate></item><item><title>Re: How to Set Up Hot Code Replacement with Tomcat and Eclipse</title><link>https://www.redfin.com/devblog/2009/09/how_to_set_up_hot_code_replacement_with_tomcat_and_eclipse.html#comment-2411970855</link><description>&lt;p&gt;some good tips in here tc server in spring tools suite can be like getting a cat to come when you call it.  these tips certainly make things a bit easier thanks.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jjmkay</dc:creator><pubDate>Tue, 15 Dec 2015 22:50:28 -0000</pubDate></item><item><title>Re: How to install Maven on Ubuntu</title><link>http://www.mkyong.com/maven/how-to-install-maven-in-ubuntu/#comment-2410076571</link><description>&lt;p&gt;should we be concerned with unauthenticated software packages? 0 upgraded, 83 newly installed, 0 to remove and 31 not upgraded.&lt;br&gt;Need to get 40.2 MB of archives.&lt;br&gt;After this operation, 66.2 MB of additional disk space will be used.&lt;br&gt;Do you want to continue? [Y/n] y&lt;br&gt;WARNING: The following packages cannot be authenticated!&lt;br&gt;  libbatik-java libcommons-httpclient-java libjetty-java libjackrabbit-java&lt;br&gt;Install these packages without verification? [y/N]&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jjmkay</dc:creator><pubDate>Mon, 14 Dec 2015 20:12:23 -0000</pubDate></item><item><title>Re: How to create a Web Application Project with Maven</title><link>http://www.mkyong.com/maven/how-to-create-a-web-application-project-with-maven/#comment-2407853932</link><description>&lt;p&gt;Imported project into Spring Tools Suite and index.jsp has the following error notification.&lt;/p&gt;&lt;p&gt;Multiple annotations found at this line:&lt;br&gt;    - The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build &lt;br&gt;     Path&lt;br&gt;    - The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build &lt;br&gt;     Path&lt;/p&gt;&lt;p&gt;I see that the javax jars are under referenced libraries - jstl-1.2.jar.&lt;/p&gt;&lt;p&gt;why does index not see these dependencies?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jjmkay</dc:creator><pubDate>Sun, 13 Dec 2015 12:16:32 -0000</pubDate></item><item><title>Re: TMBA309: “Though We’ve Hit Over 100k MRR in Less Than a Year, I Still Feel Like an Outsider”</title><link>http://www.tropicalmba.com/laura/#comment-2405534610</link><description>&lt;p&gt;i had a four hour flight with a small child screaming the entire route right behind my seat!!.  i had flashes of imagery in my mind of the child flying out the emergency escape, not very compassionate of me i know.  needless to say i never get on a plane without very good ear plugs and a doctors mask which has kept me healthy even when stuck next to a coughing and obviously sick passenger in the seat next to me.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jjmkay</dc:creator><pubDate>Fri, 11 Dec 2015 17:45:08 -0000</pubDate></item><item><title>Re: JUnit Basics: Testing the DAO</title><link>http://courses.caveofprogramming.com/lecture/39340#comment-2368554339</link><description>&lt;p&gt;Did you add junit to your project build path under libraries?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jjmkay</dc:creator><pubDate>Thu, 19 Nov 2015 12:48:58 -0000</pubDate></item><item><title>Re: Java and C++ Programming Tutorials.</title><link>https://www.caveofprogramming.com/?sa=eyJ1c2VyX2lkIjo4MDY4NzIsImV4cGlyZXNfYXQiOjE0NDczNjk2MzIsInNjaG9vbF9pZCI6MTA4NiwiYXV0aGVudGljYXRpb25fdG9rZW4iOiJNaGlNQUxMWkRDMnBoZ2I0VDQ3TlpaVG8ybnNoeF9keWlBIn0%253D--bbb3b4ff4d9cd4cb907d7442205e0f5bd63ea8bb#comment-2356780377</link><description>&lt;p&gt;These are awesome tutorials!  John gives clear, concise demonstrations and I really appreciate the work he has done here!  Worth every penny, a great investment in your programming knowledge and career.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jjmkay</dc:creator><pubDate>Thu, 12 Nov 2015 17:49:19 -0000</pubDate></item><item><title>Re: The Red E Café</title><link>https://workfrom.co/red-e-cafe-northeast#comment-1672944865</link><description>&lt;p&gt;Great atmosphere, art on the walls, music.  Painfully slow wifi!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jjmkay</dc:creator><pubDate>Sun, 02 Nov 2014 16:37:22 -0000</pubDate></item><item><title>Re: C12 Energy captures $4.5M for carbon sequestration</title><link>http://venturebeat.com/2009/02/11/c12-energy-captures-45m-for-carbon-sequestration/#comment-6197813</link><description>&lt;p&gt;20 billion has been spent does not make a market.  how will investors get their return on this venture?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jjmkay</dc:creator><pubDate>Wed, 11 Feb 2009 21:54:17 -0000</pubDate></item></channel></rss>