[MOBY-guts] biomoby commit
Dmitry Repchevski
drepchevski at dev.open-bio.org
Thu Dec 17 18:05:03 UTC 2009
drepchevski
Thu Dec 17 13:05:03 EST 2009
Update of /home/repository/moby/moby-live/Java/docs
In directory dev.open-bio.org:/tmp/cvs-serv30886
Modified Files:
inb_moby.html inb_moby_core.html
Added Files:
inb_moby_central_gui.html inb_moby_core_async_service.html
inb_moby_core_service.html inb_moby_generator.html
Log Message:
some documentation added
moby-live/Java/docs inb_moby_central_gui.html,NONE,1.1 inb_moby_core_async_service.html,NONE,1.1 inb_moby_core_service.html,NONE,1.1 inb_moby_generator.html,NONE,1.1 inb_moby.html,1.4,1.5 inb_moby_core.html,1.3,1.4
===================================================================
RCS file: /home/repository/moby/moby-live/Java/docs/inb_moby.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- /home/repository/moby/moby-live/Java/docs/inb_moby.html 2009/12/16 17:42:25 1.4
+++ /home/repository/moby/moby-live/Java/docs/inb_moby.html 2009/12/17 18:05:03 1.5
@@ -68,11 +68,26 @@
</p>
<p>
+ <a href="inb_moby_core_service.html">MobyCoreSrevice</a> library helps developers to implement a BioMoby web services based on JAX-WS specification.
+ The library is built using an <span class="command"> ant build-core-service </span> command.
+ </p>
+
+ <p>
<a href="inb_moby_central_model.html">MobyCentralModel</a> is an auxiliary library that provides a cache implementation for BioMoby Registry.
The library can be built using <span class="command"> ant build-central-model </span> command.
</p>
<p>
+ Some developers could find interesting a <a href="inb_moby_central_gui.html">MobyGUIComponents</a> that is a set of Swing components to work with a BioMoby Registry.
+ To build the library use <span class="command"> ant build-central-gui </span> command.
+ </p>
+
+ <p>
+ <a href="inb_moby_core.html">MobyCore</a> can work with generated by <a href="inb_moby_generator.html">MobyGenerator</a> utility java ontology classes.
+ To create an utility library use <span class="command"> ant build-generator </span> command.
+ </p>
+
+ <p>
Generated libraries could be found in
<span class="command"> /moby-live/Java/build/lib/ </span> directory.
</p>
===================================================================
RCS file: /home/repository/moby/moby-live/Java/docs/inb_moby_core.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- /home/repository/moby/moby-live/Java/docs/inb_moby_core.html 2009/10/16 12:18:46 1.3
+++ /home/repository/moby/moby-live/Java/docs/inb_moby_core.html 2009/12/17 18:05:03 1.4
@@ -135,8 +135,8 @@
<h2> Generating JAXB-annotated ontology classes </h2>
<p>
- Even MobyCore may work without generated ontology classes, they facilitate a development.
- Generated classes are nothing more than JAXB annotated beans with properties.
+ Even <span class="highlight">MobyCore</span> may work without generated ontology classes, they facilitate a development.
+ Generated by <a class="highlight" href="inb_moby_generator.html">MobyGenerator</a> classes are nothing more than JAXB annotated beans with properties.
</p>
More information about the MOBY-guts
mailing list