Main > Free Download Search >

Free ejb java software for mac

ejb java

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1268
Apple Java 2 SE 5.0R5

Apple Java 2 SE 5.0R5


Apple Java 2 SE - support for J2SE 5.0 on OS X 10.4 more>>
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/.


<<less
Download (80.3MB)
Added: 2007-02-16 License: Freeware Price:
1014 downloads
Make Java Document 1.0

Make Java Document 1.0


Make Java Document - Java document creator more>>
Make Java Document is an AppleScript which makes a Javadoc application generate a series of HTML document files, and move them into the folder as the Java source files that you have selected.

Completly freeware.

<<less
Download (3KB)
Added: 2006-01-26 License: Freeware Price:
1368 downloads
Clean Java Classes 1.0

Clean Java Classes 1.0


Clean Java Classes - Removes Java class files *.class generated by a Java compiler more>>
Clean Java Classes removes Java class files *.class generated by a Java compiler. Select file(s) or folder(s) and drop them on the droplet icon. Then all the class files in the folders and all subfolders will be deleted.
The folders search is done recursively.

If some folder becomes empty with no items in it, then it is also removed. On searching folders, the script also changes the viewby method of each folder to "View by Name".


<<less
Download (4KB)
Added: 2006-01-20 License: Freeware Price:
1374 downloads
libxine-java 0.7.0

libxine-java 0.7.0


Free and open source Java interface for the xine library more>> 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.

System requirements:
-
-

Enhancements:
- 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

<<less
Download (225KB)
Added: 2008-10-07 License: GPL Price: FREE
390 downloads
Collect Java Classes 1.0

Collect Java Classes 1.0


Collect Java Classes - Collect Java classes in folders more>>
Collect Java Classes is a small AppleScript which collects Java classes *.class and *.zip in the folders. Select file(s) and folder(s) and drop them on this droplet icon. Then, all Java class files *.class and *.zip in the folders and subfolders will be collected.

The folders search is done recursively. On searching folders, the script also changes the viewby method of each folder to "View by Name". But if the folder is already viewed by Name, Size, Kind, or Date, then no changes happen.

The collected items are listed in gDocList as a list of aliases. You can give this alias list to open by your particular application.


<<less
Download (4KB)
Added: 2006-01-30 License: Freeware Price:
1362 downloads
Zip Java Classes 1.0

Zip Java Classes 1.0


Zip Java Classes - Composes a zip archive from Java classes more>>
Zip Java Classes composes a zip archive from Java classes and zip files using the Macintosh ZipIt compress tool. This script has good ability to exclude source files other than the Java classes and zip from the selected files.

Select file(s) and folder(s) of Java classes and drop them onto this droplet icon. Then, all Java class files *.class and *.zip in the folders will be archived into a JavaClasses.zip file. Other files than *.class or *.zip will not be added to the archive.

The Java compiler javac of Apples MRJ 2.0 generates the compiled Java classes in the same folder as their source files. The JBindery application can build a Macintosh Java application by binding the Java classes and zip files in the particular folders. Unfortunately, the JBindery can not exclude other files than Java classes in the folders. It may include source files in it, alas!

Here is the way to compose Java application from the Java classes and zip files only. Let us use the Macintosh ZipIt 1.3.x to archive the Java classes and zip files and compress it. Fortunately, ZipIt is an AppleScriptable application so that we can commit a series of script commands to it and remove other files from the archive.

<<less
Download (5KB)
Added: 2006-01-31 License: Freeware Price:
1387 downloads
Xrefactory for C/Java 1.6.10

Xrefactory for C/Java 1.6.10


Xrefactory for C/Java - A C and Java Refactoring Browser for Emacs and XEmacs more>>
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!
Main features:
- 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.
<<less
Download (1.8MB)
Added: 2007-07-23 License: Freeware Price:
882 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
Create Java Manifest Form 1.0

Create Java Manifest Form 1.0


Create Java Manifest Form - Creates a Java manifest assigned as a basic form to Jar tool more>>
Create Java Manifest Form is a small AppleScript creates a Java manifest file "MANIFEST.MF" that will be assigned as a basic form to Jar tool.

Select Java resource files (*.class files, package folders, graphics images, or others) and drop them on this droplet application icon. Then a manifest file will be created at the same folder as your given files.

The script will apply URL encoding to the file name if needed.


<<less
Download (10KB)
Added: 2006-01-21 License: Freeware Price:
1390 downloads
EasyEclipse Expert Java 1.3.0

EasyEclipse Expert Java 1.3.0


EasyEclipse Expert Java - Bare-bones Eclipse distro for experienced Java developers who are new to Eclipse more>>
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.
<<less
Download (83.2MB)
Added: 2007-07-10 License: Freeware Price:
611 downloads
Java Fathom 1.1.0

Java Fathom 1.1.0


Free and Java based tool to measure the readability of English text more>> Free and Java based tool to measure the readability of English text

Java Fathom is a free development tool that will allow you to generate common readability indices from English text.

System requirements:
- Java

<<less
Download (7KB)
Added: 2009-05-10 License: Freeware Price: FREE
240 downloads
Java Droplets 1.0

Java Droplets 1.0


Java Droplets - Three droplets for Java developers more>>
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.
<<less
Download (73KB)
Added: 2006-07-12 License: Freeware Price:
1217 downloads
Java Sudoku 1.0.1

Java Sudoku 1.0.1


Java Sudoku is a cross platform version of the popular Sudoku logic game more>>
Java Sudoku is a cross platform version of the popular Sudoku logic game. Java Sudoku features an advanced user interface that is both easy to use and appealing to the eye.
It allows you to generate completely random Sudoku puzzles, enter your own puzzles from newspapers and magazines, or load them from Sudoku XML files. Java Sudoku can also be used as a Sudoku generator and solver.
Main features:
- Random puzzles every time you play
- Helping lines mode in the option menu, so You can see easier, if there is a collision
- 2 different systems of selecting cells and entering numbers
- 3 difficulty levels and an user custom level
- 3 Different Numbers Distributions
- Load/Save Sudoku games without any kind of losses
- Design your own puzzles - Under construction.
<<less
Download (71KB)
Added: 2006-08-04 License: GPL Price:
1452 downloads
MW Java Linker Patch 1.4

MW Java Linker Patch 1.4


MW Java Linker Patch is designed to meet all your needs of updating the linker, which fixes problems merging GIF files into the JAR file output from the linker. more>> <<less
Download (529KB)
Added: 1999-03-05 License: Freeware Price:
downloads
EasyEclipse Desktop Java 1.2.2

EasyEclipse Desktop Java 1.2.2


EasyEclipse Desktop Java - development of Desktop GUI applications with Swing or SWT more>>
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.
<<less
Download (78.9MB)
Added: 2007-07-10 License: Freeware Price:
842 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5