by Johnathan Smith | Jan 20, 2023 | Java, Linux, Programming
If you are using Fedora, CentOS, Red Hat or Scientific Linux sometimes yum does not have the package for the product you would like to install and Maven is one of them at the time of me writing this blog. I am going to show you how I install Maven on Fedora, CentOS,...
by Johnathan Smith | Jan 19, 2023 | Java, Linux
I had to install Java Open JDK 1.7 and SDK on a number of linux boxs last night. I had some coworkers asking the same question time and time again “How Do I Install Java Open JDK 1.7?”. So to make it easy once again here is my post and the details on how...
by Johnathan Smith | Jan 11, 2023 | Java, Spring
Working with Spring and Dojo by Johnathan Mark Smith In this video Johnathan Mark Smith will show you how to make better Spring WebFlow project just by adding Dojo with Dijit UI Library(widgets). You will see how easy it is to add tooltips and a lot more to any Spring...
by Johnathan Smith | Jan 4, 2023 | Java, Spring
here is RequestMapping in Spring 3.2.1? If you are using Spring 3.2.1-Release and Maven you maybe asking where is the RequestMapping Object. The anwser its missing! is a issues in the release of Spring 3.2.1 but has been fixed in Spring 3.2.2 that is coming out soon....