what is java
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2214
Asterisk-Java 0.3
Asterisk-Java provides a set of Java classes that allow you to easily build Java applications. more>>
The Asterisk-Java package consists of a set of Java classes that allow you to easily build Java applications that interact with an Asterisk PBX Server. Asterisk-java supports both interfaces that Asterisk provides for this scenario, The FastAGI protocol and the Manager API.
Asterisk-Java is compatible with Asterisk 1.0 and 1.2. The FastAGI implementation supports all commands currently available from Asterisk.
The Manager API implementation supports receiving events from the Asterisk server (e.g. call progess, registered peers, channel state) and sending actions to Asterisk (e.g. originate call, agent login/logoff, start/stop voice recording).
Enhancements:
- This release has full support for Asterisk 1.4 and the new Live API (org.asteriskjava.live).
- The Live API takes care of the low-level action and event handling of the Manager API, and offers an intuitive API for Java developers.
- Asterisk-Java takes advantage of the features of Java 5.0, and therefore requires a Java Virtual Machine of at least version 1.5.0.
<<lessAsterisk-Java is compatible with Asterisk 1.0 and 1.2. The FastAGI implementation supports all commands currently available from Asterisk.
The Manager API implementation supports receiving events from the Asterisk server (e.g. call progess, registered peers, channel state) and sending actions to Asterisk (e.g. originate call, agent login/logoff, start/stop voice recording).
Enhancements:
- This release has full support for Asterisk 1.4 and the new Live API (org.asteriskjava.live).
- The Live API takes care of the low-level action and event handling of the Manager API, and offers an intuitive API for Java developers.
- Asterisk-Java takes advantage of the features of Java 5.0, and therefore requires a Java Virtual Machine of at least version 1.5.0.
Download (0.38MB)
Added: 2007-07-02 License: The Apache License 2.0 Price:
525 downloads
TitanGS Java 0.2.5
TitanGS Java project is a multi-player role playing game set in the Star Trek universe. more>>
TitanGS Java project is a multi-player role playing game set in the Star Trek universe.
TitanGS Java is a project to create a game base on the Star Trek universe, that would have no unnecessary rules. The only limits of the game are Star Trek physics (not very limiting).
What the achillies lacks in warp speed it more than makes up for in attack strength. It has some of the strongest phasers in StarFleet. Its array of micro torpedos makes it dangerous to attack from any angle.
The substantial crew complement required to operate, and the prohibitive cost of this ship keeps production fairly low.
Even though there arent many of them, theyre used quite extensively; due mostly to their high success rate.
<<lessTitanGS Java is a project to create a game base on the Star Trek universe, that would have no unnecessary rules. The only limits of the game are Star Trek physics (not very limiting).
What the achillies lacks in warp speed it more than makes up for in attack strength. It has some of the strongest phasers in StarFleet. Its array of micro torpedos makes it dangerous to attack from any angle.
The substantial crew complement required to operate, and the prohibitive cost of this ship keeps production fairly low.
Even though there arent many of them, theyre used quite extensively; due mostly to their high success rate.
Download (MB)
Added: 2007-01-05 License: GPL (GNU General Public License) Price:
1025 downloads
JSwat Java Debugger 4.2
JSwat is a graphical, stand-alone Java debugger, using the JPDA library. more>>
JSwat is a graphical, stand-alone Java debugger, using the JPDA library.
JSwat Java Debugger offers breakpoints with monitors and conditions, colorized source code display, single-stepping, displaying variables, viewing stack frames, and expression evaluation.
Main features:
- breakpoints with conditionals and monitors
- colorized source code display
- graphical display panels showing threads
- stack frames
- visible variables
- loaded classes
- command interface for more advanced features
- Java-like expression evaluation, including method invocation.
<<lessJSwat Java Debugger offers breakpoints with monitors and conditions, colorized source code display, single-stepping, displaying variables, viewing stack frames, and expression evaluation.
Main features:
- breakpoints with conditionals and monitors
- colorized source code display
- graphical display panels showing threads
- stack frames
- visible variables
- loaded classes
- command interface for more advanced features
- Java-like expression evaluation, including method invocation.
Download (11.9MB)
Added: 2007-05-18 License: CDDL (Common Development and Distribution License) Price:
895 downloads
Westhawks Java SNMP stack 5.0
Westhawk SNMP is a lightweight SNMP stack in Java, with Java applet, application, and servlet examples. more>>
Westhawk SNMP is a lightweight SNMP stack in Java, with Java applet, application, and servlet examples.
The stack provides manager functionality for SNMPv1, SNMPv2c, and SNMPv3 (authentication and privacy).
Westhawks Java SNMP stack is capable of sending and receiving PDUs, but has limited agent functionality. The stack supports IPv6.
Enhancements:
- The stack is able to listen for incoming requests (and no longer for traps only).
- The stack is able to listen on multiple ports for requests and traps.
- Contexts (incoming and outgoing) can be bound to a local bind address.
- A separate package stubBrowser4_14.zip that contains a new and experimantal Stub Browser was released.
- Support for DateAndTime text convention was added to AsnOctets.
- A MultiSourcePdu that can do broadcast requests was added.
- Built-in support for IPv6 was added.
- Built-in support for "Reliable SNMP" was added.
<<lessThe stack provides manager functionality for SNMPv1, SNMPv2c, and SNMPv3 (authentication and privacy).
Westhawks Java SNMP stack is capable of sending and receiving PDUs, but has limited agent functionality. The stack supports IPv6.
Enhancements:
- The stack is able to listen for incoming requests (and no longer for traps only).
- The stack is able to listen on multiple ports for requests and traps.
- Contexts (incoming and outgoing) can be bound to a local bind address.
- A separate package stubBrowser4_14.zip that contains a new and experimantal Stub Browser was released.
- Support for DateAndTime text convention was added to AsnOctets.
- A MultiSourcePdu that can do broadcast requests was added.
- Built-in support for IPv6 was added.
- Built-in support for "Reliable SNMP" was added.
Download (1.9MB)
Added: 2006-03-29 License: Freeware Price:
1310 downloads
Parse::Java 0.01
Parse::Java is a Perl module that acts like a parser for Java code. more>>
Parse::Java is a Perl module that acts like a parser for Java code.
SYNOPSIS
use Parse::Java;
my $ast = Parse::Java->parse_file(MyClass.java);
Parse::Java parses Java code into an Abstract Syntax Tree which can be used for many things like writing compilers and stuff.
As this module is currently under development it isnt yet able to parse much Java. Whats in the t/*.t basically works but not much else.
The lexer should also more or less work fine except expansion of unicode escapes uNNNN.
INTERFACE
This module uses an object-oriented interface.
CLASS METHODS
parse_file ( $path )
Parses the contents of the file $path. Returns an AST representing the code.
parse_string
Parses the source in $string. Returns an AST representing the code.
detokenize ( $ast )
Walks the AST and replaces all Parse::Java::Token-objects with their stringified value.
INSTANCE METHODS
_set_input ( $source )
Sets the input to the lexer.
_next_token
Returns a list with the next token from the stream and its value.
<<lessSYNOPSIS
use Parse::Java;
my $ast = Parse::Java->parse_file(MyClass.java);
Parse::Java parses Java code into an Abstract Syntax Tree which can be used for many things like writing compilers and stuff.
As this module is currently under development it isnt yet able to parse much Java. Whats in the t/*.t basically works but not much else.
The lexer should also more or less work fine except expansion of unicode escapes uNNNN.
INTERFACE
This module uses an object-oriented interface.
CLASS METHODS
parse_file ( $path )
Parses the contents of the file $path. Returns an AST representing the code.
parse_string
Parses the source in $string. Returns an AST representing the code.
detokenize ( $ast )
Walks the AST and replaces all Parse::Java::Token-objects with their stringified value.
INSTANCE METHODS
_set_input ( $source )
Sets the input to the lexer.
_next_token
Returns a list with the next token from the stream and its value.
Download (0.018MB)
Added: 2007-01-16 License: Perl Artistic License Price:
1012 downloads
UltraGetopt for Java 0.7.1
UltraGetopt for Java is the Java imagening of UltraGetopt. more>>
UltraGetopt for Java is the Java imagening of UltraGetopt. The project provides the features and flexibility of UltraGetopt in a way that is more suited to the Java environment.
Main features:
- Supports MS-DOS formatted option strings (e.g. /option:arg)
- Provides parsing and error message compatibility with getopt from the GNU, (Open)BSD, and Mac OS
- Supports first-longest-matching for options
- Provides many configurable behaviors
<<lessMain features:
- Supports MS-DOS formatted option strings (e.g. /option:arg)
- Provides parsing and error message compatibility with getopt from the GNU, (Open)BSD, and Mac OS
- Supports first-longest-matching for options
- Provides many configurable behaviors
Download (0.053MB)
Added: 2007-07-12 License: MIT/X Consortium License Price:
834 downloads
libeds-java 0.5.1
Java-GNOME is a set of Java bindings for GNOME and GTK libraries, so GNOME applications can be written in Java. more>>
Java-GNOME is a set of Java bindings for GNOME and GTK libraries, so GNOME applications can be written in Java. Java-GNOME is implemented as a JNI layer that delegates the Java calls out to the underlying C library.
Installation:
See the INSTALL file in each module for instruction on how to build the binding from source.
How to report bugs:
You can submit bugs at the following url: http://bugzilla.gnome.org/enter_bug.cgi?product=java-gnome
Please indicate what version of the library you were using when you encountered the bug.
Please include the following information in your bug report:
1) The type of system and version of the operating system you are using.
2) The version of GTK/GNOME you are using.
3) A detailed description of the bug. If the bug is reporducable, please indicate haw to reproduce.
You can also submit enhancement requests at the same location.
<<lessInstallation:
See the INSTALL file in each module for instruction on how to build the binding from source.
How to report bugs:
You can submit bugs at the following url: http://bugzilla.gnome.org/enter_bug.cgi?product=java-gnome
Please indicate what version of the library you were using when you encountered the bug.
Please include the following information in your bug report:
1) The type of system and version of the operating system you are using.
2) The version of GTK/GNOME you are using.
3) A detailed description of the bug. If the bug is reporducable, please indicate haw to reproduce.
You can also submit enhancement requests at the same location.
Download (0.33MB)
Added: 2006-08-14 License: LGPL (GNU Lesser General Public License) Price:
1168 downloads
SCAP-Java 0.9
SCAP-Java is an automatic thematical mapping software. more>>
SCAP-Java is an automatic thematical mapping software. It draws colors or symbol maps from your data, with step by step procedures coherent with the cartography semiology methodology.
SCAP-Java was developed for education and map production, with an emphasis on usability: its easy to create a PDF map from spreadsheet data and geospatial datasets (mif/mid).
<<lessSCAP-Java was developed for education and map production, with an emphasis on usability: its easy to create a PDF map from spreadsheet data and geospatial datasets (mif/mid).
Download (4.3MB)
Added: 2006-08-17 License: CeCILL (CeCILL Free Software License Agreement) Price:
1172 downloads
Spoon for Java 1.2
Spoon is a Java program processor that fully supports Java 5. more>>
Spoon is a Java program processor that fully supports Java 5. The project provides a complete and fine-grained Java metamodel where any program element (classes, methods, fields, statements, expressions, etc.) can be accessed both for reading and modification.
It can be used for validation purposes, to ensure that your programs respect some programming conventions or guidelines, or for program transformation, by using a pure Java template engine. It provides an Eclipse plugin (SpoonJDT) that allows for tight integration of Spoon within the Eclipse environment.
With SpoonJDT, a set of validations and transformations packaged as a Spoonlet can occur on the fly, and the reports are well-integrated into the Eclipse JDT.
Enhancements:
- This version includes a lot of bugfixes and new features.
- In particular, Spoon now adjusts the line numbers of the generated bytecode so that they match the original source code.
- So, debugging spooned programs is finally as simple as debugging regular programs.
<<lessIt can be used for validation purposes, to ensure that your programs respect some programming conventions or guidelines, or for program transformation, by using a pure Java template engine. It provides an Eclipse plugin (SpoonJDT) that allows for tight integration of Spoon within the Eclipse environment.
With SpoonJDT, a set of validations and transformations packaged as a Spoonlet can occur on the fly, and the reports are well-integrated into the Eclipse JDT.
Enhancements:
- This version includes a lot of bugfixes and new features.
- In particular, Spoon now adjusts the line numbers of the generated bytecode so that they match the original source code.
- So, debugging spooned programs is finally as simple as debugging regular programs.
Download (4.2MB)
Added: 2007-05-10 License: LGPL (GNU Lesser General Public License) Price:
898 downloads
Tracx 1.4.2 (Java Tracx)
tracx project reads and stores any kind of XML data using a dedicated programming language. more>>
tracx project reads and stores any kind of XML data using a dedicated programming language. Read XML structure can be traced and changed.
Unix Shell and JDBC database escapes allows you to retrieve data and store it into the XML structure. Implementations based on C++ and Java are available.
<<lessUnix Shell and JDBC database escapes allows you to retrieve data and store it into the XML structure. Implementations based on C++ and Java are available.
Download (0.58MB)
Added: 2007-07-25 License: GPL (GNU General Public License) Price:
822 downloads
GData Java Client 1.13.0
GData Java Client provides a library and source code that make it easy to access data through Google Data APIs. more>>
GData Java Client provides a library and source code that make it easy to access data through Google Data APIs.
The Google data APIs ("GData" for short) provide a simple standard protocol for reading and writing data on the web. GData combines common XML-based syndication formats (Atom and RSS) with a feed-publishing system based on the Atom publishing protocol, plus some extensions for handling queries.
Google also provides a set of client libraries for interacting with GData-enabled services, in a variety of programming languages. Using these libraries, you can construct GData requests, send them to a service, and receive responses.
<<lessThe Google data APIs ("GData" for short) provide a simple standard protocol for reading and writing data on the web. GData combines common XML-based syndication formats (Atom and RSS) with a feed-publishing system based on the Atom publishing protocol, plus some extensions for handling queries.
Google also provides a set of client libraries for interacting with GData-enabled services, in a variety of programming languages. Using these libraries, you can construct GData requests, send them to a service, and receive responses.
Download (9.6MB)
Added: 2007-08-08 License: The Apache License 2.0 Price:
809 downloads

Hibernate Core for Java(Linux) 3.2.5.ga
An object/relational persistence and query service for Java more>> <<less
Download (19.35MB)
Added: 2009-04-25 License: Freeware Price: Free
188 downloads
Xgrid Agent for Java 2006-03-29
Xgrid is an agent for Apples Xgrid clustering protocol written entirely in Java. more>>
Xgrid Agent for Java is an agent for Apples Xgrid clustering protocol written entirely in Java. This makes multiple platform Xgrid clusters possible.
Usage:
usage: java -jar xgridagent.jar -r|host name mhz
-r will resolve the controller via bonjour
host is the address or hostname on the controller
name is the name of this agent
mhz is the CPU power of one CPU in this agent
run the program from within the xgridagent directory
Enhancements:
- Many changes (may break things).
<<lessUsage:
usage: java -jar xgridagent.jar -r|host name mhz
-r will resolve the controller via bonjour
host is the address or hostname on the controller
name is the name of this agent
mhz is the CPU power of one CPU in this agent
run the program from within the xgridagent directory
Enhancements:
- Many changes (may break things).
Download (2.2MB)
Added: 2006-03-29 License: BSD License Price:
1306 downloads
Inline::Java 0.52
Inline::Java lets you write Perl classes in Java and wrap/use existing Java classes. more>>
Inline::Java lets you write Perl classes in Java and wrap/use existing Java classes. The project is an ILSM (Inline Language Support Module) for Java 2, and is part of the Inline family of modules.
<<less Download (0.092MB)
Added: 2007-03-01 License: Perl Artistic License Price:
579 downloads
Sitemaps for Java Beta
Sitemaps for Java provides a Java API for the creation of Google Sitemaps and -Indexes. more>>
Sitemaps for Java provides a Java API for the creation of Google Sitemaps and -Indexes.
Sitemaps for Java allows developers to easily create Google Sitemaps. It handles every aspect of Sitemap creation, allowing you to create unlimited Sitemaps and -Indexes.
Provided is API / Javadoc, an example-usage as well as Sitemap ressources and other information
Enhancements:
- Initial beta-release of Sitemaps for Java, this includes basic functionality to create Google Sitemaps and -Indexes with/without compressed Sitemaps
- unlimited number of URLs, Sitemaps and -Indexes.
<<lessSitemaps for Java allows developers to easily create Google Sitemaps. It handles every aspect of Sitemap creation, allowing you to create unlimited Sitemaps and -Indexes.
Provided is API / Javadoc, an example-usage as well as Sitemap ressources and other information
Enhancements:
- Initial beta-release of Sitemaps for Java, this includes basic functionality to create Google Sitemaps and -Indexes with/without compressed Sitemaps
- unlimited number of URLs, Sitemaps and -Indexes.
Download (0.34MB)
Added: 2007-02-07 License: GPL (GNU General Public License) Price:
993 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above what is java search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed