queryviewer-devel Mailing List for queryviewer (Page 5)
Status: Alpha
Brought to you by:
avdyk
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(82) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(5) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(14) |
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <av...@us...> - 2003-06-16 07:34:43
|
Update of /cvsroot/queryviewer/queryviewer In directory sc8-pr-cvs1:/tmp/cvs-serv11002 Modified Files: build.xml Log Message: ajout de la propriété build.compiler avec la valeur jikes Index: build.xml =================================================================== RCS file: /cvsroot/queryviewer/queryviewer/build.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** build.xml 12 Jun 2003 14:22:37 -0000 1.8 --- build.xml 16 Jun 2003 07:34:41 -0000 1.9 *************** *** 28,31 **** --- 28,33 ---- <property name="html.stylesheet" value="${src}/stylesheet/html.xsl" /> + <property name="build.compiler" value="jikes"/> + <!-- Setting the classpath --> <path id="classpath"> |
From: <av...@us...> - 2003-06-16 07:33:56
|
Update of /cvsroot/queryviewer/queryviewer In directory sc8-pr-cvs1:/tmp/cvs-serv10908 Added Files: prj.el Log Message: fichier de configuration emacs (jdee) --- NEW FILE: prj.el --- (jde-project-file-version "1.0") (jde-set-variables ; '(jde-ant-enable-find t) '(jde-enable-abbrev-mode t) '(jde-global-classpath (quote ("/usr/lib/j2se/1.3/jre/lib/rt.jar" "./build"))) '(jde-run-working-directory "/home/arnaud/docs/queryviewer") '(jde-ant-read-target t) '(jde-jdk-doc-url "/usr/share/doc/j2sdk1.3-doc/1.3.1") '(jde-compiler (quote ("jikes" ""))) '(jde-ant-home "/usr/bin/ant") '(jde-build-function (quote (jde-ant-build))) '(jde-compile-option-deprecation t) '(jde-vm-path "/usr/bin/java") '(jde-import-auto-collapse-imports t) '(jde-sourcepath (quote ("./src"))) '(jde-run-executable "/usr/bin/java") '(jde-ant-buildfile "./build.xml") '(jde-run-application-class "net.sourceforge.queryviewer.Main") '(jde-import-auto-sort t) '(jde-compile-option-debug (quote ("none" (t nil nil)))) '(jde-import-sorted-groups (quote asc)) '(jde-run-applet-viewer "/usr/bin/appletviewer") '(jde-ant-working-directory "./")) |
From: <av...@us...> - 2003-06-15 12:30:55
|
Update of /cvsroot/queryviewer/queryviewer/src/html In directory sc8-pr-cvs1:/tmp/cvs-serv22742 Modified Files: index.html Log Message: ajout du menu documentation, déplacement du menu download, explication sur l'état du projet. Index: index.html =================================================================== RCS file: /cvsroot/queryviewer/queryviewer/src/html/index.html,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** index.html 3 Jun 2003 13:32:26 -0000 1.5 --- index.html 15 Jun 2003 12:30:52 -0000 1.6 *************** *** 12,27 **** <tr><td colspan="2" align="center"> <a href="http://sourceforge.net/news/?group_id=81148">News</a> - <a href="http://sourceforge.net/pm/?group_id=81148">Tasks</a> - <a href="http://sourceforge.net/tracker/?group_id=81148">Tracker</a> (submit bugs, support, patches, requests) - <a href="api/overview-summary.html">JavaDoc</a> - - <a href="http://sourceforge.net/project/showfiles.php?group_id=81148">Download</a> </td></tr></table> <p>QueryViewer is a visual (swing) javabean where you can type a query and view the result in a JTable.</p> ! <p>Sorry, this documentation project is in French at the moment...</p> <hr> ! <address><a href="mailto:av...@us...">Arnaud</a>.</address> Last modified: $Date$ <br/> --- 12,34 ---- <tr><td colspan="2" align="center"> <a href="http://sourceforge.net/news/?group_id=81148">News</a> + - <a href="http://sourceforge.net/project/showfiles.php?group_id=81148">Download</a> - <a href="http://sourceforge.net/pm/?group_id=81148">Tasks</a> - <a href="http://sourceforge.net/tracker/?group_id=81148">Tracker</a> (submit bugs, support, patches, requests) + - <a href="http://sourceforge.net/docman/?group_id=81148">Documentation</a> - <a href="api/overview-summary.html">JavaDoc</a> </td></tr></table> <p>QueryViewer is a visual (swing) javabean where you can type a query and view the result in a JTable.</p> ! <p>Most of the documentation is in French at the moment... but you can help and translate it ;)</p> ! ! <p><font style="color=red">The <a href="http://sourceforge.net/docman/?group_id=81148">documentation</a> is <b>not</b> synchronized ! with the <a href="api/overview-summary.html">javaDoc</a> nor the available version (0.1) for <a ! href="http://sourceforge.net/project/showfiles.php?group_id=81148">download</a>. I am working on the lesson and the analyse of the ! project, then I'll fit the sources (the view part of the project is to be done) and publish as soon as possible a new ! release.</font></p> <hr> ! <address><a href="mailto:av...@us...">Arnaud Vandyck</a>.</address> Last modified: $Date$ <br/> |
From: <av...@us...> - 2003-06-15 11:41:22
|
Update of /cvsroot/queryviewer/queryviewer/src/xdoc In directory sc8-pr-cvs1:/tmp/cvs-serv15782 Modified Files: queryvieweranalyse.xml Log Message: ajout des définitions des différents patterns Index: queryvieweranalyse.xml =================================================================== RCS file: /cvsroot/queryviewer/queryviewer/src/xdoc/queryvieweranalyse.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** queryvieweranalyse.xml 12 Jun 2003 14:21:37 -0000 1.3 --- queryvieweranalyse.xml 15 Jun 2003 11:41:19 -0000 1.4 *************** *** 424,428 **** <title>Observateur</title> ! <para>TODO (voir <xref endterm="dp99_title" linkend="dp99_title"/>, p 343)</para> </chapter> --- 424,431 ---- <title>Observateur</title> ! <para>Définit une interdépendance de type un à plusieurs, de façon telle que, quand un objet change d'état, tous ceux qui en ! dépendent en soient notifiés et automatiquement mis à jour<footnote> ! <para><xref endterm="dp99_title" linkend="dp99_title"/>, p. 343.</para> ! </footnote>.</para> </chapter> *************** *** 431,435 **** <title>Stratégie</title> ! <para>TODO (voir <xref endterm="dp99_title" linkend="dp99_title"/>, p 369)</para> </chapter> --- 434,441 ---- <title>Stratégie</title> ! <para>Définit une famille d'algorithmes, encapsule chacun d'entre eux, et les rend interchangeables. Le modèle Stratégie permet ! aux algorithmes d'évoluer indépendamment des clients qui les utilisent<footnote> ! <para><xref endterm="dp99_title" linkend="dp99_title"/>, p. 369.</para> ! </footnote>.</para> </chapter> *************** *** 438,442 **** <title>Fabrication</title> ! <para>TODO (voir <xref endterm="dp99_title" linkend="dp99_title"/>, p 125)</para> </chapter> --- 444,451 ---- <title>Fabrication</title> ! <para>Définit une interface pour la création d'un objet, mais en laissant à des sous-classes le choix des classes à instancier, ! la Fabrication permet à une classe de déléguer l'instanciation à des sous-classes<footnote> ! <para><xref endterm="dp99_title" linkend="dp99_title"/>, p. 125.</para> ! </footnote>.</para> </chapter> *************** *** 445,449 **** <title>Composite</title> ! <para>TODO (voir <xref endterm="dp99_title" linkend="dp99_title"/>, p 189)</para> </chapter> --- 454,461 ---- <title>Composite</title> ! <para>Compose des objets en des structures arborescentes pour représenter des hiérarchies composant/ composé. Il permet au ! client de traiter de la même et unique façon les objets individuels et les combinaisons de ceux-ci<footnote> ! <para><xref endterm="dp99_title" linkend="dp99_title"/>, p. 189.</para> ! </footnote>.</para> </chapter> |