java service

what is need of java service while having flow service

Hi,

There are some scenario, where the business logic may be very complex. If you go for java service you can do that in simple steps, but in flow service it may be too lengthy to implement the same business logic.

~Sukanta

Search wMUsers for previous answers to the Flow vs. Java Service question.

Always a good idea to search for related posts to your question before posting. Even if your specific question has not already been answered, doing the research will help you ask a more specific question that will increase your chances for a quick and helpful response.

Mark

I know I sound like a broken record but this is patently inaccurate. The need to implement “complex business logic” as a reason to use Java services is very ambiguous, misleading and ultimately wrong. IMO, Java services are best used for small, focused utilities. One should not have the majority of a given integration implemented in Java services.

As Mark points out, there are many, threads with long discussions on this topic.