Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.
Nível 1
Nível 2
Faça login na Comunidade
Faça logon para exibir todas as medalhas
Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.
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 ?
Solucionado! Ir para a Solução.
Os tópicos ajudam a categorizar o conteúdo da comunidade e aumentam sua capacidade de descobrir conteúdo relevante.
Visualizações
respostas
Total de curtidas
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
Visualizações
respostas
Total de curtidas
@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.
Visualizações
respostas
Total de curtidas
Visualizações
respostas
Total de curtidas
Visualizações
respostas
Total de curtidas
Visualizações
Curtida
respostas
Visualizações
Curtida
respostas
Visualizações
Curtida
respostas