The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:java"

Java - Perl extension for accessing a JVM remotely or locally River stage one • 1 direct dependent • 1 total dependent

This module allows you to talk to a JVM on a local or remote machine. You can create objects, call functions, access fields, deal with arrays, get events & all the nonsense you can do in Java - from Perl!...

METZZO/Java-4.7 - 25 Feb 2004 17:14:31 UTC

Java::SJ - Highly configurable Java program startup system River stage zero No dependents

This module allows you to very easily run Java services that rely on complex configuration at the VM and library level. It also provides an easy way of specifying a sensible 'default' configuration that can be overridden by specific applications shou...

WIGGLY/Java-SJ-0.01 - 20 Jul 2003 18:55:20 UTC

Java::Doc - Extract documentation from Java source code River stage zero No dependents

The following sections describe the methods in each functional area of this module. For an alphabetic listing of all methods by name see Index....

PRBRENAN/Java-Doc-20171014 - 19 Oct 2017 02:03:01 UTC

Java::JCR - Use JSR 170 (JCR) repositories from Perl River stage one • 1 direct dependent • 1 total dependent

The JSR 170 specification describes a Java-based API for access hierarchical databases. This is generally referred to by the abbreviation JCR, which is an abbreviation for Content Repository API for Java Technology Specification. The biggest OSS impl...

HANENKAMP/Java-JCR-0.08 - 17 Mar 2007 22:17:11 UTC

Java::Javap - Java to Perl 6 API translator River stage zero No dependents

See "java2perl6api" for instructions and advice on use of this module. This particular module is only a place holder for the version number of this project (see below)....

TIMB/Java-2Perl6API-0.11 - 05 Sep 2010 22:25:47 UTC

Java::Build - a family of modules which you can use instead of Ant River stage zero No dependents

With the modules in this distribution, you can aviod Ant. This gives you the following benefits: * Variables instead of properties. * Flow of control structures. * The ability to write functions. * Cleaner build files (you don't have to code in XML) ...

PHILCROW/Java-Build-0.05 - 06 Oct 2003 17:51:14 UTC

Java::Import - Use Java classes in Perl River stage zero No dependents

The purpose of this module is to provide a simple method for using Java classes from a Perl program while using the latest in Open Source Java Technology. Thus, this module makes great use of the GNU Compiler Tools for Java in it's implimentation....

RUSEKD/Java-Import-0.03 - 26 Jan 2006 05:33:20 UTC

Java::Release - Parse Java release archive. River stage zero No dependents

SKIM/Java-Release-0.06 - 30 May 2021 09:16:26 UTC

Java::Makefile - Script to generate Makefile for building Java projects into a single standalone jar River stage zero No dependents

Basic Example generate_makefile.pl #!/usr/bin/perl -w use Java::Makefile; my $jm = Java::Makefile->new( config_file => 'makefile_specs.xml' ); $jm->write_makefile(); makefile_spec.xml <xml> <output_jar>test_project.jar</output_jar> <source_folder>tes...

CODECHILD/Java-Makefile-1.00 - 13 Mar 2015 20:20:36 UTC

lib/CORBA/JAVA.pm River stage zero No dependents

PERRAD/CORBA-JAVA-2.66 - 03 Dec 2008 08:44:40 UTC

lib/Inline/Java.pm River stage two • 13 direct dependents • 14 total dependents

ETJ/Inline-Java-0.67 - 12 Feb 2022 23:38:10 UTC

Java::JCR::Util - Loads the utilities libraries included with the JCR River stage one • 1 direct dependent • 1 total dependent

Loads the Perl wrappers associated with the "javax.jcr.util" package....

HANENKAMP/Java-JCR-0.08 - 17 Mar 2007 22:17:11 UTC

Java::JCR::Base - Base class for all JCR wrappers River stage one • 1 direct dependent • 1 total dependent

This class is used internally only and provides no functionality beyond what is required to make the Perl wrappers for the JCR library work....

HANENKAMP/Java-JCR-0.08 - 17 Mar 2007 22:17:11 UTC

Java::JCR::Lock - Load JCR lock extension wrappers River stage one • 1 direct dependent • 1 total dependent

This loads the Perl classes mapped to the Java package named "javax.jcr.lock"....

HANENKAMP/Java-JCR-0.08 - 17 Mar 2007 22:17:11 UTC

Java::JCR::Item - Perl wrapper for javax.jcr.Item River stage one • 1 direct dependent • 1 total dependent

This is an automatically generated package wrapping javax.jcr.Item with a nice Perlish API. For full documentation of what this class does, see the Java API documentation: <http://www.day.com/maven/jsr170/javadocs/jcr-1.0/javax/jcr/Item.html> The dev...

HANENKAMP/Java-JCR-0.08 - 17 Mar 2007 22:17:11 UTC

Java::JCR::Node - Perl wrapper for javax.jcr.Node River stage one • 1 direct dependent • 1 total dependent

This is an automatically generated package wrapping javax.jcr.Node with a nice Perlish API. For full documentation of what this class does, see the Java API documentation: <http://www.day.com/maven/jsr170/javadocs/jcr-1.0/javax/jcr/Node.html> The dev...

HANENKAMP/Java-JCR-0.08 - 17 Mar 2007 22:17:11 UTC

Java::JCR::Value - Perl wrapper for javax.jcr.Value River stage one • 1 direct dependent • 1 total dependent

This is an automatically generated package wrapping javax.jcr.Value with a nice Perlish API. For full documentation of what this class does, see the Java API documentation: <http://www.day.com/maven/jsr170/javadocs/jcr-1.0/javax/jcr/Value.html> The d...

HANENKAMP/Java-JCR-0.08 - 17 Mar 2007 22:17:11 UTC

Java::JCR::Query - Loads the JCR wrappers for querying the repository River stage one • 1 direct dependent • 1 total dependent

Loads the Perl wrappers associated with the classes in the "javax.jcr.query" package....

HANENKAMP/Java-JCR-0.08 - 17 Mar 2007 22:17:11 UTC

Java::SJ::Config - SJ Configuration File River stage zero No dependents

This module represents SJ configurations. It uses XML::XPath to parse configuration files and generates objects to represent the directives. Unless you're working on the module what you really want to know is what directives are allowed and their mea...

WIGGLY/Java-SJ-0.01 - 20 Jul 2003 18:55:20 UTC

Java::Build::JVM - starts one JVM for compiling River stage zero No dependents

This class starts a single JVM which it then helps you contact for compiling tasks. This is the most important feature of the popular Ant build tool. Using this class, you can effectively replace Ant, and its notoriously unmaintainable build.xml file...

PHILCROW/Java-Build-0.05 - 06 Oct 2003 17:51:14 UTC
305 results (0.022 seconds)