Closed hugithordarson closed 2 years ago
Well, none of these folders are technically required. A regular maven project with a single DirectAction class and a build.properties
to identify the primary class, could be a valid WO project.
A side effect is that it allows you to create a WOA out of any java project (as long as you add that build.properties
). I was trying it out to test deployment of this yesterday. It feels… interesting.
Components/Resources/WebServerResources are now optional, so we can build and launch any general purpose java project.
This one sounds interesting. What's the use case here?