[Ejtools-cvs] CVS: website/content/links index.xhtml,NONE,1.1 libraries.xml,NONE,1.1 related.xml,NON
Brought to you by:
letiemble
From: Laurent E. <let...@us...> - 2002-04-18 21:02:23
|
Update of /cvsroot/ejtools/website/content/links In directory usw-pr-cvs1:/tmp/cvs-serv6740/links Added Files: index.xhtml libraries.xml related.xml tools.xml Log Message: Initial Import --- NEW FILE: index.xhtml --- <?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> --- NEW FILE: libraries.xml --- <?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> --- NEW FILE: related.xml --- <?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> --- NEW FILE: tools.xml --- <?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> |