Can you please explain advantages and disadvantages for Migrate workflows from JEE to OSGi ?
Am i able to invoke OSGi workflow as a service by using REST URL like AEM JEE Workflow ?
How easy to build custom components in OSGi workflow comparatively JEE ?
Any Performance improvements if i do migrate workflow from JEE to OSGi ?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
It is quite easy to create custom components in OSGI. You basically implement an interface and use that code in the process step in your workflow
J2 EE workflows can have input and output parameters and can be invoked quite easily from third party applications
in OSGI workflows can be invoked using the rest endpoint but the payload of that workflow needs to be in the repository and you need to provide path to that payload
if you have workflows which merge data with templates and return pdf in J2Ee in OSGI you will write servlet and expos the REST endpoints to your calling applications
osgi is easy to install and manage
yku do not need database and application server
It is quite easy to create custom components in OSGI. You basically implement an interface and use that code in the process step in your workflow
J2 EE workflows can have input and output parameters and can be invoked quite easily from third party applications
in OSGI workflows can be invoked using the rest endpoint but the payload of that workflow needs to be in the repository and you need to provide path to that payload
if you have workflows which merge data with templates and return pdf in J2Ee in OSGI you will write servlet and expos the REST endpoints to your calling applications
osgi is easy to install and manage
yku do not need database and application server
Views
Replies
Total Likes
@Wells_Sri Please see the response below:
Am i able to invoke OSGi workflow as a service by using REST URL like AEM JEE Workflow ? Yes
How easy to build custom components in OSGi workflow comparatively JEE ? It's easy if you know Java.
Any Performance improvements if i do migrate workflow from JEE to OSGi ? Very subjective question, it depends on underlying infra, application design, and load.
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies