Installing React Versions

When following a tutorial and starting to learn to develop websites with NodeJS one command I learned installed with NodeJS, was the npx command. You can use it to download the latest version of supporting software you wish to install. Sometimes instructions I’ve been given in the past have advised the following: To start workingContinue reading “Installing React Versions”

Rules of State

React is a JavaScript “framework” that helps developers wrap together content, structure, and style. Using React, front-end web developers can bring in other JavaScript libraries old and new, import their functionality, and expect to obtain websites with moving and versatile units on screen. At the base of all these moving assets, there is a conceptContinue reading “Rules of State”

Maven Dependencies and Big Projects (Page 1)

I will talk about the steps I would take to make big multi-module Maven projects, after I made it happen the first time in August 2021. The end goal is to build a set of Spring projects linked together by Maven POM files declaring these projects. I want to be able to share the code between the projects. We’re using Eclipse 2020-09 for this tutorial.

The Way around Xerces XML Problems in Java

More to come on a complete explanation later. This is a short journal. A few configurations I’ve tried: What works now: Downloading and installing Maven. Creating a base pom.xml file containing relevant project information should this ever get published, with just the basics. To be Specific (from my Maven XML POM): Play with the “dependencyManagement”Continue reading “The Way around Xerces XML Problems in Java”

Design a site like this with WordPress.com
Get started