[basex-talk] Using BaseX in Java - doc?

2013-03-21 Thread Florent Georges
  Hi,   I was looking on http://docs.basex.org/ after documentation on integrating BaseX within a Java application, but couldn't find any.  Did I miss them?   In a few words, I have a Java webapp running in Tomcat, and I'd like to use a BaseX database for the storage.  Can I embed it completely? 

Re: [basex-talk] Using BaseX in Java - doc?

2013-03-21 Thread Dirk Kirsten
Hi, There are lots of examples on this page in the wiki: http://docs.basex.org/wiki/Java_Examples. You might be especially interested in the local examples, if you do not wish to start a server. And yes, you can embed it completely. What is the problem with wildcard imports? I didn't know this

Re: [basex-talk] Using BaseX in Java - doc?

2013-03-21 Thread Kendall Shaw
Hi, I have to stop introducing myself with negative comments. If people developing basex like the wildcards then that is a good enough reason to use them. My problem with wildcard imports is that I can't see what classes are imported by looking at the source code. I can use eclipse and find