-6

Stack overflow is the only avenue for getting any information on how to use Batoo, as there is little to no documentation on how to get it integrated into a Java application.

My very simple and germane question is, what are the Java library dependencies for using Batoo?

Tim Post
  • 33,371
  • 15
  • 110
  • 174
Ken Kopelson
  • 157
  • 1
  • 4

1 Answers1

2

The dependencies are listed in the pom.xml file, as for any other library deployed in a Maven repository. That said, I would never use a product that claims to be the fastest but doesn't provide any documentation, except the way to write the persistance.xml (sic!) file.

JB Nizet
  • 678,734
  • 91
  • 1,224
  • 1,255