r909 - in lutinjaxx/trunk/jaxx-core/src/site: . fr/rst/examples fr/rst/examples/images resources
Author: tchemit Date: 2008-10-15 11:59:59 +0000 (Wed, 15 Oct 2008) New Revision: 909 Added: lutinjaxx/trunk/jaxx-core/src/site/fr/rst/examples/Calculator.jaxx.rst lutinjaxx/trunk/jaxx-core/src/site/fr/rst/examples/Counter.jaxx.rst lutinjaxx/trunk/jaxx-core/src/site/fr/rst/examples/images/ lutinjaxx/trunk/jaxx-core/src/site/fr/rst/examples/images/Calculator-screenshot.gif lutinjaxx/trunk/jaxx-core/src/site/fr/rst/examples/images/Components-screenshot.gif lutinjaxx/trunk/jaxx-core/src/site/fr/rst/examples/images/Counter-screenshot.gif lutinjaxx/trunk/jaxx-core/src/site/fr/rst/examples/images/LabelStyle-screenshot.gif lutinjaxx/trunk/jaxx-core/src/site/fr/rst/examples/images/webstart.gif lutinjaxx/trunk/jaxx-core/src/site/resources/ lutinjaxx/trunk/jaxx-core/src/site/resources/jaxx.png lutinjaxx/trunk/jaxx-core/src/site/site.xml Removed: lutinjaxx/trunk/jaxx-core/src/site/examples/ lutinjaxx/trunk/jaxx-core/src/site/fr/rst/examples/Calculator-screenshot.gif lutinjaxx/trunk/jaxx-core/src/site/fr/rst/examples/Components-screenshot.gif lutinjaxx/trunk/jaxx-core/src/site/fr/rst/examples/Counter-screenshot.gif lutinjaxx/trunk/jaxx-core/src/site/fr/rst/examples/LabelStyle-screenshot.gif Modified: lutinjaxx/trunk/jaxx-core/src/site/fr/rst/examples/Components.jaxx.rst lutinjaxx/trunk/jaxx-core/src/site/fr/rst/examples/LabelStyles.jaxx.rst Log: mise en place des examples Deleted: lutinjaxx/trunk/jaxx-core/src/site/fr/rst/examples/Calculator-screenshot.gif =================================================================== (Binary files differ) Copied: lutinjaxx/trunk/jaxx-core/src/site/fr/rst/examples/Calculator.jaxx.rst (from rev 902, lutinjaxx/trunk/jaxx-core/src/site/fr/rst/examples/Components.jaxx.rst) =================================================================== --- lutinjaxx/trunk/jaxx-core/src/site/fr/rst/examples/Calculator.jaxx.rst (rev 0) +++ lutinjaxx/trunk/jaxx-core/src/site/fr/rst/examples/Calculator.jaxx.rst 2008-10-15 11:59:59 UTC (rev 909) @@ -0,0 +1,30 @@ +=================== +Examples/Calculator +=================== + +This is an implementation of Challenge #2 from the `XUL Grand Coding Challenge 2004`_ . Because this example program +has been implemented in so many different languages, you can easily compare JAXX's +syntax against the competition and decide for yourself which you prefer. + +Screen shot +----------- + +.. image:: images/Calculator-screenshot.gif + +Set it in action +---------------- + +|webstart| + +To run this example in `Java Web Start`_, click the `following link`_. + +Source code +----------- + +.. _XUL Grand Coding Challenge 2004: http://xul.sourceforge.net/challenge.html + +.. _Java Web Start: http://java.sun.com/products/javawebstart/ + +.. |webstart| image:: images/webstart.gif + +.. _following link: http://buix.labs.libre-entreprise.org/lutinjaxx/maven-jaxx-plugin/examples/l... Property changes on: lutinjaxx/trunk/jaxx-core/src/site/fr/rst/examples/Calculator.jaxx.rst ___________________________________________________________________ Name: svn:mergeinfo + Deleted: lutinjaxx/trunk/jaxx-core/src/site/fr/rst/examples/Components-screenshot.gif =================================================================== (Binary files differ) Modified: lutinjaxx/trunk/jaxx-core/src/site/fr/rst/examples/Components.jaxx.rst =================================================================== --- lutinjaxx/trunk/jaxx-core/src/site/fr/rst/examples/Components.jaxx.rst 2008-10-14 13:25:31 UTC (rev 908) +++ lutinjaxx/trunk/jaxx-core/src/site/fr/rst/examples/Components.jaxx.rst 2008-10-15 11:59:59 UTC (rev 909) @@ -9,31 +9,25 @@ Screen shot ----------- -.. image:: Components-screenshot.gif +.. image:: images/Components-screenshot.gif Set it in action ---------------- -To run this example in Java Web Start, click the following link: webstart.gif +|webstart| -To compile and run it yourself, first follow the instructions for installing JAXX. Then download and save the source -code using the link below. Once you have done that, compile and run it as follows: +To run this example in `Java Web Start`_, click the `following link`_. -:: - c:\jaxx\examples\Components> jaxxc Components.jaxx - c:\jaxx\examples\Components> java -classpath .;c:\jaxx\lib\jaxx-runtime.jar Components - -The first command above assumes that you are in the directory containing the Components.jaxx file. Compiling it as -shown will produce a class file named Components.class in the current directory, and because you were in the same -directory as the JAXX file the resulting class will not be placed in a package (its fully-qualified name is -just Components). - -At this point Components is a perfectly ordinary Java class, and the only special requirement to run it is that -jaxx-runtime.jar be in the classpath. - Source code ----------- Unlike the other examples, the source code for Components is too big to display here. You can view it yourself by -downloading JAXX, and you can also view the source code for the individual demos by clicking the "Source" tabs. \ No newline at end of file +downloading JAXX, and you can also view the source code for the individual demos by clicking the "Source" tabs. + + +.. _Java Web Start: http://java.sun.com/products/javawebstart/ + +.. |webstart| image:: images/webstart.gif + +.. _following link: http://buix.labs.libre-entreprise.org/lutinjaxx/maven-jaxx-plugin/examples/l... Deleted: lutinjaxx/trunk/jaxx-core/src/site/fr/rst/examples/Counter-screenshot.gif =================================================================== (Binary files differ) Added: lutinjaxx/trunk/jaxx-core/src/site/fr/rst/examples/Counter.jaxx.rst =================================================================== --- lutinjaxx/trunk/jaxx-core/src/site/fr/rst/examples/Counter.jaxx.rst (rev 0) +++ lutinjaxx/trunk/jaxx-core/src/site/fr/rst/examples/Counter.jaxx.rst 2008-10-15 11:59:59 UTC (rev 909) @@ -0,0 +1,28 @@ +================ +Examples/Counter +================ + + +Screen shot +----------- + +.. image:: images/Counter-screenshot.gif + +Set it in action +---------------- + + +|webstart| + +To run this example in `Java Web Start`_, click the `following link`_. + + +Source code +----------- + + +.. _Java Web Start: http://java.sun.com/products/javawebstart/ + +.. |webstart| image:: images/webstart.gif + +.. _following link: http://buix.labs.libre-entreprise.org/lutinjaxx/maven-jaxx-plugin/examples/l... \ No newline at end of file Deleted: lutinjaxx/trunk/jaxx-core/src/site/fr/rst/examples/LabelStyle-screenshot.gif =================================================================== (Binary files differ) Modified: lutinjaxx/trunk/jaxx-core/src/site/fr/rst/examples/LabelStyles.jaxx.rst =================================================================== --- lutinjaxx/trunk/jaxx-core/src/site/fr/rst/examples/LabelStyles.jaxx.rst 2008-10-14 13:25:31 UTC (rev 908) +++ lutinjaxx/trunk/jaxx-core/src/site/fr/rst/examples/LabelStyles.jaxx.rst 2008-10-15 11:59:59 UTC (rev 909) @@ -8,30 +8,21 @@ Screen shot ----------- -.. image:: LabelStyle-screenshot.gif +.. image:: images/LabelStyle-screenshot.gif Set it in action ---------------- -To run this example in Java Web Start, click the following link: webstart.gif +|webstart| -To compile and run it yourself, first follow the instructions for installing JAXX. Then download and save the -source code using the link below. Once you have done that, compile and run it as follows: +To run this example in `Java Web Start`_, click the `following link`_. -:: - c:\jaxx\examples> jaxxc LabelStyle.jaxx - c:\jaxx\examples> java -classpath .;c:\jaxx\lib\jaxx-runtime.jar LabelStyle - -The first command above assumes that you are in the directory containing the LabelStyle.jaxx file. Compiling it as -shown will produce a class file named LabelStyle.class in the current directory, and because you were in the same -directory as the JAXX file the resulting class will not be placed in a package (its fully-qualified name is just LabelStyle). - -At this point LabelStyle is a perfectly ordinary Java class, and the only special requirement to run it is -that jaxx-runtime.jar be in the classpath. - - Source code ----------- +.. _Java Web Start: http://java.sun.com/products/javawebstart/ +.. |webstart| image:: images/webstart.gif + +.. _following link: http://buix.labs.libre-entreprise.org/lutinjaxx/maven-jaxx-plugin/examples/l... Copied: lutinjaxx/trunk/jaxx-core/src/site/fr/rst/examples/images/Calculator-screenshot.gif (from rev 902, lutinjaxx/trunk/jaxx-core/src/site/fr/rst/examples/Calculator-screenshot.gif) =================================================================== (Binary files differ) Property changes on: lutinjaxx/trunk/jaxx-core/src/site/fr/rst/examples/images/Calculator-screenshot.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Copied: lutinjaxx/trunk/jaxx-core/src/site/fr/rst/examples/images/Components-screenshot.gif (from rev 902, lutinjaxx/trunk/jaxx-core/src/site/fr/rst/examples/Components-screenshot.gif) =================================================================== (Binary files differ) Property changes on: lutinjaxx/trunk/jaxx-core/src/site/fr/rst/examples/images/Components-screenshot.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Copied: lutinjaxx/trunk/jaxx-core/src/site/fr/rst/examples/images/Counter-screenshot.gif (from rev 902, lutinjaxx/trunk/jaxx-core/src/site/fr/rst/examples/Counter-screenshot.gif) =================================================================== (Binary files differ) Property changes on: lutinjaxx/trunk/jaxx-core/src/site/fr/rst/examples/images/Counter-screenshot.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Copied: lutinjaxx/trunk/jaxx-core/src/site/fr/rst/examples/images/LabelStyle-screenshot.gif (from rev 902, lutinjaxx/trunk/jaxx-core/src/site/fr/rst/examples/LabelStyle-screenshot.gif) =================================================================== (Binary files differ) Property changes on: lutinjaxx/trunk/jaxx-core/src/site/fr/rst/examples/images/LabelStyle-screenshot.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: lutinjaxx/trunk/jaxx-core/src/site/fr/rst/examples/images/webstart.gif =================================================================== (Binary files differ) Property changes on: lutinjaxx/trunk/jaxx-core/src/site/fr/rst/examples/images/webstart.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Copied: lutinjaxx/trunk/jaxx-core/src/site/resources/jaxx.png (from rev 902, lutinjaxx/trunk/src/site/resources/jaxx.png) =================================================================== (Binary files differ) Property changes on: lutinjaxx/trunk/jaxx-core/src/site/resources/jaxx.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Name: svn:mergeinfo + Copied: lutinjaxx/trunk/jaxx-core/src/site/site.xml (from rev 903, lutinjaxx/trunk/src/site/site.xml) =================================================================== --- lutinjaxx/trunk/jaxx-core/src/site/site.xml (rev 0) +++ lutinjaxx/trunk/jaxx-core/src/site/site.xml 2008-10-15 11:59:59 UTC (rev 909) @@ -0,0 +1,45 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project name="${project.name}"> + + <bannerLeft> + <name>${project.name}</name> + <src>jaxx.png</src> + <href>index.html</href> + </bannerLeft> + + <poweredBy> + <logo href="http://maven.apache.org" name="Maven" img="images/logos/maven-feather.png"/> + <logo href="http://jrst.labs.libre-entreprise.org" name="JRst" img="images/jrst-logo.png"/> + <logo href="http://docutils.sourceforge.net/rst.html" name="ReStructuredText" + img="images/restructuredtext-logo.png"/> + </poweredBy> + + <body> + + <menu ref="parent"/> + + <menu name="Utilisateur"> + <item name="Accueil" href="index.html"/> + <item name="Exemples" href="exemples.html"> + <item name="Components" href="examples/Components.jaxx.html"/> + <item name="LabelStyles" href="examples/LabelStyles.jaxx.html"/> + <item name="Calculator" href="examples/Calculator.jaxx.html"/> + <item name="Counter" href="examples/Counter.jaxx.html"/> + </item> + </menu> + + <menu name="Téléchargement"> + <item href="${labs.builder.url}/org/codelutin/${project.artifactId}/${project.version}" + name="Télécharger la dernière version"/> + <item href="${labs.builder.url}/org/codelutin/${project.artifactId}" + name="Voir toutes les versions"/> + </menu> + + <menu name="Développeur"> + <item name="A faire" href="Todo.html"/> + </menu> + + <menu ref="reports"/> + + </body> +</project> Property changes on: lutinjaxx/trunk/jaxx-core/src/site/site.xml ___________________________________________________________________ Name: svn:mergeinfo +
participants (1)
-
tchemit@users.labs.libre-entreprise.org