Difference between revisions of "Development Notes"

From PeformIQ Upgrade
Jump to navigation Jump to search
(New page: =Development Support Tools= {| style="color:green;background-color:#ffffcc;" cellpadding="5" cellspacing="0" border="1" ! style="background-color:#33ff33;"|Name ! style="color:red;backg...)
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Development Support Tools=
=Development Support Tools=


Line 8: Line 6:
! style="background-color:#33ff33;"|Description
! style="background-color:#33ff33;"|Description
! style="background-color:#33ff33;"|License
! style="background-color:#33ff33;"|License
|-  
|-  
|Subversion
|Subversion
|[http://subversion.tigris.org http://subversion.tigris.org]
|http://subversion.tigris.org
|Source code controll system
|Source code controll system
|[http://www.apache.org/licenses/LICENSE-2.0.txt Apache]
|[http://www.apache.org/licenses/LICENSE-2.0.txt Apache]
|-
|-
|ANT or Maven
|ANT or Maven
 
|http://ant.apache.org/ or http://maven.apache.org/
|[http://ant.apache.org/ http://ant.apache.org/] or [http://maven.apache.org/ http://maven.apache.org/]</span>
|Application build tool
|Application build tool
|[http://www.apache.org/licenses/LICENSE-2.0.txt Apache]
|[http://www.apache.org/licenses/LICENSE-2.0.txt Apache]
|-
|-
|Subversion ANT Library
|Subversion ANT Library
 
|http://ant.apache.org/antlibs/svn/index.html
|[http://ant.apache.org/antlibs/svn/index.html http://ant.apache.org/antlibs/svn/index.html]
|ANT svn access
|ANT svn access
|[http://www.apache.org/licenses/LICENSE-2.0.txt Apache]
|[http://www.apache.org/licenses/LICENSE-2.0.txt Apache]
|-
|-
|Slide
|Slide
|[http://jakarta.apache.org/slide/download.html http://jakarta.apache.org/slide/download.html]
|[http://jakarta.apache.org/slide/download.html http://jakarta.apache.org/slide/download.html]
|Allows ANT to access WEBDAV resources
|Allows ANT to access WEBDAV resources
|[http://www.apache.org/licenses/LICENSE-2.0.txt Apache]
|[http://www.apache.org/licenses/LICENSE-2.0.txt Apache]
|-
|-
|XMLCanon
|XMLCanon
|[http://www.tibco.com/software/metadata/xmlcanon.jsp http://www.tibco.com/software/metadata/xmlcanon.jsp] [http://download.tibco.com http://download.tibco.com]</span>
|http://www.tibco.com/software/metadata/xmlcanon.jsp http://download.tibco.com
|
|[http://www.tibco.com Commercial]


|X
|[http://www.tibco.com Commercial]
|-
|-
|Hawk
|Hawk
|[http://www.tibco.com/software/systemmonitoring/hawk.jsp http://www.tibco.com/software/systemmonitoring/hawk.jsp] [http://download.tibco.com http://download.tibco.com]</span>
|http://www.tibco.com/software/systemmonitoring/hawk.jsp http://download.tibco.com
|
|[http://www.tibco.com Commercial]


|X
|[http://www.tibco.com Commercial]
|-
|-
|For Complex scripting. Python
|Python - for Complex scripting  
|[http://www.python.org http://www.python.org]
|http://www.python.org
|X
|
|


|X
|-
|-
|RSS/XML ???
|RSS/XML ???
|[http://blogs.law.harvard.edu/tech/rss http://blogs.law.harvard.edu/tech/rss]
|http://blogs.law.harvard.edu/tech/rss
|RSS Specification
|RSS Specification
|[http://creativecommons.org/licenses/by-sa/1.0/ Creative Commons]
|[http://creativecommons.org/licenses/by-sa/1.0/ Creative Commons]
Line 57: Line 57:
|-
|-
|XMLTask
|XMLTask
|[http://www.oopsconsultancy.com/software/xmltask/ http://www.oopsconsultancy.com/software/xmltask/]
|http://www.oopsconsultancy.com/software/xmltask/
|Powerful XML manipulation
|Powerful XML manipulation
|[http://www.apache.org/licenses/LICENSE-2.0.txt Apache]
|[http://www.apache.org/licenses/LICENSE-2.0.txt Apache]
Line 63: Line 63:
|-
|-
|CruiseControl
|CruiseControl
|[http://cruisecontrol.sourceforge.net/index.html http://cruisecontrol.sourceforge.net/index.html]
|http://cruisecontrol.sourceforge.net/index.html
|Continuous build tool
|Continuous build tool
|[http://cruisecontrol.sourceforge.net/license.html BSD]
|[http://cruisecontrol.sourceforge.net/license.html BSD]
|-
|-
|DBUnit
|DBUnit
|[http://www.dbunit.org/anttask.html http://www.dbunit.org/anttask.html]
|http://www.dbunit.org/anttask.html
|RDBMS &lt;-&gt; XML Conversion
|RDBMS &lt;-&gt; XML Conversion
|[http://www.dbunit.org/license.html GNU Lesser General Public License, Version 2.1]
|[http://www.dbunit.org/license.html GNU Lesser General Public License, Version 2.1]
Line 75: Line 75:
|-
|-
|Octopus
|Octopus
|[http://forge.objectweb.org/projects/octopus http://forge.objectweb.org/projects/octopus]
|http://forge.objectweb.org/projects/octopus
|ETL tool with ANT integration ( RDBMS &lt;-&gt; XML )
|ETL tool with ANT integration ( RDBMS &lt;-&gt; XML )
|[http://www.gnu.org/licenses/lgpl.html GNU LESSER GENERAL PUBLIC LICENSE 2.1]
|[http://www.gnu.org/licenses/lgpl.html GNU LESSER GENERAL PUBLIC LICENSE 2.1]

Latest revision as of 12:58, 17 March 2008

Development Support Tools

Name Homepage Description License
Subversion http://subversion.tigris.org Source code controll system Apache
ANT or Maven http://ant.apache.org/ or http://maven.apache.org/ Application build tool Apache
Subversion ANT Library http://ant.apache.org/antlibs/svn/index.html ANT svn access Apache
Slide http://jakarta.apache.org/slide/download.html Allows ANT to access WEBDAV resources Apache
XMLCanon http://www.tibco.com/software/metadata/xmlcanon.jsp http://download.tibco.com Commercial
Hawk http://www.tibco.com/software/systemmonitoring/hawk.jsp http://download.tibco.com Commercial
Python - for Complex scripting http://www.python.org
RSS/XML ??? http://blogs.law.harvard.edu/tech/rss RSS Specification Creative Commons
XMLTask http://www.oopsconsultancy.com/software/xmltask/ Powerful XML manipulation Apache
CruiseControl http://cruisecontrol.sourceforge.net/index.html Continuous build tool BSD
DBUnit http://www.dbunit.org/anttask.html RDBMS <-> XML Conversion GNU Lesser General Public License, Version 2.1
Octopus http://forge.objectweb.org/projects/octopus ETL tool with ANT integration ( RDBMS <-> XML ) GNU LESSER GENERAL PUBLIC LICENSE 2.1