Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Development options for LiveCycle (or LiveCycle like functionality)?

Avatar

Level 2

Hi,

I'm quite keen to get various bits LiveCycle to extend a web application.  I'm particularly keen on on-the-fly PDF watermarking, rights management, auditing and certificate based authentication.

The problem is, we're a Microsoft shop, which doesn't preclude us from using Adobe solutions, but I'm very hesitant at putting in something that requires all new J2EE infrastructure (JBoss for example), as we have no experience in maintaining, let alone developing for.

Can someone advise me what my options are here?  I know I could go to a third party and get them to do any development work, but then we just end up relying on them instead...

Or is LiveCycle sufficiently "open" (exposes it's functionality/services via web services or dotNet accessable APIs) that we're not likely to have to actually develop in Java?

Thanks

Craig

1 Accepted Solution

Avatar

Correct answer by
Former Community Member

Hi Craig,

Every service that LiveCycle exposes can be invoked as webservice. If you just think of the development then you can use LiveCycle process design tools and you wouldn't have to code in Java to create new services. But you don't have options in managing LiveCycle server. It will require J2EE infrastructure but you have options between jboss, weblogic, websphere...

Have a read at below URLs about invoking LC services vai .net. Also "Tour De LC" (http://www.adobe.com/devnet/livecycle/tourdelivecycle/) is a good place to read more.

http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/sdkHelp/wwhelp/wwhimpl/js/html/wwhelp.htm?...

http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/sdkHelp/invokingSOAP.27.6.html

View solution in original post

2 Replies

Avatar

Correct answer by
Former Community Member

Hi Craig,

Every service that LiveCycle exposes can be invoked as webservice. If you just think of the development then you can use LiveCycle process design tools and you wouldn't have to code in Java to create new services. But you don't have options in managing LiveCycle server. It will require J2EE infrastructure but you have options between jboss, weblogic, websphere...

Have a read at below URLs about invoking LC services vai .net. Also "Tour De LC" (http://www.adobe.com/devnet/livecycle/tourdelivecycle/) is a good place to read more.

http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/sdkHelp/wwhelp/wwhimpl/js/html/wwhelp.htm?...

http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/sdkHelp/invokingSOAP.27.6.html

Avatar

Level 2

Hi Parth,

awsome, thanks for that, just what I needed.

Regards

Craig

The following has evaluated to null or missing: ==> liqladmin("SELECT id, value FROM metrics WHERE id = 'net_accepted_solutions' and user.id = '${acceptedAnswer.author.id}'").data.items [in template "analytics-container" at line 83, column 41] ---- Tip: It's the step after the last dot that caused this error, not those before it. ---- Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: #assign answerAuthorNetSolutions = li... [in template "analytics-container" at line 83, column 5] ----