From: Adam R. <ad...@ex...> - 2010-05-05 08:51:28
|
> I look to the JavaDoc documentation, and I found it's difficult to know > which classes must I choose and which function can I use, isn't any > documentation about using the source code? > In fact, I'm not interesting in the JTY or Tomcat server because my > project will be a simple java project having a specified user interface > without servlet. You can use the libraries described here - http://www.exist-db.org/deployment.html#N1040E But instead of the code examples there just use the Fluent API, you can find it in $EXIST_HOME/extensions/fluent org.exist.fluent.Database is your entry point into embedded development. You can find very good examples is the Fluent test cases - $EXIST_HOME/extensions/fluent/test/src/org/exist/fluent > > Could I have please a part of the source code which will be sufficient to > enter an XML files (or load it) and to execute queries in XQuery, XPath > and XSLT? If not, which classes must I use to get my goal? > > Thanks in advance for your help, > > Diana ALLAM > > > ------------------------------------------------------------------------------ > _______________________________________________ > Exist-open mailing list > Exi...@li... > https://lists.sourceforge.net/lists/listinfo/exist-open > -- Adam Retter eXist Developer { United Kingdom } ad...@ex... irc://irc.freenode.net/existdb |