Main > Free Download Search >

Free dtd software for mac

dtd

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 25
Logtalk 2.37.5

Logtalk 2.37.5


Logtalk brings you canvenience of using such an object-oriented logic programming language that can use most Prolog implementations as a back-end compiler. more>>

Logtalk 2.37.5 brings you canvenience of using such an object-oriented logic programming language that can use most Prolog implementations as a back-end compiler.

As a multi-paradigm language, Logtalk includes support for both prototypes and classes, protocols (interfaces), component-based programming through category-based composition, event-driven programming, and high-level multi-threading programming.

Major Features:

  1. Separation between interface and implementation: Predicate directives (declarations) can be contained inside protocols (interfaces), which can be implemented by any object.
  2. Parametric objects: Object identifiers can be compound terms containing free variables that can be used to parametrize object predicates. This allows us to interpret predicate clauses as providing instantiations of a parametric object identifier. I.e. through parametric object we can associate any number of methods with a compound term.
  3. Support for both class-based and prototype-based systems: You may have, in the same application, class-based hierarchies (with instantiation and specialization relations) and prototype-based hierarchies (with extension relations). Moreover, fundamental language features such as protocols (interfaces) and categories (components) can be used simultaneously by classes, instances, and prototypes.
  4. Support for multiple object hierarchies: No need to be constrained to a single, lengthy hierarchy rooted in some generic object.
  5. Private, protected, and public inheritance: Logtalk supports private, protected, and public inheritance in a way similar to C++. Moreover, any entity relation can be qualified using a scope keyword. E.g. an object can privately implement a protocol, thus making all protocol declared predicates private.
  6. Private, protected, and public object predicates: Set the scope of your object predicates to match your protocol design and let the runtime system enforce your choices.
  7. Static and dynamic objects: Objects can be either static or dynamic. Static objects are defined in source files which are compiled and loaded in the same way as Prolog files. Dynamic object can be either defined in source files or created at runtime.
  8. Static and dynamic object predicates: Any static object may contain both static and dynamic predicates.
  9. Logtalk syntax extends standard Prolog syntax: Logtalk uses standard Prolog syntax with the addition of a few operators and directives for a smooth learning curve. Prolog code can be easily encapsulated inside objects with little or no changes. Moreover, Logtalk can transparently interpret most Prolog modules as Logtalk objects for easy reusing of existing code (e.g. libraries).
  10. Event-driven programming: Predicates can be implicitly called when a spied event occurs, allowing programming solutions which minimize object coupling. In addition, events provide support for behavioral reflection and can be used to implement the concepts of pointcut and advice found on Aspect-Oriented Programming.
  11. Component-based programming: Predicates can be encapsulated inside categories, which can be virtually imported by any object, without any code duplication and irrespective of object hierarchies. Thus, objects may be defined through composition of categories, which act as fine-grained units of code reuse. Categories may also extend existing objects. Categories can be used to implement aspects and mixin-like behavior without resorting to inheritance.
  12. Multi-threading programming: High level multi-threading programming is available when running Logtalk with selected back-end Prolog compilers, allowing objects to support both synchronous and asynchronous messages. Independent and-parallelism and competitive or-parallelism are also supported. Easily take advantage of modern multi-processor and multi-core computers without bothering with the details of creating and destroying threads, implement thread communication, or synchronizing threads.
  13. Multi-inheritance support: Logtalk supports multi-inheritance of both protocol and implementation. An object may implement several protocols and extend, specialize, or instantiate several objects. Multi-inheritance conflicts are solved implicitly by the Logtalk lookup algorithms or explicitly by using predicate directives.
  14. Good performance: Logtalk code is compiled using the same technics that you use to write efficient Prolog code. In addition, Logtalk supports both static binding and dynamic binding (with method lookup caching), greatly improving performance. Benchmark results for some Prolog compilers are available here.
  15. Close integration with the ISO Prolog Standard: Logtalk is designed for smooth integration with any Prolog compiler that conforms or closely follows the ISO Prolog Standard.
  16. Compatible with most Prolog compilers: Logtalk interfaces with a specific back-end Prolog compiler via a minimal configuration file making it compatible with almost any modern compiler.
  17. Automatic generation of XML documentation files: Logtalk automatically generates a documentation file in XML format for every compiled object, protocol, or category. The system includes all the necessary XSL(T) files and scripts to convert documenting files to (X)HTML and PDF.
  18. Dynamic language: Logtalk is a dynamic language that allows hierarchies, objects, protocols, categories, and methods (predicates) to be freely created and modified at runtime. Other dynamic language features include support for meta-programming and both structural and behavioral reflection.

Enhancements:

  • Updated the Logtalk multi-threading features, replacing all calls to the call_cleanup/2 built-in predicate with calls to the more reliable setup_call_cleanup/3 built-in predicate. This change requires recent versions of SWI-Prolog, XSB, and YAP when writing multi-threading code.
  • Improved performance of the database built-in methods retractall/1 and retract/1 whenever their use requires updating the internal predicate definition lookup tables.
  • Corrected a bug in the Logtalk runtime when printing a compatibility warning regarding the back-end Prolog compiler version being used.
  • Corrected a bug in the implementation of the :/1 control construct when some but not all imported categories are compiled for static binding.
  • Corrected a event handling bug in the processing of meta-calls whose meta-arguments have the format Object:Closure.
  • Corrected a bug in the runtime error handler for top-level message sending calls where the reported exception term context argument would be unbound.
  • Corrected a bug in the compilation of multifile directives and multifile predicate clauses within objects and categories for the pseudo-object
  • "user". Corrected a bug in the compilation of multifile predicate clauses for other objects and categories.
  • Corrected a safety meta-predicate compilation bug when using static binding to optimize a call to a local meta-predicate made by a normal, public predicate.
  • Corrected a safety meta-predicate compilation bug when using a meta-predicate call in the body of a user-defined meta-predicate clause in order to change the number of extra arguments of a closure.
  • Added a monitor/1 predicate to the library event registry objects. Updated the definition of the monitors/1 and monitored/1 predicates in order to avoid using the non-standard predicate sort/2.
  • Added support for adding the Logtalk mime-type to systems supporting the freedesktop.org shared mime-info database.
  • Added support for adding the Logtalk mime-type and the file description for Logtalk source files to the Windows installer.
  • Updated the RPM spec file and build script to no longer require root access. The RPM package built from these files is no longer relocatable.
  • Updated the POSIX (un)install shell scripts to print the version number of the Logtalk release being (un)installed.
  • Updated the "lgt2pdf.sh" and "lgt2txt.sh" POSIX shell scripts in order to prevent accidental deletion of the "logtal.dtd" and "logtalk.xsd" files in the Logtalk installation directory. Thanks to Michael Igler for the bug report.
  • Added information about using the Sublime Text Windows text editor for editing Logtalk source files.
  • Added a set of Logtalk source code snippets and a set of compilation and documenting tools for the Gnome's Gedit text editor (see the file "wenv/gedit/NOTES.txt" for details).
  • Replaced GeSHi support with a new language file written from scratch. Added syntax coloring support for the module directive reexport/1 to all supported text editors and syntax highlighters.
  • Updated documentation in order to remove references to deprecated syntax for sequences of predicate indicators in predicate directives. Updated documentation on built-in meta-predicates to correctly described their semantics when used within categories.
  • Added a simple example, "multifile", illustrating how to use multifile predicates within Logtalk objects and categories.
  • Updated the "securemp" example in order to illustrate using a call to a meta-predicate to change the number of extra arguments of a closure.

Requirements:

  • Compatible Prolog compiler.
<<less
Download (704.4KB)
Added: 2009-10-28 License: Freeware Price: Notavailable
downloads
upCast RT 7.1.5

upCast RT 7.1.5


upCast RT is a powerful software which enables you to use Microsoft Word as an authoring application for XML documents. more>>

upCast RT 7.1.5 is a helpful tool which allows you to use Microsoft Word as an authoring application for XML documents. Take advantage of the widespread availability and familiar user interface of Word or any other RTF savvy office application for structured document authoring. upCast offers a cost-effective way to reuse existing tools for gaining all the benefits of a standardized markup language: XML.

Major Features:

  1. Import formats
    • RTF documents conforming to the RTF specification 1.8 (including style info)
    • Word binary documents (using WordLink; only when running on Windows platform with Word installed)
    • Any well-formed XML document (no style info)
  2. Processing features
    • Run Upcast Processing Language (UPL) code on documents
    • Transform documents using XSLT (XSLT 1: Xalan, XSLT 2: Saxon-B)
    • Integrate external tools via commandline call
    • Create complex, nested groupings using UPL and the Grouper module
    • Create markup based on regular expressions, even across element boundaries
    • Create markup based on style information
    • Validate against XML DTD, XML Schema and Relax NG
    • In-place transformations, attach custom data to any node
    • List detection heuristics, supporting nested lists
    • Create sub-processing pipelines
    • Perform detailed logging, handle processing errors
    • Sophisticated handling of embedded and referenced images
  3. Export formats
    • XML (upCast DTD)
    • XML (internal tree format)
    • RTF (Version 1.6)
    • CSS
  4. Interfaces
    • GUI based on Swing
    • Commandline
    • Java API

Enhancements:

  • RTF Exporter: fix CSS selector evaluation regression for attribute selectors introduced with version 7.1.4

Requirements:

  • Java 5 runtime environment or later
  • 512 MB of free RAM (recommended)
  • Environment compatible and running with Xerces 2.9 or later (Xerces 2.9.1 is delivered with upCast binary)

<<less
Download (23.2MB)
Added: 2009-09-16 License: update/patch Price: Notavailable
downloads
EditiX 2009.210709

EditiX 2009.210709


EditiX is a cross-platform powerful and easy to use XML editor designed to help web authors and application programmers take advantage of the latest XML and XML-related technologies such as more>>

EditiX 2009.210709 is created as a simple yet useful XML editor that was designed to help web authors and application programmers take advantage of the latest XML and XML-related technologies such as XSLT / FO and XSD Schema. EditiX provides users with an extensive range of XML functionality within a refined IDE that guides you with intelligent entry helpers.

EditiX has realtime XPath location and syntax error detection. Helpers are also provided with context syntax popup supporting DTD, Schema and RelaxNG. EditiX supports multiple templates and project management. User can apply XSLT or FO Transformation and show the result with a dedicated view. All the process can be managed by shortcuts. EditiX includes default templates with XML, DTD, XHTML, XSLT, XSD, XML RelaxNG, SVG, MathML and XML FO.

Major Features:

  1. Project
    • Relative paths (preference application/project/relativePath for disabling it).
    • Drag'n Drop starts slowly avoiding moving by error a project branch.
    • Delete key for removing a project element.
    • Filter by document type (menu Popup).
  2. XML Tree
    • Drag and drop of nodes takes into account auto-closed elements.
    • Ctrl key while dragging for duplicating the nodes.
    • Drag and drop from the tree to the editor for copying a node.
    • Popup on a node for displaying another attribute.
  3. Editor
    • Cursor location is restored after formatting.
    • Expression highlighting (parenthesis...).
  4. Interface
    • "Close all except the current one" action.
  5. XSD Editor
    • The attribute view is by default optional (delimiters in the border).
    • The group ref view is minimized.
    • New export image action ( png or jpg ) in the designer.
    • Delete key in the visual mode is managed.
  6. XSLT Editor
    • The document type (XSLT 1.0 or 2.0) is now displayed in the XSLT window.
  7. DocBook
    • HTML help output is managed.
    • DocBook properties are available.

Enhancements:

  • Bugs fixed
    • XML catalog management fixed.
    • Couldn't parse an XML document with both a DTD and a schema.
    • Color of the '=' character could not be changed.
    • Formatting with text trimming could remove line breaks.
    • Couldn't add element in the visual mode for extension fixed.
    • Error message when importing a project for opened items.
<<less
Download (22.6MB)
Added: 2009-07-18 License: update/patch Price: $60.00
13 downloads
XMLmind XML Editor 4.4.0

XMLmind XML Editor 4.4.0


Highly-extensible, multi-platform, validating XML editor featuring a word processor-like view more>> Highly-extensible, multi-platform, validating XML editor featuring a word processor-like view

XMLmind XML Editor is a highly-extensible, multi-platform, validating XML editor featuring a word processor-like view.
XMLmind XML Editor is a powerful tool available in two editions: Standard Edition and Professional Edition. Standard Edition is free of charge but has fewer features than Professional Edition.

Main features:
- Supports the DTD, W3C XML Schema, RELAX NG schemas, XML namespace, XSLT, XPath, XInclude, XML catalog standards.
- Editing commands are DTD/schema aware. This makes creating invalid documents almost impossible.
- Word processor-like views are configured using cascading style sheets (CSS2).
- When a CSS style sheet is not available for a document, a fully editable tree view is used instead of the word processor-like view.
- Multiple, synchronized, views can be used to edit the same document.
- Standard controls such as buttons, check boxes, combo boxes, text fields, etc, can be embedded in the word processor-like view. With this feature, XXE can be used to edit XML data, XML documents or a mix of both content types.
- Has an easy to use and yet extremely powerful integrated spreadsheet engine.
- Can transform the document being edited using a built-in XSLT engine and FO processor plug-ins.
- Supports many image formats (GIF, JPEG, PNG, SVG, TIFF, BMP, EPS, PDF, etc) through the use of image toolkit plug-ins.
- Can be used to edit documents stored on an FTP or WebDAV server.
- Ready-to-use support for XHTML (including HTML.4 tables and forms), DocBook (including CALS tables), Simplified DocBook, Slides.
- Localized to English, French, German and Czech. Spell checker with dictionaries for English, French, German and Spanish.
- Multi-platform: Windows, Linux, Mac OS X.
- Can be customized (menu, tool bar, keyboard shortcuts, macro-commands, etc) without any programming, using modular XML configuration files.
- Can be extended by writing custom commands and custom views in the JavaTM programming language.
- Configuration files and Jar files containing extension code can be centralized on an HTTP or FTP server.
- Can be deployed using JavaTM Web Start.

System requirements:
-
- At least 256Mb of memory and a 600MHz CPU.
- 60Mb of free disk space, 120Mb for a self-contained distribution which includes a Java 1.5 runtime.

Enhancements
- Suns ``next generation JavaTM plug-in can be used to run XMLmind XML Editor (Professional Edition only) as an applet.
- Integrated support for input methods (e.g. Japanese Romaji Input).
- Several other enhancements make XMLmind XML Editor (all editions) more comfortable to use.

<<less
Download (19.8MB)
Added: 2009-06-05 License: Freeware Price: FREE
190 downloads
Linguistic Tree Constructor 3.0.3

Linguistic Tree Constructor 3.0.3


An open source application for analyzing text in terms of syntax trees more>> An open source application for analyzing text in terms of syntax trees

Linguistic Tree Constructor (LTC) is a program for analyzing text in terms of syntax trees. That is, it assists in building a rigorous hierarchy of syntactic elements on top of the words in a given piece of text.
This is done by interacting with a tree-view of the text, gradually building the analysis. This can be done either bottom-up or top-down, or in a mix of both styles.
Linguistic Tree Constructor is a free tool for drawing linguistic syntactic trees, running on Mac OS X, Win32, and Linux platforms.

Enhancements
- Upgraded to Emdros 3.1.1.pre05.
- Upgraded to wxWidgets 2.8.10 on Win32.
- Upgraded to MUI2.nsh for ltc.nsi.in (NSIS installer script).
- Fixed missing trailing semicolon in Categories entry in SRC/linguistic-tree-constructor.desktop.
- COPYING now has DOS line endings.
- SRC/mainframe.cpp: ABOUT box now shows 2009, not 2008, as Copyright year.
- Added possibility of signing up for announcements mailinglist on Windows, via a special menu entry in the Start --> Programs --> LingTreeConstructor.
- Added Help menu items for seeting LTC website and subscribing to mailinglists (all platforms).Upgraded to Emdros 3.0.2.pre18, which gives a speed increase, especially for large files.
- Fixed bug #2455029: "Ampersand in filename results in empty tree"
- Fixed bug #2455039: "DTD does not parse" (due to # IMPLIED)

<<less
Download (17.9MB)
Added: 2009-05-05 License: GPL Price: FREE
185 downloads
TastesPotting Wigdet 1.0

TastesPotting Wigdet 1.0


Have the latest delights at tastespotting.com on your dashboard. more>> EditiX is a powerful and easy to use XML editor and XSLT debugger for Windows, Linux and Mac OS X designed to help web authors and application programmers take advantage of the latest XML and XML-related technologies such as XSLT / FO, DocBook and XSD Schema. EditiX provides users with an extensive range of XML functionality within a refined IDE that guides you with intelligent entry helpers. EditiX has realtime XPath location and syntax error detection. Helpers are also provided with context syntax popup supporting DTD, Schema and RelaxNG. EditiX supports multiple templates and project management. User can apply XSLT or FO Transformation and show the result with a dedicated view. All the process can be managed by shortcuts. Working locally is managed with OASIS XML Catalogs. EditiX includes default templates with XML, DTD, XHTML, XSLT, XSD, XML RelaxNG, SVG, MathML and XML FO.<<less
Download (203KB)
Added: 2008-11-02 License: Freeware Price: FREE
192 downloads
Cocoatron 1.0

Cocoatron 1.0


A suite of Automator Actions that brings drag-and-drop simplicity to creating and automating complex XML Processing Pipelines more>> A suite of Automator Actions that brings drag-and-drop simplicity to creating and automating complex XML Processing Pipelines

Inspired by XProc and SXPipe, Cocoatron is a simple way to create XML pipelines visually -- without writing a line of custom glue code in Java, C++ or other languages.
Conceptually, Cocoatron is a combination of XProc and Apples Automator application. XProc is the W3Cs spec for high-level descriptions of XML processing pipelines. Automator is Apples graphical application for creating scripting pipelines with drag-and-drop simplicity.
Implemented using the powerful libxml2 framework, Cocoatron includes support for XInclude, EXSLT, XSLT 1.0, XQuery, and validation against W3C XML Schema, DTD, and RELAX NG XML syntax.
Cocoatron is written in Objective-C and C, and is based on:
- libxml
- libxslt
- libexslt
- Apples Cocoa Frameworks
- Apples NSXML Framework
Installation: To install, download Cocoatron and unzip. Then drag the Cocoatron .action and .definition files to ~/Library/Automator. You may need to create this folder.

<<less
Download (221KB)
Added: 2008-10-24 License: Freeware Price: FREE
191 downloads
FoxReplace 0.8.0

FoxReplace 0.8.0


Firefox add-on that allows you to replace text in web pages. more>> Firefox add-on that allows you to replace text in web pages.

FoxReplace lets you replace text in web pages. You can define a substitution list and apply it automatically or at your own discretion, or make individual substitutions.
FoxReplace allows you to replace text fragments in a page by other text fragments. The system is based in SUBSTITUTIONS: a substitution consists in a text which has to be replaced (identified as "Replace") and a text by which the first has to be replaced (identified as "With").
All substitutions are always applied over the WHOLE content of a page (you cant do partial substitutions at the moment). Substitutions can be case-sensitive or insensitive. FoxReplace extension that supports regular expressions as well.

System requirements:
-

Enhancements:
- Whole words option integrated in the XBL input textbox.
- Per-site substitution: now you can define a list of substitution groups, where every group has an URL list and a substitution list; the substitutions are applied only if the URL of the current page matches one of the URLs in the list or if the list is empty.
- Substitution list stored in XML.
- Updated help.
- Some skin changes.
- Removed special skin for macfoxIIgraphite because its not compatible with Firefox 3.
- New prototypes for FxRSubstitution and FxRSubstitutionGroup.
String changes:
- bindings.dtd: new: wholeWords.
- foxreplace.dtd: removed: replaceBarWholeWords.label, replaceBarWholeWords.accesskey.
- help.dtd: several new, modified and removed strings.
- options.dtd: lots of changes.
- substitutiongroupeditor.dtd: all new.
- foxreplace.properties: new: text, wholewords, regexp, noSubstitutionsTitle, noSubstitutionsDescription, xmlErrorTitle, xmlErrorText, xmlGroupErrorText.

<<less
Download (64KB)
Added: 2008-10-06 License: GPL Price: FREE
382 downloads
Luau 0.1.9

Luau 0.1.9


Automatically update programs and libraries more>> Automatically update programs and libraries

Luau provides basic autoupdate functionality to software projects, allowing not only software updates to propagate quickly through ones user base but also messages and configuration updates.
NOTE: Luau is licensed and distributed under the terms of the GNU General Public License (GPL) and GNU Library or Lesser General Public License (LGPL).

Enhancements:
- Full support for luau-repository interface version 1.2 (see DTD)
- Several fixed double-free bugs and memory leaks
- New methods for the internally used GContainer object
- Converted some unimportant error messages to debugging messages
- Several minor bugs fixed

<<less
Download (1MB)
Added: 2008-10-03 License: GPL Price: FREE
386 downloads
jsXe 0.5 Pre-release 3

jsXe 0.5 Pre-release 3


Java simple XML editor for your Mac more>> Java simple XML editor for your Mac

jsXe is a fast, intuitive, scalable, platform-independent XML editor. jsXe aims to provide end users and developers with an intuitive way of creating XML documents that is simple enough to deal with any XML document but flexible to allow the addition of support for XML document formats through the use of plugins.
Main features:
General
- Written in Java, so it runs on Mac OS X, Unix, OS/2, Windows, and VMS.
- XML documents are edited using views. jsXe allows for multiple views.
- Syntax highlighted source view (version 0.4 beta)
- Plugin interface that allows the addition of views without re-compiling
- Relatively good serialization of XML documents. Supports the option of formatting serialized XML documents or not formatting. Supports preserving whitespace in text.
- Allows opening and editing of multiple XML documents in one open window.
- Incremental parsing. Parsing the document and validation will be done automatically without having to continuously hit a validate/parse button.
- Support for validation of an XML document using DTDs and other forms of Schema.
- DTD/Schema introspection. Information in the DTD/Schema is used to allow users to add and edit nodes based on defined within the DTD/Schema.
- Internationalization. jsXe has support to easily create translations of menus and messages into your native language.
- Built-in completion support for XML Schema, XHTML, XSLT, and XSL:FO
Tree View
- Adding, deleting, and editing of Nodes in an XML document using context menus.
- Adding, deleting, and editing of attributes of an element node.
- Drag and Drop of XML nodes within the Tree view and to text editors.
Source View
- Text editing of the full XML source of any XML document
- Cut, copy, and paste and other limited features.

<<less
Download (5.2MB)
Added: 2008-08-22 License: GPL Price: FREE
193 downloads
XMLStarlet 1.0.1

XMLStarlet 1.0.1


XMLStarlet - Set of command line utilitieswhich can be used to transform, query, validate, and edit XML documents and files more>> XMLStarlet - Set of command line utilitieswhich can be used to transform, query, validate, and edit XML documents and files

XMLStarlet is a set of command line utilities (tools) which can be used to transform, query, validate, and edit XML documents and files using simple set of shell commands in similar way it is done for plain text files using UNIX grep, sed, awk, diff, patch, join, etc commands.
The XMLStarlet set of command line utilities can be used by those who have to deal with many XML documents on a UNIX shell command prompt as well as for automated XML processing with shell scripts.
Main features:
- Check or validate XML files (simple well-formedness check, DTD, XSD, RelaxNG)
- Calculate values of XPath expressions on XML files (such as running sums, etc)
- Search XML files for matches to given XPath expressions
- Apply XSLT stylesheets to XML documents (including EXSLT support, and passing parameters to stylesheets)
- Query XML documents (ex. query for value of some elements of attributes, sorting, etc)
- Modify or edit XML documents (ex. delete some elements)
- Format or "beautify" XML documents (as changing indentation, etc)
- Fetch XML documents using http:// or ftp:// URLs
- Browse tree structure of XML documents (in similar way to ls command for directories)
- Include one XML document into another using XInclude
- XML c14n canonicalization
- Escape/unescape special XML characters in input text
- Print directory as XML document
- Convert XML into PYX format (based on ESIS - ISO 8879), and vice versa
System requirements:
- libxml2
- libxslt
NOTE: XMLStartlet is licensed and distributed under the terms of the MIT license.

<<less
Download (313KB)
Added: 2008-07-13 License: Freeware Price: FREE
195 downloads
EasyEclipse for PHP 1.2.2

EasyEclipse for PHP 1.2.2


EasyEclipse for PHP - For PHP development with a database more>>
For PHP development with a database.
EasyEclipse for PHP contains the tools needed to start developing PHP code: the PHPEclipse IDE, some database tools, as well as Subclipse providing connectivity to Subversion.
This distribution includes the following plugins:
Core components:
- Eclipse Platform 3.2.1 - Shared platform services from Eclipse.
- Eclipse Tools 3.2.1 - Common libraries for various Eclipse projects.
- Java for Windows 1.5.0.09 - Run Java application on Sun Java(tm) runtime, packaged for Eclipse use. (Windows only)
- Java for Linux 1.5.0.09 - Run Java application on Sun Java(tm) runtime, packaged for Eclipse use. (Linux only)
Tools for general Java development:
- Eclipse Java Development Tools 3.2.1 - Edit, compile, run, debug, test, refactor, document and deploy Java applications.
Some essential utilities:
- AnyEdit Tools 1.5.6.2 - Useful right-click menus in editors: "Open file under cursor", "Open type under cursor", et cetera.
- Eclipse Utils Plugins 1.0.0.1 - Save the cursor position of editors when closing and re-opening a file. Access common team actions with explorer buttons.
- Color Editor 1.2.4 - Edit with syntax highlighting over 100+ file formats.
IDE for PHP development:
- PHP Eclipse 1.1.9.CVS-20060920 - Edit, run, test, debug and deploy PHP applications.
- Simple test for PHP 0.1.9.1 - Test your PHP code with the SimpleTest PHP unit test framework, and experimental support for PHPUnit2.
Tools for web development:
- Eclipse Web tools editors 1.5.2 - Edit and validate XML, XSL, XML Schemas, DTD, HTML, JavaScript and CSS files. Test and validate web services.
- Eclipse HTML Tidy 1.2.2.patch-01-1 - Format and validate HTML, XHTML and XML documents within your favorite editor.
- Amateras HTML and XML editor 2.0.2 - Edit HTML, JSP, XML and CSS files.
Database management tool:
- QuantumDB 3.0.3 - Access, manage and query SQL relational database and servers access using standard JDBC drivers.
Version Control tools (note that CVS support is included in the Eclipse Platform):
- Subclipse 1.1.8 - Access and manage Subversion repositories within the Eclipse enviroment.
Enhancements:
- Upgraded to new version: Upgraded to Eclipse 3.2.2 and PHPEclipse.
- Modified plugins:
- Eclipse Platform (upgraded)
- Java for Linux (upgraded)
- Eclipse Java Development Tools (upgraded)
- Eclipse Tools (upgraded)
- AnyEdit Tools (upgraded)
- Color Editor (upgraded)
- Eclipse Web tools editors (upgraded)
- Amateras HTML and XML editor (upgraded)
- QuantumDB (upgraded, upgraded)
- Subclipse (upgraded)
<<less
Download (139MB)
Added: 2007-07-10 License: Freeware Price:
848 downloads
EasyEclipse for LAMP 1.2.2

EasyEclipse for LAMP 1.2.2


This distribution contains all the plugins needed to develop in PHP, Python, Perl, Ruby and Ruby On Rail more>>
For PHP, Python, Perl, and Ruby development with a web server and a database.
This distribution contains all the plugins needed to develop in PHP, Python, Perl, Ruby and Ruby On Rail. You may need to disable some plugins based on your needs.
WARNING: The PyDev plugin will not work if there are spaces in the installation path. The best solution is simply to rename your Eclipse installation:
- On MacOSX, rename the EasyEclipse application to remove spaces. For example, change Eclipse for Python to Eclipse-for-Python.
This distribution includes the following plugins:
Core components:
- Eclipse Platform 3.2.1 - Shared platform services from Eclipse.
- Eclipse Tools 3.2.1 - Common libraries for various Eclipse projects.
- Java for Windows 1.5.0.09 - Run Java application on Sun Java(tm) runtime, packaged for Eclipse use. (Windows only)
- Java for Linux 1.5.0.09 - Run Java application on Sun Java(tm) runtime, packaged for Eclipse use. (Linux only)
Tools for general Java development:
- Eclipse Java Development Tools 3.2.1 - Edit, compile, run, debug, test, refactor, document and deploy Java applications.
Some essential utilities:
- AnyEdit Tools 1.5.6.2 - Useful right-click menus in editors: "Open file under cursor", "Open type under cursor", et cetera.
- Eclipse Utils Plugins 1.0.0.1 - Save the cursor position of editors when closing and re-opening a file. Access common team actions with explorer buttons.
- Color Editor 1.2.4 - Edit with syntax highlighting over 100+ file formats.
Tools for web development:
- Eclipse Web tools editors 1.5.2 - Edit and validate XML, XSL, XML Schemas, DTD, HTML, JavaScript and CSS files. Test and validate web services.
- Eclipse HTML Tidy 1.2.2.patch-01-1 - Format and validate HTML, XHTML and XML documents within your favorite editor.
- Amateras HTML and XML editor 2.0.2 - Edit HTML, JSP, XML and CSS files.
Database management tool:
- QuantumDB 3.0.3 - Access, manage and query SQL relational database and servers access using standard JDBC drivers.
IDE for PHP development:
- PHP Eclipse 1.1.9.CVS-20060920 - Edit, run, test, debug and deploy PHP applications.
- Simple test for PHP 0.1.9.1 - Test your PHP code with the SimpleTest PHP unit test framework, and experimental support for PHPUnit2.
IDE for Python development:
- PyDev 1.2.4 - Edit, run, debug and refactor Python and Jython applications.
IDEs for Ruby and Ruby on Rails:
- Ruby Development Tools 0.8.1 - Edit, test, run and debug Ruby applications.
- RadRails 0.7.1.patch-01 - Create, test and deploy Ruby on Rails applications.
Miscellaneous:
- Eclipse Perl Integration (EPIC) 0.5.16 - Edit, run, debug Perl scripts and applications. Test and evaluate regular expressions.
Enhancements:
- Upgraded to new version: Upgraded to Eclipse 3.3.0.
- Modified plugins:
- Eclipse Platform (upgraded)
- Java for Windows (upgraded)
- Eclipse Java Development Tools (upgraded)
- Eclipse Tools (upgraded)
- Eclipse Web tools editors (upgraded)
- Subclipse (upgraded)
<<less
Download (156MB)
Added: 2007-07-10 License: Freeware Price:
837 downloads
EasyEclipse Server Java 1.2.2

EasyEclipse Server Java 1.2.2


EasyEclipse Server Java - development of server-side Java applications, such as JavaServer Pages, EJBs and Web Services more>>
EasyEclipse Server Java is made for development of server-side Java applications, such as JavaServer Pages, EJBs and Web Services.


EasyEclipse Server Edition contains lots of plugins to manage different application servers (Tomcat, JBoss, WebLogic), develop on some server-side frameworks (Struts, Java Server Faces), and manipulate common file types on servers (HTML, XML, JSPs).

This distribution includes the following plugins:

Core components with a JDK:

* Eclipse Platform 3.2.1 - Shared platform services from Eclipse.
* Eclipse Tools 3.2.1 - Common libraries for various Eclipse projects.
* Java JDK for Windows 1.5.0.09 - Run Java application on Sun Java(tm) runtime, packaged for Eclipse use. (Windows only)
* Java JDK for Linux 1.5.0.09 - Run Java application on Sun Java(tm) runtime, packaged for Eclipse use. (Linux only)

Tools for general Java development:

* Eclipse Java Development Tools 3.2.1 - Edit, compile, run, debug, test, refactor, document and deploy Java applications.

Some essential utilities:

* AnyEdit Tools 1.5.6.2 - Useful right-click menus in editors: "Open file under cursor", "Open type under cursor", et cetera.
* Eclipse Utils Plugins 1.0.0.1 - Save the cursor position of editors when closing and re-opening a file. Access common team actions with explorer buttons.
* Color Editor 1.2.4 - Edit with syntax highlighting over 100+ file formats.

Tools for development of server-side applications in Java:

* Sysdeo Tomcat Launcher 3.2.0.beta - Start, stop, and manage Tomcat and WAR files without leaving Eclipse.
* JBoss IDE with AOP and EJB3 2.0.0.Beta2 - Develop, deploy, test and debug JBoss-based applications, with support of Enterprise Java Beans 3.0 and Aspect-Oriented Programming.
* Hibernate Tools 3.2.0.beta8 - Edit Hibernate mappings, execute HQL queries and develop applications with Hibernate, a Java persistence and object-relational mapping framework.
* Weblogic Server Plugin for Eclipse 2.0.0.RC3-1 - Start, stop and manage a WebLogic server. Run and debug applications on a Weblogic server.
* Spring IDE 1.3.6 - Develop, manage and deploy Spring Framework based applications.
* Eclipse J2EE tools 1.5.2 - Create and deploy J2EE based applications, including Servlets, JSP and EJB.
* Eclipse Database tools 1.5.2 - Access, manage and query SQL relational databases and servers.
* Amateras IDE 2.0.2 - Edit HTML, XML and JSP. Manage Struts and Java Server Faces configuration files visually.

Tools for web development:

* Eclipse Web tools editors 1.5.2 - Edit and validate XML, XSL, XML Schemas, DTD, HTML, JavaScript and CSS files. Test and validate web services.
* Eclipse HTML Tidy 1.2.2.patch-01-1 - Format and validate HTML, XHTML and XML documents within your favorite editor.
* Amateras HTML and XML editor 2.0.2 - Edit HTML, JSP, XML and CSS files.

Database management tool:

* QuantumDB 3.0.3 - Access, manage and query SQL relational database and servers access using standard JDBC drivers.

Version Control tools (note that CVS support is included in the Eclipse Platform):

* Subclipse 1.1.8 - Access and manage Subversion repositories within Eclipse.
<<less
Download (199MB)
Added: 2007-07-10 License: GPL Price:
516 downloads
XMLSpear 2.3.0

XMLSpear 2.3.0


XMLSpear - Java XML Editor more>>
XMLSpear a powerful graphical tree editor, targeted to check, and correct XML files in a simple way.
You can assign a schema or DTD to validate the xml. For correcting not-wellformed xml a simple source editor is available.
Main features:
- Full schema validation using DOM3 in Xerces 2.8.0
- Tree editor for inserting and deleting nodes
- real-time validation while editing table and element view
- GUI components reflecting the xml schema
- Visual and textual feedback for errors
- Support for multi-document view
- Generation of complete xml documents from schema
- Opening and correction of not-well formed XML
- Plug-In interface for extending functionality
- Flexible encoding (character set) support
- Project viewer
- Integrated text and HTML plugin.
Enhancements:
Solved bugs:
- Incorrect display and behavior of default button in dialogs
- Double-clicking folders in the file tree to expand the tree, incidentally triggered an action to open a file.
- After deleting all file trees, a newly add tree only showed up after opening a source or restarting XMLSpear
- The filetree tab, which displays the top directory name, was not updated after a folder was selected as the new root.
- Small problems with the item names in the filetree popup menu in java 1.6
- Incorrect positions in the find-replace (especially concerning Windows users after a saving a document.
- Redundant extra line number in text editor
- Several XML formatting issues in the source view.
- Loss of linefeeds after editing text in tree tabel
- Incorrect behavior regarding to mixed elements with multiple text nodes
- Prefix initially not filled in dialog for inserting elements or attributes
New functionality:
- Move up possibility in file tree
- If you select a .xsd file in the tree, there will be a new option in the popupmenu to generate a XML instance from the selected schema
- A totally new find-replace dialog with the possibility to mark text.
- A find function for the tree table
- Improved support for mixed elements. You can switch to an advanced mode, where the textnodes will displayed in the tree.
- If a text has linefeeds or tabs you are not allowed editing the text in the table cell. This will be indicated by a special button which brings up a text editor.
- In edit mode, you will have a button in each cell to switch to a full functional tekst editor.
- If a value is part of an enumeration, it will be showed in the table. In previous versions the combobox was only showed in editMode.
- Xpath display of each selected element in the tree table view
- Insert and editing of CDATA and text nodes in the tree table view
- Improved schema support for enumerations and fixed values
- Unformat option in the XML source view
Updates:
- Alphabetical listing of elements in dialogs
- Collapse and Expand actions are now local to the selected node, instead of to the complete tree
- The warning message for large XML files is removed. If a XML file is displayed in the treetable, it will no longer be fully expanded. This will save a lot of load time. It is not a good idea to fully expand such a tree from the rootlevel. This will be slow or may cause an out-of-memory exception.
<<less
Download (4.8MB)
Added: 2007-04-16 License: Freeware Price:
1052 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2