Create A Swing Application To Post Files To AEM
While reading through some AEM forums, I came across this tutorial called “Creating Java Swing applications that posts files to AEM ClientLibs folder”. Here is a link to the tutorial: Swing Tutorial The tutorial walks you through creating an application that will upload a Text, CSS, or JavaScript file to a file path that you specify in the application.
Once you do this, then you need to create an OSGI bundle that contains a Swing Servlet.