02-18-2011 12:41 AM
02-18-2011 01:33 AM
02-18-2011 04:45 AM
02-18-2011 05:25 AM
02-18-2011 08:20 AM
Quick feedback before I leave to the office: Having classes in the database still doesn't feel right for me.
For me personally the most interesting is, how we can handle that problem correctly in the Java EE/JBoss AS environment, but that I think involves some custom solution for that environment (Deployer, scoped EAR deployments, …). For e.g. OSGI I don't know what that evolves and if they can work with the sketched solution.
02-18-2011 08:21 AM
02-18-2011 10:43 AM
Suppose a user wants to use our existing webapps as is. And also he wants to use the engine in his own application. Then how does he make sure that delegation classes are found in those 2 environments?That isn't solved by having the delegation classes in the Database. Normally you need third party libraries, or service interfaces or whatever as well. The delegation class is only the tip of an iceberg.
All the instantiated process engines need to be made aware of that spring context.What if you have one spring app and a non spring app? That's why scoped classloading was invented in Java EE, it is not just unnecessary complex 😉 But okay, hey, if you want to have it for demos or simple environment (e.g. the simple vacation process) I don't care. I just don't see it as a best practice to deploy a "real" application like that.
02-18-2011 11:06 AM
02-18-2011 02:19 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.