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 17, 2023 | AWS, Jobs, Programming
I don’t know what it is but I see it day in and day out. Someone that reads a number of websites and learns some buzz words and everyone thinks wow he is so smart he is the best programmer or designer we have. Learning all the buzz words and and speaking will is...
by Johnathan Smith | Jan 11, 2023 | Git, GitHub, Programming
The firm I recently stated working at just moved to Git and I am the only resource then knows Git. I get asked so many times a day on how to mirror a git repostory. From the birds eyes very its very easy: git clone –mirror git@git.com:project projectcd...
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....