Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.259.957 Times

Java Xpath freeware
Filter: All | Freeware | Demo
 

Java Xpath

1 2 3 4 5 > 
Added: January 14, 2010 | Visits: 818

Java::SJ::Config Java::SJ::Config is a Perl module that represents SJ Configuration File. It uses XML::XPath to parse configuration files and generates objects to represent the directives. Unless youre working on the module what you really want to know is what directives are allowed and their meaning. Youre...



Platforms: *nix

License: Freeware Size: 18.43 KB Download (89): Java::SJ::Config Download

Released: September 03, 2012  |  Added: September 03, 2012 | Visits: 439

Commons JXPath Commons JXPath is designed as a handy Java-based implementation of XPath. In addition to XML processing, JXPath can inspect / modify Java object graphs (the library's explicit purpose) and even mixed Java/XML structures.





Platforms: Windows

License: Freeware Download (56): Commons JXPath Download

Released: May 06, 2002  |  Added: July 18, 2006 | Visits: 6.214

EditLive! for Java EditLive! for Java is a cross platform, browser-based WYSIWYG content authoring tool which enables non-technical users to contribute content to web-based enterprise applications. It extends EditLive!'s content authoring capabilities to MAC OS X and Sun Solaris 8 users. EditLive! for Java can...


Platforms: Windows, Mac

License: Freeware Size: 11.44 MB Download (733): EditLive! for Java Download

Added: April 10, 2006 | Visits: 4.293

Apycom Java Menu Applets Apycom Java Menu Applets is a collection of highly configurable java applets that allows you to create cross-browser drop down menus, bars, and buttons for your Website. These applets provide feature-rich, fast-loading menu navigation systems to make it easy for your visitors to find their way...


Platforms: Windows

License: Freeware Size: 985 KB Download (272): Apycom Java Menu Applets Download

Released: February 05, 2003  |  Added: May 02, 2006 | Visits: 3.670

Holy Java Are you tired of writing java programs with MS notepad? This is a very small program that helps you working faster when programing with java, So Avoid Hassle and start using it Now.


Platforms: Windows

License: Freeware Size: 2.44 MB Download (699): Holy Java Download

Released: March 06, 2003  |  Added: July 04, 2006 | Visits: 4.355

ObjectDB for Java/JDO ObjectDB for Java/JDO a powerful yet compact Object Database (ODBMS) for Java, written entirely in Java, and compliant with the Java Data Objects (JDO) standard developed by Sun. ObjectDB for Java/JDO is designed to handle efficiently databases of various sizes, ranged from a few KBs to hundreds...


Platforms: OS/2, BeOS, Palm OS, Windows, Mac, *nix, Windows CE

License: Freeware Size: 1.17 MB Download (288): ObjectDB for Java/JDO Download

Added: April 26, 2006 | Visits: 3.147

Java]|[Builder Janex]|[Builder gives Java programmers the possibility to give their users their applications with EXE files. To achieve this, the Janex]|[Builder user has only to enter the proper command line into Janex]|[Builder, which starts the Java application. The command line will then be implanted into...


Platforms: Windows, Windows CE

License: Freeware Size: 195 KB Download (245): Java]|[Builder Download

Added: November 12, 2006 | Visits: 6.647

Free Java Applets 100% Free Java Applets ! Real Freeware These products are NOT Trialware or Evalware - but fully functioning versions which are Free for you to use however you wish, making them truly Freeware products. The Free Applet package includes the following:- Free Scrolling Text Free Tree Menu Free Java...


Platforms: OS/2, Windows, Mac, *nix

License: Freeware Size: 3 KB Download (767): Free Java Applets Download

Released: September 01, 2008  |  Added: October 05, 2008 | Visits: 2.862

PDFOne Java Free Gnostice PDFOne Java is a 100% Java library for developers to implement PDF based software solutions. PDFOne Java provides a rich set of APIs to create, manipulate and organize PDF documents, process PDF forms and perform other PDF document related tasks from within your Java applications. PDFOne...


Platforms: Windows

License: Freeware Size: 7.9 MB Download (361): PDFOne Java Free Download

Added: January 13, 2010 | Visits: 1.067

Java::JCR::Nodetype Java::JCR::Nodetype is a Perl module that can load the JCR node type class wrappers. SYNOPSIS use Java::JCR::Nodetype; This loads the Perl classes mapped to the javax.jcr.nodetype package. You might notice the odd letter case of this package differs from that of the node type class...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (97): Java::JCR::Nodetype Download

Added: February 11, 2010 | Visits: 964

Java::JCR::Exception Java::JCR::Exception is a Perl wrapper for repository exceptions. SYNOPSIS eval { my $node = $root->add_node(foo, nt:unstructured); }; if ($@) { print STDERR "Failed to add node foo: $@n"; } This class is used to make the exceptions thrown from the Java code work more nicely in Perl....


Platforms: *nix

License: Freeware Size: 48.13 KB Download (94): Java::JCR::Exception Download

Added: May 02, 2010 | Visits: 1.162

Java::JCR::Lock Java::JCR::Lock is a Perl module that can load JCR lock extension wrappers. SYNOPSIS use Java::JCR::Lock This loads the Perl classes mapped to the Java package named javax.jcr.lock. Installation: Installation can be a bit tricky because this library depends upon Inline::Java, which...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (329): Java::JCR::Lock Download

Added: November 16, 2010 | Visits: 1.027

Java::JCR::Workspace Java::JCR::Workspace is a Perl wrapper for javax.jcr.Workspace. This is an automatically generated package wrapping javax.jcr.Workspace with a nice Perlish API. For full documentation of what this class does, see the Java API documentation:...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (93): Java::JCR::Workspace Download

Added: January 11, 2010 | Visits: 3.550

Java::JCR::Lock::Lock Java::JCR::Lock::Lock is a Perl wrapper for javax.jcr.lock.Lock. This is an automatically generated package wrapping javax.jcr.lock.Lock with a nice Perlish API. For full documentation of what this class does, see the Java API documentation:...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (950): Java::JCR::Lock::Lock Download

Added: October 09, 2010 | Visits: 878

Java::JCR Java::JCR is a module to use JSR 170 (JCR) repositories from Perl. SYNOPSIS use Java::JCR; use Java::JCR::Jackrabbit; my $repository = Java::JCR::Jackrabbit->new; my $session = $repository->login( Java::JCR::SimpleCredentials->new(username, password) ); my $root =...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (88): Java::JCR Download

Added: May 27, 2010 | Visits: 1.290

Java GetOpt Library Java GetOpt library implements option parsing and a common online help behaviour, including an XML format for topics, command, and options (which can be queried with --help --xml) and support for online browsing with --help --browse. Whats New in This Release: � The getopt library can...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (96): Java GetOpt Library Download

Added: April 20, 2010 | Visits: 1.547

Java Preferences Tool Java Preferences Tool is a simple utility for Java developers and testers, in the spirit of Microsofts Registry Editor. Java Preferences Tool allows you to view, edit, compare, and search Java preferences. The program has traditional explorer-style interface, with tree view of current...


Platforms: *nix

License: Freeware Download (124): Java Preferences Tool Download

Added: September 04, 2010 | Visits: 2.386

Open Java Console Open Java Console is an extension which provides the ability to open the Java Console in Firefox. This extension provides an option on the Tools menu that opens the Java Console, and a toolbar button in the JavaScript Console that also allows the console to be opened. The extension also adds...


Platforms: *nix

License: Freeware Size: 29.7 KB Download (168): Open Java Console Download

Added: June 10, 2010 | Visits: 1.375

Useful Java Application Components UJAC provides a collection of JAVA components which may be useful in some projects. Each component is designed for easy use, easy integration into existing projects, extensibility and last but not least efficiency. Whats New in This Release: Chart Module: - Moved common types into the...


Platforms: *nix

License: Freeware Size: 4.1 MB Download (101): Useful Java Application Components Download

Added: June 08, 2010 | Visits: 1.466

Simple Logging Facade for Java 1.1.0 Simple Logging Facade for Java also know as SLF4J is intended to serve as a simple facade for various logging APIs, allowing to the end-user to plug in the desired implementation at deployment time. Logging API implementations can either choose to implement the the SLF4J interfaces directly,...


Platforms: *nix

License: Freeware Size: 215.04 KB Download (136): Simple Logging Facade for Java 1.1.0 Download

1 2 3 4 5 >