94 lines
3.6 KiB
HTML
94 lines
3.6 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [C++ Toolkit ANNOUNCE] C++ ID1_FETCH
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:cpp-announce%40ncbi.nlm.nih.gov?Subject=%5BC%2B%2B%20Toolkit%20ANNOUNCE%5D%20C%2B%2B%20ID1_FETCH&In-Reply-To=">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="000048.html">
|
|
<LINK REL="Next" HREF="000050.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[C++ Toolkit ANNOUNCE] C++ ID1_FETCH</H1>
|
|
<!--htdig_noindex-->
|
|
<B>Denis Vakatov</B>
|
|
<A HREF="mailto:cpp-announce%40ncbi.nlm.nih.gov?Subject=%5BC%2B%2B%20Toolkit%20ANNOUNCE%5D%20C%2B%2B%20ID1_FETCH&In-Reply-To="
|
|
TITLE="[C++ Toolkit ANNOUNCE] C++ ID1_FETCH">vakatov at ncbi.nlm.nih.gov
|
|
</A><BR>
|
|
<I>Mon Jul 23 15:36:44 EDT 2001</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="000048.html">[C++ Toolkit ANNOUNCE] Assignment and comparison of serializable classes (user-extendable)
|
|
</A></li>
|
|
<LI>Next message: <A HREF="000050.html">[C++ Toolkit ANNOUNCE] CHTMLPopupMenu:: class to define popup menu (JavaScript based)
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#49">[ date ]</a>
|
|
<a href="thread.html#49">[ thread ]</a>
|
|
<a href="subject.html#49">[ subject ]</a>
|
|
<a href="author.html#49">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--/htdig_noindex-->
|
|
<!--beginarticle-->
|
|
<PRE>Hi,
|
|
|
|
C++ ID1_FETCH is a simplified (it does not accept as many cmd.-line
|
|
args) analogue of the popular "idfetch" utility.
|
|
|
|
ID1_FETCH is written using only C++ APIs -- it employs C++ based
|
|
ASN.1 and XML data serialization, new NCBI dispatcher and new
|
|
NCBI network client API.
|
|
|
|
|
|
|
|
SOURCE:
|
|
<A HREF="http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/lxr/source/src/app/id1_fetch/id1_fetch.cpp">http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/lxr/source/src/app/id1_fetch/id1_fetch.cpp</A>
|
|
|
|
|
|
MAKEFILE:
|
|
<A HREF="http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/lxr/source/src/app/id1_fetch/Makefile.id1_fetch.app">http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/lxr/source/src/app/id1_fetch/Makefile.id1_fetch.app</A>
|
|
|
|
|
|
BUILD:
|
|
$NCBI/c++/scripts/import_project.sh app/id1_fetch
|
|
cd internal/c++/src/app/id1_fetch
|
|
make -f Makefile.id1_fetch_app
|
|
|
|
RUN:
|
|
id1_fetch -gi 2
|
|
id1_fetch -gi 2 -fmt xml
|
|
|
|
|
|
------
|
|
It's primarely based on the works done in the NCBI C++ Toolkit by:
|
|
Aleksey Grichenko
|
|
Anton Lavrentiev
|
|
Denis Vakatov
|
|
Eigene Vasilchenko
|
|
|
|
</PRE>
|
|
<!--endarticle-->
|
|
<!--htdig_noindex-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="000048.html">[C++ Toolkit ANNOUNCE] Assignment and comparison of serializable classes (user-extendable)
|
|
</A></li>
|
|
<LI>Next message: <A HREF="000050.html">[C++ Toolkit ANNOUNCE] CHTMLPopupMenu:: class to define popup menu (JavaScript based)
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#49">[ date ]</a>
|
|
<a href="thread.html#49">[ thread ]</a>
|
|
<a href="subject.html#49">[ subject ]</a>
|
|
<a href="author.html#49">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
|
|
<hr>
|
|
<a href="http://www.ncbi.nlm.nih.gov/mailman/listinfo/cpp-announce">More information about the cpp-announce
|
|
mailing list</a><br>
|
|
<!--/htdig_noindex-->
|
|
</body></html>
|