Thread: [Ejtools-cvs] CVS: website/content/links index.xhtml,1.1,1.2 libraries.xml,1.1,1.2 related.xml,1.1,1
Brought to you by:
letiemble
From: Laurent E. <let...@us...> - 2002-05-21 20:12:04
|
Update of /cvsroot/ejtools/website/content/links In directory usw-pr-cvs1:/tmp/cvs-serv29883/content/links Modified Files: index.xhtml libraries.xml related.xml tools.xml Log Message: Add libraries and tools Index: index.xhtml =================================================================== RCS file: /cvsroot/ejtools/website/content/links/index.xhtml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** index.xhtml 18 Apr 2002 21:01:39 -0000 1.1 --- index.xhtml 21 May 2002 20:12:01 -0000 1.2 *************** *** 1,35 **** <?xml version="1.0" encoding="UTF-8"?> <html> ! <head> ! <title>EJTools - Links</title> ! </head> ! ! <body> ! <h1>Links</h1> ! ! <p>Here are some links which are in one way or another related to the ! EJTools project. They are distributed into the following sections:</p> ! ! <dl> ! <dt> ! <a href="libraries.html">Libraries</a> ! </dt> ! ! <dd>Libraries used in EJTools</dd> ! ! <dt> ! <a href="related.html">Related</a> ! </dt> ! ! <dd>Some related projects to EJTools</dd> ! ! <dt> ! <a href="tools.html">Tools</a> ! </dt> ! ! <dd>Tools to make EJTools</dd> ! </dl> ! </body> </html> - - --- 1,24 ---- <?xml version="1.0" encoding="UTF-8"?> <html> ! <head> ! <title>EJTools - Links</title> ! </head> ! <body> ! <h1>Links</h1> ! <p>Here are some links which are in one way or another related to the EJTools project. They are distributed into the following sections :</p> ! <dl> ! <dt> ! <a href="libraries.html">Libraries</a> ! </dt> ! <dd>Libraries used in EJTools</dd> ! <dt> ! <a href="related.html">Related</a> ! </dt> ! <dd>Some related projects to EJTools</dd> ! <dt> ! <a href="tools.html">Tools</a> ! </dt> ! <dd>Tools to make EJTools</dd> ! </dl> ! </body> </html> Index: libraries.xml =================================================================== RCS file: /cvsroot/ejtools/website/content/links/libraries.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** libraries.xml 18 Apr 2002 21:01:39 -0000 1.1 --- libraries.xml 21 May 2002 20:12:01 -0000 1.2 *************** *** 1,64 **** <?xml version="1.0" encoding="UTF-8"?> <links title="EJTools - Libraries used"> ! <description>Libraries used</description> ! ! <link title="Apache Jakarta Ant" url="http://jakarta.apache.org/ant/">Apache ! Ant is a Java based build tool. In theory it is kind of like make without make's wrinkles.</link> ! ! <link title="Apache Jakarta Struts" url="http://jakarta.apache.org/struts/"> ! The goal of this project is to provide an open source framework for building ! Web applications that integrates with standard technologies like Java ! Servlets, JavaBeans, and JavaServer Pages (JSP).</link> ! ! <link title="Apache XML Batik" url="http://xml.apache.org/batik/">Batik is a ! Java(tm) technology based toolkit for applications that want to use images ! in the Scalable Vector Graphics (SVG) format for various purposes, such as ! viewing, generation or manipulation.</link> ! ! <link title="Apache XML Xalan" url="http://xml.apache.org/xalan-j/"> ! Xalan-Java is an XSLT processor for transforming XML documents into HTML, ! text, or other XML document types. It implements the W3C Recommendations for ! XSL Transformations (XSLT) and the XML Path Language (XPath). It can be used ! from the command line, in an applet or a servlet, or as a module in other ! program.</link> ! ! <link title="Apache XML Xerces" url="http://xml.apache.org/xerces-j/">The ! Xerces Java Parser 1.4.4 supports the XML 1.0 recommendation and contains ! advanced parser functionality, such as support for the W3C's XML Schema ! recommendation version 1.0, DOM Level 2 version 1.0, and SAX Version 2, in ! addition to supporting the industry-standard DOM Level 1 and SAX version 1 ! APIs.</link> ! ! <link title="DreamBean AWT" url="http://www.dreambean.com/">.</link> ! ! <link title="DreamBean CodeGen" url="http://www.dreambean.com/">.</link> ! ! <link title="DreamBean XMLBeans" url="http://www.dreambean.com/">.</link> ! ! <link title="Sun Java for Xml Processing (JAXP)" ! url="http://www.java.sun.com/jaxp/">.</link> ! ! <link title="Sun Java Management Extension (JMX)" ! url="http://www.java.sun.com/jmx/">.</link> ! ! <link title="Sun J2EE Management (currently JSR77)" ! url="http://java.sun.com/j2ee/tools/management/">The JavaTM Platform, ! Enterprise Edition (J2EETM) Management Specfication defines a management ! information model for the J2EE platform, the J2EE Management Model. The ! model is designed to be interoperable with many management systems and ! protocols. This specification includes standard mappings of the model to the ! Common Information Model (CIM), an SNMP Management Information Base (MIB), ! and to the Java object model through a server resident Enterprise ! JavaBeansTM (EJBTM) component, known as the J2EE Management EJB Component ! (MEJB). The MEJB provides interoperable remote access to the model from any ! standard J2EE application.</link> ! ! <link title="Sun J2EE Deployment (currently JSR88)" ! url="http://java.sun.com/j2ee/tools/deployment/">The JavaTM 2 Platform, ! Enterprise Edition (J2EETM) Deployment API Specification describes an open ! standard for deploying J2EE applications to a J2EE platform. This API allows ! any tool to deploy J2EE applications to any J2EE platform.</link> </links> - - --- 1,16 ---- <?xml version="1.0" encoding="UTF-8"?> <links title="EJTools - Libraries used"> ! <description>Libraries used</description> ! <link title="Apache Jakarta Ant" url="http://jakarta.apache.org/ant/">Apache Ant is a Java based build tool. In theory it is kind of like make without make's wrinkles.</link> ! <link title="Apache Jakarta Struts" url="http://jakarta.apache.org/struts/"> The goal of this project is to provide an open source framework for building Web applications that integrates with standard technologies like Java Servlets, JavaBeans, and JavaServer Pages (JSP).</link> ! <link title="Apache XML Batik" url="http://xml.apache.org/batik/">Batik is a Java(tm) technology based toolkit for applications that want to use images in the Scalable Vector Graphics (SVG) format for various purposes, such as viewing, generation or manipulation.</link> ! <link title="Apache XML Xalan" url="http://xml.apache.org/xalan-j/">Xalan-Java is an XSLT processor for transforming XML documents into HTML, text, or other XML document types. It implements the W3C Recommendations for XSL Transformations (XSLT) and the XML Path Language (XPath). It can be used from the command line, in an applet or a servlet, or as a module in other program.</link> ! <link title="Apache XML Xerces" url="http://xml.apache.org/xerces-j/">The Xerces Java Parser 1.4.4 supports the XML 1.0 recommendation and contains advanced parser functionality, such as support for the W3C's XML Schema recommendation version 1.0, DOM Level 2 version 1.0, and SAX Version 2, in addition to supporting the industry-standard DOM Level 1 and SAX version 1 APIs.</link> ! <link title="DreamBean AWT" url="http://www.dreambean.com/">Library heavily based on JavaBean API.</link> ! <link title="DreamBean CodeGen" url="http://www.dreambean.com/">Code generator, ancestor of the XDoclet.</link> ! <link title="DreamBean XMLBeans" url="http://www.dreambean.com/">Add-on for CodeGen to generate code from xml files.</link> ! <link title="Sun Java Management Extension (JMX)" url="http://www.java.sun.com/jmx/">JavaTM Management Extensions (JMX) represent a universal, open technology for management, and monitoring ready to be deployed across all industries, wherever management and/or monitoring is/are or will be needed. By design, this new standard is suitable for adapting legacy systems, implementing new management and monitoring solutions and plugging into those of the future.</link> ! <link title="Sun J2EE Management (currently JSR77)" url="http://java.sun.com/j2ee/tools/management/">The JavaTM Platform, Enterprise Edition (J2EETM) Management Specfication defines a management information model for the J2EE platform, the J2EE Management Model. The model is designed to be interoperable with many management systems and protocols. This specification includes standard mappings of the model to the Common Information Model (CIM), an SNMP Management Information Base (MIB), and to the Java object model through a server resident Enterprise JavaBeansTM (EJBTM) component, known as the J2EE Management EJB Component (MEJB). The MEJB provides interoperable remote access to the model from any standard J2EE application.</link> ! <link title="Sun J2EE Deployment (currently JSR88)" url="http://java.sun.com/j2ee/tools/deployment/">The JavaTM 2 Platform, Enterprise Edition (J2EETM) Deployment API Specification describes an open standard for deploying J2EE applications to a J2EE platform. This API allows any tool to deploy J2EE applications to any J2EE platform.</link> </links> Index: related.xml =================================================================== RCS file: /cvsroot/ejtools/website/content/links/related.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** related.xml 18 Apr 2002 21:01:39 -0000 1.1 --- related.xml 21 May 2002 20:12:01 -0000 1.2 *************** *** 1,16 **** <?xml version="1.0" encoding="UTF-8"?> <links title="EJTools - Related Projects"> ! <description>Related projects</description> ! ! <link title="JBoss" url="http://www.jboss.org/">The JBoss/Server is the ! leading Open Source, standards-compliant, J2EE based application server ! implemented in 100% Pure Java.</link> ! ! <link title="XWeb" url="http://xweb.sourceforge.net/">XWeb is a command line ! program that can be used to create HTML websites from XML and XHTML data. ! The basic processing part is done by an XSLT processor, XWeb itself handles ! the navigation information and adds some rendered images for buttons and ! banners. XWeb has been used to create this website.</link> </links> - - --- 1,6 ---- <?xml version="1.0" encoding="UTF-8"?> <links title="EJTools - Related Projects"> ! <description>Related projects</description> ! <link title="JBoss" url="http://www.jboss.org/">The JBoss/Server is the leading Open Source, standards-compliant, J2EE based application server implemented in 100% Pure Java.</link> ! <link title="XWeb" url="http://xweb.sourceforge.net/">XWeb is a command line program that can be used to create HTML websites from XML and XHTML data. The basic processing part is done by an XSLT processor, XWeb itself handles the navigation information and adds some rendered images for buttons and banners. XWeb has been used to create this website.</link> </links> Index: tools.xml =================================================================== RCS file: /cvsroot/ejtools/website/content/links/tools.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** tools.xml 18 Apr 2002 21:01:39 -0000 1.1 --- tools.xml 21 May 2002 20:12:01 -0000 1.2 *************** *** 1,29 **** <?xml version="1.0" encoding="UTF-8"?> <links title="EJTools - Tools used"> ! <description>Tools used</description> ! ! <link title="Sourceforge" url="http://sourceforge.net">Sourceforge offers us ! CVS, webspace, release system, trackers, mailing list and so on. And somehow ! they even manage to support all this (thanks to Jacob Moorman here).</link> ! ! <link title="JEdit" url="http://www.jedit.org">A very nice general text ! editor written in Java, GPLed. Thanks to a plugin and a scripting interface ! it seems to evolve to an Emacs a non-Guru can use. XML syntax highlighting ! and a treeview plugin is available, XML elements can be folded.</link> ! ! <link title="LinCVS" url="http://www.lincvs.org/">The CVS frontend for ! Linux. Helps avoiding a number of CVS problems.</link> ! ! <link title="WinCVS" url="http://www.wincvs.org/">The CVS frontend for ! Windows. Helps avoiding a number of CVS problems and unless you install ! Cygwin using the command line on Windows is no fun at all. Check out ! TortoiseCVS (follow links on page) if you want even more convenience.</link> ! ! <link title="WebDraw" url="http://www.jasc.com/webdraw.asp">SVG editor. Main ! interface is similar to typical GUI drawing tools, which is great to learn ! SVG. It also offers a sourcecode editor and its capability to switch easily ! from canvas to code and vice versa is very useful. Trial is available for ! evaluation.</link> </links> - - --- 1,10 ---- <?xml version="1.0" encoding="UTF-8"?> <links title="EJTools - Tools used"> ! <description>Tools used</description> ! <link title="Sourceforge" url="http://sourceforge.net">Sourceforge offers CVS, webspace, release system, trackers, mailing list and so on.</link> ! <link title="JEdit" url="http://www.jedit.org">A very nice general text editor written in Java, GPLed. Thanks to a plugin and a scripting interface it seems to evolve to an Emacs a non-Guru can use. XML syntax highlighting and a treeview plugin is available, XML elements can be folded.</link> ! <link title="Eclipse" url="http://www.eclipse.org">Eclipse is a kind of universal tool platform - an open extensible IDE for anything and nothing in particular.</link> ! <link title="LinCVS" url="http://www.lincvs.org/">The CVS frontend for Linux. Helps avoiding a number of CVS problems.</link> ! <link title="WinCVS" url="http://www.wincvs.org/">The CVS frontend for Windows. Helps avoiding a number of CVS problems and unless you install Cygwin using the command line on Windows is no fun at all. Check out TortoiseCVS (follow links on page) if you want even more convenience.</link> ! <link title="WebDraw" url="http://www.jasc.com/webdraw.asp">SVG editor. Main interface is similar to typical GUI drawing tools, which is great to learn SVG. It also offers a sourcecode editor and its capability to switch easily from canvas to code and vice versa is very useful. Trial is available for evaluation.</link> </links> |