JSFiddle - React, Tailwind, and code Playground

by rsmclaug

JavaScript

//Static content discussion
production hosting all versions is not ideal, better to have environment specific cdn. similar concerns to having java code going to environment testing. (cross-environment dependencies)

corpapp solution is poor due to lack of proper versioning (hard to keep track of what versions are being used in which environment)

weblogic solution:
should be available 24/7 or at least the same availability as the apps that depend on it

is a separate server justifiable/worth the overhead? (should be part of a larger vertafore effort, not just necessarily plm)

because of the lack of time, hosting the content in cx may be an acceptable solution for now.  

put static content in separate war file and deploy it to somewhere?
    
options (given a long-term solution):
-does the code live in each app (with version control being in artifactory)?
-is it hosted in cx and each app references cx? - WINNER, it is 'deployed' only once and the server side impl of acr is heavily dependent on cx anyway
-separate war file deployed along with cx?