Question
Best practice deployment for custom Java - to JAR or not to JAR?
What are some best practices for packaging and deploying custom Java into a Windchill environment?
I am used todeveloping packaged groupings of java code for deployment as JAR files, so I'm surprised to see pretty much everything "exploded" into one giant "codebase" directory in Windchill.
Should my deployment strategy for custom Windchill code avoid the use of JAR files for deployment, and if so, what is the reasoning?
