structure101 for java 3.0b

structure101 for java 3.0b

Sponsored Links
Sponsored Links

structure101 for java 3.0b

No.
Title
Catelory
Price
License
Expand All
1
Development -> Java
$499
Demo
Structure101 for Java works by parsing the compiled bytecode (.class files), typically packaged as jars (Java archives).

Structure101 for Java doesnt require access to the source code and it doesnt need complete class paths (e.g. third party libraries). This makes it extremely convenient to use, since you can point it at any jar file (or classes directory) without the overhead that would be required to load the project into an IDE or indeed to run it as an application.

In general, the fidelity of our bytecode parsing is extremely high. However, there are one or two small issues with bytecode parsing that you might want to be aware of.

An important aspect of Structure101 for Java is that it is based on a J2SE (single VM) view of the world. There is no in-built support for reading J2EE archives (ears, wars, etc.), though this is possible with a bit of fiddling about.

2
Tools -> Developer-Tools
Freeware
Apple QuickTime for Java SDK contains the 6.0 release of the QuickTime for Java Mac SDK. The SDK includes documentation & sample code files.
3
Tools -> Developer-Tools
Freeware
Xrefactory (also known as Xref, X-ref and Xref-Speller) is a professional development tool for C and Java providing code completion, source browsing and refactoring. It was the worlds first Java tool Crossing Refactorings Rubicon. Xrefactory Java supports JDK versions less than 1.5.0!

Here are some key features of "Xrefactory for C Java":

· Full integration with Emacs and XEmacs.
· Sources can be compiled under Unix (Linux, SunOs-Solaris, HP-UX, Mac OSX, etc.) and Windows (Cygwin) system.
· Support for both C and Java languages (including JNI).
· Source browsing based on our own tag implementation supporting multiple preprocessing passes and resolving scopes, accessibilities, overloading and polymorphism.
· Created in order to work with the largest projects. Xrefactory indexes all JDK 1.4 classes (1 million lines of code) in 2 minutes and the Linux kernel 2.4.7 sources (3 millions lines) in 15 minutes. Xrefactory is capable of updating its index by reparsing only modified files.
· Refactorings for method (function) extraction; renaming of packages, classes, parameters, variables, fields (structure records) and methods (functions); insertion, deletion and moving of parameters, field and method moving; pushing down and pulling up fields and methods; encapsulate field; and more. Refactorings are safe with detection of possible conflicts.
· Very solid implementation of code completion. Recognizing approximately 15 different contexts with completions auto-updated after each modification of source code without need for recompilation.
· Functions for finding forgotten symbols.
· Detection of unused variables, methods and functions.
· Javadoc documentation available at your finger tips via hot keys.
· Multiple projects support with project auto-detection.
· Interfacing Emacs IDE functions from the compile.el and comint.el packages.
· Capable of generating HTML documentation.
· Full undo under Emacs and XEmacs.


4
Utilities -> System-Utilities
Freeware
Apple Java Updater for Mac OS X 10.3.9 will correct issues affecting some Java users following the installation of Mac OS X v10.3.9 Software Update.

After updating to Mac OS X 10.3.9, some systems may have issues with Java applications and Java-enabled websites when using Safari. Safari may unexpectedly quit, and standalone Java applications may unexpectedly quit or not launch. This update resolves that issue.
5
Development -> Java
GPL
Xgrid Agent for Java is an agent for Apples Xgrid clustering protocol written entirely in Java.
This makes multiple platform Xgrid clusters possible.

The goal of the project is that by using Java, a completely cross-platform Xgrid agent can be produced. Using this agent it would be possible to build multiple platform Xgrid clusters that could be used to run any embarrassingly parallel tasks. Ease of security, deployment and cross platform compatibility will be major concerns during development.

This agent also supports resolving the Xgrid cluster controller via ZeroConf/Rendezvous/Bonjour. JmDNS is used for that feature. beepcore-java is used to handle the BEEP layer of the Xgrid protocol. Base64 is used to handle binary elements in the Apple XML plist layer of the protocol.

Also of note is the fact that this agent only compatible with the version of Xgrid that ships with Apple s Mac OS X Tiger. It is incompatible with versions prior to that due to major changes in the protocol.

Whats New in This Release:

· The temporary working directory and scripts are now stored in a local directory, because some platforms periodically clear out the system temporary directory.
· Some more code clean-ups.



6
Development -> Java
$75
Demo
Csv Reader is an extremely fast and stable java class for stream based parsing of virtually any commonly found delimited data format, CSV files, tab delimited files, etc.

Its usable from C#, VB.Net, ASP.Net, or any other .Net language. Its compatible with the 1.0 .Net framework, 1.1, 2.0, and even the .Net Compact Framework. The methods are designed for ease of use, while the inner architecture is designed purely for speed and efficiency.

Parsing is done using the de facto standard CSV file specifications.
It handles quoted fields, delimiters in the data, and even data that spans across multiple lines. Data can be parsed in less than half of the time of any other parser it has been benchmarked against.

Here are some key features of "Csv Parser for Java":

· Stream based file parsing allowing for parsing of large files without storing the entire file contents in memory
· Simple reader pattern movement through file
· Simple access to field data by index or by field name
· Internal parsing using arrays instead of strings for fast looping over large files
· Uses built in framework functionality to handle most encoding issues instead of guessing or hardcoding
· Includes a CSV writer to ease the worries while creating CSV data. No more needing to worry about what to replace with what to match up with delimiters, text qualifiers, etc.


Whats New in This Release:

· Added Flush method to CsvWriter.
· Added more complex backslash character escapes like ### and o### Octal, x## Hex, d### Decimal, and u#### Unicode.


7
Development -> Java
Freeware
Three droplets for Java developers. They automate opening a new Terminal window, changing the current directory and executing a command on the file.

"Javac" compiles .java source files dragged onto it,
"Java" runs the class file of the .java or .class file dragged onto it,
"Both" compiles the .java source file and if successful, runs the resulting class file.

Source editable.
8
Utilities -> Others
Freeware
Java development Droplets is a set of AppleScript droplets for Java developers.
They automate opening a new Terminal window, changing the current directory and executing a command on the file.
* "Javac" compiles .java source files dragged onto it,
* "Java" runs the class file of the .java or .class file dragged onto it,
* "Both" compiles the .java source file and if successful, runs the resulting class file.


9
Tools -> Developer-Tools
Freeware
EasyEclipse Expert Java is a bare-bones Eclipse distro for experienced Java developers who are new with Eclipse.
EasyEclipse Expert Edition is all you need to start developing Java code with Eclipse.

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.

Version Control tools (note that CVS support is included in the Eclipse Platform):
· Subclipse 1.1.8 - Access and manage Subversion repositories within Eclipse.
10
Utilities -> System-Utilities
Freeware
This release of Java for Mac OS X includes improvements for Java 2 Platform, Standard Edition 5.0 (J2SE 5.0) on Mac OS X. It features Apple s implementation of Sun s J2SE Version 1.5.0_05.
Java 2 Platform, Standard Edition (J2SE) 5.0 allows applications and applets developed for the J2SE 5.0 platform to run on Mac OS X v 10.4.2 and later.

This update does not change the default version of Java on your Mac from Java 1.4.2 to J2SE 5.0, though Java applications that require J2SE 5.0 may specifically request it.

You can change the preferred Java version for applications and applets by using the new Java Preferences utility. This utility is installed by the J2SE 5.0 update at /Applications/Utilities/Java/J2SE 5.0/.


11
Tools -> Developer-Tools
Freeware
EasyEclipse Desktop Java is made for development of Desktop GUI applications with Swing or SWT.


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 Desktop applications in Java:

* Eclipse Visual Editor 1.2.1 - Build visual user interfaces for Swing, SWT and Eclipse RCP applications with a graphical editor. (Windows, Linux, Mac OS X only)
* EclipseNSIS 0.9.4.hotfix - Create native windows installers for your applications with NSIS (Nullsoft Scriptable Install System). (Windows only)
* Fat Jar Eclipse plugin 0.0.24 - Deploys an Eclipse java project into one executable jar with all dependencies included.
* JarPlug 0.6.0.1 - View and edit Java Archive files.
* JarLaunch 0.5.0.1 - Run and debug Java Archive files.
12
Development -> Java
Freeware
Beginning Java developers use Java 5.0 (aka 1.5) as it comes with the Scanner class which most introduction books rely on. Unfortunately, Apples included Java Tool template for Xcode 2.2 only builds for Java 1.4.2.

Java 2 SE 5.0 Xcode Template 1.0 solves this problem by allowing you to easily create Java 5.0 projects in Xcode. Without this template, there is no easy way for beginning Java developers to use Xcode 2.2.

13
Utilities -> System-Utilities
Freeware
Java 2 Platform, Standard Edition (J2SE) 5.0 allows applications and applets developed for the J2SE 5.0 platform to run on Mac OS X v 10.4.5 and later.

This download supports:

Deutsch
English
Français
Japanese.
Whats New in This Release:

· Improved reliability and compatibility for Java 2 Platform Standard Edition 5.0 on Mac OS X v10.4.5 and later.
· This release includes J2SE version 1.5.0_06.
· With this update J2SE 5.0 becomes the preferred Java version, superseding Java 1.4.2. Java 1.4.2 is still installed on your machine, but applications will run with J2SE 5.0 unless they specifically request Java 1.4.2.
14
Development -> Libraries
FREE
GPL
Free and open source Java interface for the xine library

libxine-java is a Java interface for the xine multimedia player library. libxine-java allows to play all media supported by xine library with your Java application.

An AWT canvas allows to directly integrate video playback in GUI applications.

Requirements:

·
·

Changes from previous version

· SWT support for Mac OS X/Carbon and Linux/GTK+
· New XineVisualizer class for xines audio visualizers goom, oscope, etc..
· Video now centered in View
· Java Windowing Toolkit (AWT/Swing) only initialized if actually used
· fixed to work on OS X with mounted DVDs, too.
· new method getDvdPaths to detect mounted DVDs on Mac OS X
· new factory method Xine.createController() for audio-only playback
· new methods to query stream for hasAudio() and hasVideo()
· new methods for volume control (Thanks Berend!)
· Add XineController.stop() method
· BUG FIX: XineController.playOnce could only be called once
· added --with-swt-jar=... to specify SWT path
· dont test Objective-C compiler on non-darwin platforms
· creates build.xml, org/libxine/XineConfig.java created
· libxine-java version specified only in configure.in
· AWT specific native code in jawt_info.c

15
Tools -> Developer-Tools
GPL
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.
16
Utilities -> Internet-Utilities
Freeware
IP Monitor for Java is a handy application which automatically displays the current IP network address of your workstation right onto your desktop.

It allows you to quickly copy (or automatically save) the current IP address without having to dig through any of your networking control panels.

IP Monitor also provides a centralized interface from which you can easily perform Domain Name Server, Finger and Whois queries.


17
Utilities -> System-Utilities
Freeware
Java 2 Standard Edition (J2SE) 5.0 Release 4 delivers improved reliability and compatibility for Java 2 Platform Standard Edition 5.0 on Mac OS X v10.4.5 and later.

This download supports:

Deutsch
English
Français
Japanese.

Whats New in This Release:

· This release includes J2SE version 1.5.0_06. With this update J2SE 5.0 becomes the preferred Java version, superseding Java 1.4.2. Java 1.4.2 is still installed on your machine, but applications will run with J2SE 5.0 unless they specifically request Java 1.4.2.
18
Utilities -> System-Utilities
Freeware
Java 2 Platform Standard Edition (J2SE) 5.0 Release 1 provides support for J2SE 5.0 on Mac OS X 10.4.

The Java 2 Platform Standard Edition (J2SE) 5.0 Release 1 software update provides support for cross-platform J2SE 5.0 applications and J2SE 5.0-based applets in Safari on Mac OS X 10.4 "Tiger."

This update does not change the default version of Java on your Mac from Java 1.4.2 to J2SE 5.0, though Java applications that require J2SE 5.0 may specifically request it. If you want to change the default Java version for applications and applets, use the new Java Preferences utility that is installed by the J2SE 5.0 update at /Applications/Utilities/Java/J2SE 5.0/.

This download supports:
Deutsch
English
Français
Japanese


19
Tools -> Developer-Tools
$119
Shareware
JDatePicker is a suite of date components for Swing, highly appreciated by Java technology developers for its richness of features, configurability and well crafted API.

It contains an editable date picker, a date/time field, a multiple month calendar and a month component.

Here are some key features of "Java Date Picker":

· Resembles the Microsoft Date Picker used in Outlook thus keeping the same feeling for users when moving to Java applications
· Allows users to do single or multiple date selection
· Can restrict dates to keep users from making mistakes
· Works on Windows, Mac, Linux and all Java enabled platforms
· Contains a validating date time editor for fast keyboard input
· Contains a calendar so users can view and select dates by means of an intuitive interface
· Supports internationalization in order to be used for various languages and regions
· Has simple customisation (colors, font) for a pleasant user experience
· Detailed tutorial and examples to get the most out of the Java Date Picker API.


Whats New in This Release:

· Added support for the Oracle ADF JClient data binding framework.
· Improved the loading time for JDatePicker, JMonthView and JMonth with over 40%.
· Dates can be arranged horizontally or vertically.
· The components are now localized for: Danish, Dutch, English, Finish, French, German, Hungarian, Italian, Norwegian, Polish, Portuguese, Romanian, Spanish and Swedish.
· Refactored date format methods.
· Other improvements and bug fixes.


20
Tools -> Developer-Tools
$199
Demo
IDAutomation Java Barcode Package package contains JavaBeans, Applets, Class Libraries and Servlets for Barcoding in Java.

IDAutomation Java Barcode Package is a tool that supports Linear and 2D barcode types including Code 128, Code 39, ITF, UPC, EAN, OneCode, DataMatrix, Maxicode and PDF417.

The servlet easily creates barcodes in the web browser and may be embedded in dynamic HTML with the IMG tag.

Here are some key features of "IDAutomation Java Barcode Package":

· Create server-side barcodes with the servlet.
· Easy to use applet loads quickly in the browser.
· "Drag and drop" JavaBean for supporting IDEs.
· Create GIF & JPEG files or AWT images with the class library.
· Compatible with JDK 1.1 and above including Headless Java.
· Each package contains a servlet, applet, JavaBean and class library for a wide variety of barcode implementations in Java.
· Source code provided with the purchase of the Unlimited Developer License.
· Adds bar coding capability to Oracle Reports.
· Now supports USPS OneCode.

My Software
You have not saved any software. Click "Save" next to each software to save it to your software basket
Related Information
Sponsored Links
TOP POPULAR DOWNLOAD