1

I am working on a Java EE project that constantly talks to a webservice, I have some experience using Otto on Android and I was wondering if would be ok if I add it to this project too. What you say?

Arjan Tijms
  • 37,782
  • 12
  • 108
  • 140
Marcos J.C Kichel
  • 6,887
  • 8
  • 38
  • 78

1 Answers1

2

Otto was forked from Google's Guava Event Bus which is aimed at pure Java. Of course, there are certain constraints with using an event bus in a JavaEE environment. You may find that JMS is a better approach.

Rich
  • 15,602
  • 15
  • 79
  • 126