Main > Free Download Search >

Free j2se 1.4.2 script

j2se 1.4.2

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 18
Jlance 1.4.2

Jlance 1.4.2


Jlance is a PHP Freelance reverse auction script. The Script is based off of the Kubelance structure and can be used just like Scriptlance.com, getacoder.com, lance.com, and all the freelance websites out there right now. The script runs on a PHP 4/5 more>> Jlance is a PHP Freelance reverse auction script. The Script is based off of the Kubelance structure and can be used just like Scriptlance.com, getacoder.com, lance.com, and all the freelance websites out there right now. The script runs on a PHP 4/5 platform and is very customizable, so it is perfect. The best thing about this script is that it is one of the only Freelance websites with the features that it has on the internet that you can download 100% Free. Jlance was coded by Total Graphic Designs<<less
Added: 2009-01-26 License: Freeware Price: $0.00USD
24 downloads
SysCP 1.4.2

SysCP 1.4.2


SysCP, the System Control Panel is a server administration tool which enables an internet service provider to give their customers a web-based application to administrate their email addresses, their subdomains etc. The project was founded in autumn more>> SysCP, the System Control Panel is a server administration tool which enables an internet service provider to give their customers a web-based application to administrate their email addresses, their subdomains etc. The project was founded in autumn 2003 by Florian Lippert and was published on June, 15th 2004 under the GNU General Public Licence (GPL). Features: Customer Interface: managing email accounts with catchall-function managing email forwarders managing subdomains managing mysql databases managing additional ftp account managing of passwords managing password protections for directories managing path options for example directorylisting and own error-documents access to webmail (if installed) access to PHPmyAdmin (if installed) languages: de, en, bg, ca, zh-cn, da, nl, fr, hu, it, ru, sp, pt, sk<<less
Added: 2006-09-06 License: GPL Price: $0.00USD
13 downloads
EasyPhpAlbum 1.4.2

EasyPhpAlbum 1.4.2


EasyPhpAlbum is a FREE thumbnail gallery script and the easiest way to publish your photos on the web. Only 1 file has to be included with your photos to publish them online! EasyPhpAlbum offers all the features you will ever need for hosting one or more>> EasyPhpAlbum is a FREE thumbnail gallery script and the easiest way to publish your photos on the web. Only 1 file has to be included with your photos to publish them online! EasyPhpAlbum offers all the features you will ever need for hosting one or multiple online photo albums. Next to publishing photos you can just as easily publish your music and movies. From version 1.4.1 EasyPhpAlbum includes support for TiltViewer, Piclens and Lightbox - these greatly enhance the viewing experience!<<less
Added: 2005-06-17 License: Freeware Price: $0.00USD
12 downloads
Open Web Messenger 1.4.2

Open Web Messenger 1.4.2


You should place the button of Web Messenger at your site. Your visitors click the button and chat with your operators who help them. more>> You should place the button of Web Messenger at your site. Your visitors click the button and chat with your operators who help them.<<less
Added: 2008-12-06 License: Other Price: $0.00USD
17 downloads
Quicksilver Forums 1.4.2

Quicksilver Forums 1.4.2


Quicksilver Forums is a fast, feature rich bulletin board system written in PHP and MySQL. It is fully object oriented and optimized for speed, ease of use, and easy modifications. QSF checks all inputs though a common interface which drastically reduces more>> Quicksilver Forums is a fast, feature rich bulletin board system written in PHP and MySQL. It is fully object oriented and optimized for speed, ease of use, and easy modifications. QSF checks all inputs though a common interface which drastically reduces the chances of exploitable bugs. Powerful and flexible skinning engine makes giving your board a new look very simple. Advanced permissions system allows for fine grained group and user permissions. Based on the popular MercuryBoard software.<<less
Added: 2005-11-19 License: GPL Price: $0.00USD
12 downloads
Quartz 1.6.5

Quartz 1.6.5


This job scheduling system can be integrated with, or used along side virtually any J2EE or J2SE application more>>

Quartz 1.6.5 brings you a useful scheduling system that can be integrated with, or used along side virtually any J2EE or J2SE application

Applications can vary from the largest e-commerce system to the smallest stand-alone application. Quartz can be used to create simple or complex schedules for executing tens, hundreds, or even tens-of- tousands of jobs; jobs whose tasks are defined as standard Java components or EJBs.

The Quartz Scheduler includes many enterprise-class features, such as JTA transactions and clustering.

Major Features

  1. Job Scheduling:
    • At a certain time of day (to the millisecond)
    • On certain days of the week
    • On certain days of the month
    • On certain days of the year
    • Not on certain days listed within a registered Calendar (such as business holidays)
    • Repeated a specific number of times
    • Repeated until a specific time/date
    • Repeated indefinitely
    • Repeated with a delay interval
  2. Job Execution:
    • Jobs can be any Java class that implements the simple Job interface, leaving infinite possibilities for the work the Jobs can perform.
    • Job class instances can be instantiated by Quartz, or by the applications framework.
    • When a Trigger occurs, the scheduler notifies zero or more Java objects implementing the JobListener and TriggerListener interfaces (listeners can be simple Java objects, or EJBs, or JMS publishers, etc.). These listeners are also notified after the Job has executed.
    • As Jobs are completed, they return a JobCompletionCode which informs the scheduler of success or failure. The JobCompletionCode can also instruct the scheduler of any actions it should take based on the success/fail code such as immediate re-execution of the Job.
  3. Job Persistence:
    • The design of Quartz includes a JobStore interface that can be implemented to provide various mechanisms for the storage of jobs.
    • With the use of the included JDBCJobStore, all Jobs and Triggers configured as "non-volatile" are stored in a relational database via JDBC.
    • With the use of the included RAMJobStore, all Jobs and Triggers are stored in RAM and therefore do not persist between program executions but this has the advantage of not requiring an external database.
  4. Transactions:
    • Quartz can participate in JTA transactions, via the use of JobStoreCMT (a subclas of JDBCJobStore).
    • Quartz can manage JTA transactions (begin and commit them) around the execution of a Job, so that the work the Job does happens within a JTA transaction.
  5. Clustering:
    • Fail-over.
    • Load balancing.
  6. Listeners & Plug-Ins:
    • Applications can catch scheduling events to monitor or control job/trigger behavior by implementing one or more listener interfaces.
    • The Plug-In mechanism can be used add functionality to Quartz, such keeping a history of job executions, or loading job and trigger definitions from a file.
    • Quartz ships with a number of "factory built" plug-ins and listeners.
  7. Runtime Environments:
    • Quartz can run embedded within another free standing application
    • Quartz can be instantiated within an application server (or servlet container), and participate in XA transactions
    • Quartz can run as a stand-alone program (within its own Java Virtual Machine), to be used via RMI
    • Quartz can be instantiated as a cluster of stand-alone programs (with load-balance and fail-over capabilities)

Enhancements

  • Records in QRTZ_TRIGGER_LISTENERS table are deleted when trigger is paused and resumed
  • Logging Trigger History Plugin.trigger Misfired writes incorrect message
  • Send Destination Message Job throws naming exception
  • Send Queue Message Job throws Class Cast Exception when used with xml plugin acquire Next Trigger executing on Managed Tx Connection when using JobStoreCMT and configured not to acquire triggers within lock
<<less
Added: 2009-06-26 License: Other Free / Open Source License - Apache 2.0 License Price: OtherFreeOpenSourceLicenseApache2.0License
21 downloads
jo! JAVA 1.1b1

jo! JAVA 1.1b1


jo! is a pure, free Java web server. more>>

jo! JAVA 1.1b1 provides users with a pure, free Java web server.

Major Features:

  1. HTTP/1.1 including byte-ranges, auto-chunking, pipelining, etc.
  2. Servlet API 2.2 (2.3 starting with jo! 1.1)
  3. JSP 1.1 (1.2 starting with jo! 1.1)
  4. Source level JSP debugging a.k.a JSR-45 (starting with jo! 1.1)
  5. Auto reload of WARs
  6. Hot deployment of WARs
  7. Drag and drop deployment of WARs
  8. Auto internationalization
  9. Auto servlet and jsp reloading
  10. Easy to use Swing console
  11. Advanced thread management
  12. Memory sensitive file cache
  13. Automatic compressed transfer of text or html files
  14. Virtual hosts
  15. Mac OS X support
  16. Embeddable

Requirements: jo! is based on J2SE 1.4.x. (It will not run under Java 1.3.x or less)

<<less
Added: 2008-06-25 License: LGPL - GNU Lesser General Public License Price: LGPLGNULesserGeneralPublicLicense
13 downloads
AudioPlayer 1.0

AudioPlayer 1.0


AudioPlayer is an open source Java class that manages WAV, AIFF and AU audio files playback. It provides basic functionality like play, stop, mute and loop. Implements many useful methods to retrieve song position, total time, remaining time, song audio more>> AudioPlayer is an open source Java class that manages WAV, AIFF and AU audio files playback. It provides basic functionality like play, stop, mute and loop. Implements many useful methods to retrieve song position, total time, remaining time, song audio format (sample frequency, resolution, channels). It is written using JavaSound, a standard package included in J2SE since version 1.3, so you dont need to distribute any extra package like JMF (Java Media Framework) with your application. JavaSound provides the lowest level of audio support on the Java platform and AudioPlayer represent higher-level user interfaces built on top of JavaSound. The JavaSound engine can render 8 or 16 bit audio data, in mono or stereo, with sample rates from 8KHz to 48KHz. AudioPlayer can play files of any size with low memory usage. Each AudioPlayer object runs as a separated thread so your application main flow will not freeze during playback.<<less
Added: 2007-10-01 License: GPL Price: $0.00USD
157 downloads
JvPool 0.9

JvPool 0.9


JvPool is a Java connection pool.It is free and open source Features: Transparency: Transparently adds connection pooling to your existing JDBC driver. Open Source: Allows you flexibility to use it in both commerical and other open source more>> JvPool is a Java connection pool.It is free and open source Features: Transparency: Transparently adds connection pooling to your existing JDBC driver. Open Source: Allows you flexibility to use it in both commerical and other open source products. Standards: Complies with the J2SE API, giving you the confidence to develop to standards. Ease of use: Its easy to configure using the JDBC API.<<less
Added: 2005-10-22 License: Other Price: $0.00USD
13 downloads
 
Other version of JvPool
JvPoolStandards: Complies with the J2SE API, giving you the confidence to develop to standards
License:Other Free / Open Source License
Download
1475 downloads
Added: 2005-10-22
MP3 SPI for Java Platform 1.9.3

MP3 SPI for Java Platform 1.9.3


MP3SPI adds MP3 audio format support to the Java Platform (J2SE). Release 1.9 provides new features allowing to get audio properties such as bitrate, channels, frequency, duration and song comments such as title, album, artist, genre, track ... more>> MP3SPI adds MP3 audio format support to the Java Platform (J2SE). Release 1.9 provides new features allowing to get audio properties such as bitrate, channels, frequency, duration and song comments such as title, album, artist, genre, track ... (extracted from ID3v1/v2 tags or ICY shoutcast meta-data). Developers could find out sample code in the updated documents section. This new release also provides a real time equalizer.<<less
Added: 2004-02-01 License: LGPL Price: $0.00USD
14 downloads
 
Other version of MP3 SPI for Java Platform
MP3 SPI for Java Platformsupport to the Java Platform (J2SE). Release 1.9 provides new features allowing to get audio ... support to the Java Platform (J2SE). Release 1.9 provides new features allowing to get audio
License:LGPL
Download
2106 downloads
Added: 2004-02-01
Java Tool Tutorials by Herong - A Free Tutorial Book 4.11

Java Tool Tutorials by Herong - A Free Tutorial Book 4.11


"Java Tool Tutorials" is a free tutorial book based on notes and sample codes collected by the author while he was learning Java tools himself. Topics includes: book, breakpoint, class, classpath, debugging, free, import, java, javac, jar, jdb, J2SE, more>> "Java Tool Tutorials" is a free tutorial book based on notes and sample codes collected by the author while he was learning Java tools himself. Topics includes: book, breakpoint, class, classpath, debugging, free, import, java, javac, jar, jdb, J2SE, JDK, JPDA, notes, source, sourcepath, thread, tutorials. Key sections: javac - The Java Compiler - "-sourcepath" - Specifying Source Path - "-d" - Specifying Output Directory - "import" Statements - java - The Java Launcher - "-classpath" - Specifying Class Path - "-jar" - Executable JAR Files - "-X" Options to Control Memory Size - "javaw" - Launching Java Applications without Console - jdb - The Java Debugger - Attaching "jdb" to Running Applications - Debugging Commands - Multi-Thread Debugging Exercise - JAR File Format and jar Tool - JAR Files Are ZIP Files - Adding "manifest" to JAR Files - Using JAR Files in Class Paths - Creating Executable JAR Files<<less
Added: 2006-02-13 License: Free Non-Commercial Price: $0.00USD
16 downloads
 
Other version of Java Tool Tutorials by Herong - A Free Tutorial Book
Java Tool Tutorials by Herong - A Free Tutorial Book, classpath, debugging, free, import, java, javac, jar, jdb, J2SE, JDK, JPDA, notes, source
License:Free for non-commercial use
Download
1379 downloads
Added: 2006-02-13
Herong's Notes on JSP 3.0

Herong's Notes on JSP 3.0


This book is a collection of notes and tutorial codes I wrote while I was leaning JSP (JavaServer Pages). Topics include: attachment, Big5, book, Chinese, content-disposition, content_type, cookie, custom tag, debugging, example, expression language, more>> This book is a collection of notes and tutorial codes I wrote while I was leaning JSP (JavaServer Pages). Topics include: attachment, Big5, book, Chinese, content-disposition, content_type, cookie, custom tag, debugging, example, expression language, file upload, GB2312, GBK, header lines, HTTP/1.1, HTTP Response, internationalization, i18n, IterationTag, JavaBeen, JDK, JSP, JSTL, JSTL-EL, J2SE, localization, MIME, named package, online, pageContext, performance, Perl, Servlet, session, Taglib, TagSupport, tag interface, TLD, Tomcat, tutorial, unnamed package, Unicode, useBean, UTF-8, XML<<less
Added: 2003-10-20 License: Freeware Price: $0.00USD
14 downloads
AudioPlayer Class

AudioPlayer Class


AudioPlayer is an open source Java class that manages WAV, AIFF and AU audio files playback. It provides basic functionality like play, stop, mute and loop. Implements many useful methods to retrive s more>> AudioPlayer is an open source Java class that manages WAV, AIFF and AU audio files playback. It provides basic functionality like play, stop, mute and loop. Implements many useful methods to retrive song position, total time, remaining time, song audio format (sample frequency, resolution, channels). Its written using the JavaSound, a standard package included in J2SE since version 1.3, so you dont need to distribute any extra package like JMF (JavaMediaFramework) with your application. The Java Sound engine can render 8 or 16 bit audio data, in mono or stereo, with sample rates from 8KHz to 48KHz.<<less
Added: 2005-08-26 License: GPL Price: Free
1535 downloads
Herong's Tutorial Notes on JSP 3.07

Herong's Tutorial Notes on JSP 3.07


This book is a collection of notes and tutorial codes I wrote while I was leaning JSP (JavaServer Pages). Topics include: attachment, Big5, book, Chinese, content-disposition, content_type, cookie, custom tag, debugging, example, expression language, more>> This book is a collection of notes and tutorial codes I wrote while I was leaning JSP (JavaServer Pages). Topics include: attachment, Big5, book, Chinese, content-disposition, content_type, cookie, custom tag, debugging, example, expression language, file upload, GB2312, GBK, header lines, HTTP/1.1, HTTP Response, internationalization, i18n, IterationTag, JavaBeen, JDK, JSP, JSTL, JSTL-EL, J2SE, localization, MIME, named package, online, pageContext, performance, Perl, Servlet, session, Taglib, TagSupport, tag interface, TLD, Tomcat, tutorial, unnamed package, Unicode, useBean, UTF-8, XML<<less
Added: 2005-08-05 License: Free Non-Commercial Price: $0.00USD
13 downloads
Herongs Tutorial Notes on JSP

Herongs Tutorial Notes on JSP


This book is a collection of notes and tutorial codes I wrote while I was leaning JSP (JavaServer Pages). Topics include: attachment, Big5, book, Chinese, content-disposition, content_type, cookie, cu more>> This book is a collection of notes and tutorial codes I wrote while I was leaning JSP (JavaServer Pages). Topics include: attachment, Big5, book, Chinese, content-disposition, content_type, cookie, custom tag, debugging, example, expression language, file upload, GB2312, GBK, header lines, HTTP/1.1, HTTP Response, internationalization, i18n, IterationTag, JavaBeen, JDK, JSP, JSTL, JSTL-EL, J2SE, localization, MIME, named package, online, pageContext, performance, Perl, Servlet, session, Taglib, TagSupport, tag interface, TLD, Tomcat, tutorial, unnamed package, Unicode, useBean, UTF-8, XML<<less
Added: 2005-08-05 License: Free for non-commercial use Price: Free
1558 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2