The Wayback Machine - https://web.archive.org/web/20061016035705/http://www.jars.com/


JARS.COM - The #1 Java Review Service
The #1 Java Review Service
JARS - Java Reviews for the Web Developer
JARS - Submit Graphic/Resource
HOME |
JARS Ratings JAVA Categories Resources Developer's Corner Judges' Chambers Earthweb Links

internet.commerce
Partners & Affiliates
T-Shirts
Education Degrees
Business Web Hosting
GPS
IT Degrees
Domain registration
Web Hosting Providers
Condos For Sale
Digital Camera Memory
Online Booking Hotels
Trade Show Items
Inbound Calls
Help Desks
Desktop Computers


Software Architect Kit
Discover an end-to-end solution that enables you to deliver high-quality software aligned with your specific business needs. Click Here.
 
Build Apps Using Asynchronous JavaScript with XML (Ajax)
In this tutorial, you will learn to build Ajax-based Web applicationscomplete with real-time validation. Click Here.
 
IBM Enterprise Architect Kit for SOA
Help IT enhance its capability and maturity to align itself with the business demands with this series of SOA podcasts, whitepapers, and demos. Click Here.
 
Create a Web Storefront Using PHP and PayPal, Part 1
This series chronicles the building of a Web storefront in PHP using PHP Data Objects to access a Derby database. Click Here.
 
IBM Rational Tester eKit
You'll get a collection of materials that can help you understand and use IBM Rational testing tools and best practices to build high-quality applications. Click Here.
 
Ajax for Java Developers: Build Dynamic Java Applications
Learn the principles of Ajax and a nuts-and-bolts knowledge of the client- and server-side components that participate in an Ajax interaction. Click Here.



 

JARS NEWSLETTER

LATEST DEVELOPER.COM HEADLINES

CALLING ALL DEVELOPERS

JARS needs more developers to volunteer as Jars Judges. Join the fun today and participate in rating Jars submissions.


Top 1% Rated

Top 5% Rated

Top 25% Rated

Top Rated


 
Whitepaper: Enhancing SQL Protection: A Case for Asynchronous Replication. Learn how a third-party tool can lower costs, improve efficiency & supplement SQL native applications with asynchronous replication.

JARS - New Items

TeeChart for Java (Steema-2)
Provided by: Steema Software
Language: Java
Category: Announcements
Steema Software is pleased to announce the release of teeChart v.1 for Java. The new release supports all major Java programming languages including Borland JBuilder, IBM Eclipse, Sun Netbeans, IntelliJ IDEA and Oracle JDeveloper. It offers 53 Chart styles (in 2D and 3D plus multiple combinations), 40 mathematical functions and 10 Chart Tool components for additional functionality including dragging of series marks, annotation objects, cursors and manual trend lines, coloring bands, etc. Extensive demos and Online help. Get information and download versions at www.steema.com.
Submitted: 10/09/2006

MPEG4/MP3 Streaming Engine for Apache (Bex84-31)
Provided by: Rebecca Lalez
Language: Java
Category: Other Programming
The IBM Web Service Streaming Engine uses standards-based streaming protocol to stream mp3 audio, MPEG-4 video, images, and text through external content management. This multi-media streaming engine integrates well with existing web-based enterprise applications, has been tested on Apache Axis and WebSphere service hosts, and can run on both Linux and Windows.
Submitted: 10/08/2006

Free SCJP (Sun Certified Programmer for the Java 2 Platform) tutorials (titoni-28)
Provided by: joe smith
Language: Java
Category: Documents
Free SCJP (Sun Certified Programmer for the Java 2 Platform) tutorials.
Submitted: 10/08/2006

Java Articles Directory (titoni-27)
Provided by: joe smith
Language: Java
Category: Tutorials
A Java Articles Directory. They have almost 1,800 java articles in this directory.
Submitted: 10/08/2006

Installation-Free J2EE Client Application (Bex84-30)
Provided by: Rebecca Lalez
Language: Java
Category: Other Programming
IBM Client Application Tool for JMS is a standalone, light weight, J2EE client application that is intended to run inside a J2EE client container and does not require any installation. It uses the domain-independent JMS common interfaces or domain-specific, point-to-point interfaces to test messaging infrastructures without writing JMS client code.
Submitted: 10/05/2006

Deep Thunder (Bex84-29)
Provided by: Rebecca Lalez
Language: Other
Category: Other Utilities
Streaming Audio Studio: This is an All-In-One Sound Recorder, Editor and Converter. Streaming Audio Studio is everything you need to analyze, record, edit, and convert audio file, produce music loops, digitize and clean-up old recordings. It enables you to record and modify any audio files as you wish, which means you can record and play sounds, import and export audio files, drag-and-drop, trim, copy, paste, split and merge files. Streaming Audio Studio also provides you many cool real-time effects to apply to each sound file. Its unique features include unlimited Undo/Redo, waveform and spectral view options, and audio effects filters etc. It supports for most popular audio formats like .wav, .mp3, .wma, .vqf, .ogg. With Streaming Audio Studio you have a complete digital audio studio at your fingertips.
Submitted: 10/04/2006

Pyramid - Poker of ZYH (daiwei-9)
Provided by: Wei Dai
Language: Java
Category: Card Games
Pyramid Poker of ZYH is a free solitaire card game. As an applet or as an application, this program should work on any platform that supports Java.
Submitted: 10/03/2006

Password Recovery for MS Access (daiwei-7)
Provided by: Wei Dai
Language: Java
Category: Other Utilities
Password Recovery is a free toolkit for MS Access databases from 95, 97, 2000, XP, 2002, to 2003. MS Access uses underlying Jet Database Engine, which is used used in a variety of Microsoft products such as Money, Project, IIS, Exchange, and so on. That freeware can be used for those Jet database files too. Since MS Access 95, user can set up a single password that controls who can open a database. If there's a database password set, all users have to enter that password to open the database. That freeware can help you to retrieve forgotten database password. This program should work on any platform that supports Java.
Submitted: 10/03/2006

StelsCSV - a fast text JDBC / CSV JDBC driver (SK50-13)
Provided by: Kirill Aleksandrov
Language: Java
Category: Class Libraries
StelsCSV is a JDBC driver that allows performing SQL queries and other JDBC operations on text files (CSV, DSV, tab-separated, fixed-length, etc). Using this driver, you can easily create a fast database consisting of plain text files. Also, the driver can be used for writing data importing programs and migration tools. Features: supports most keywords of ANSI SQL92, supports inner and outer table joins, supports INSERT, UPDATE and DELETE statements, supports data types, supports aggregate, numeric, string, conversion and user-defined SQL functions, supports reading text files from Zip/Jar archives and HTTP URLs, platform independent.
Submitted: 10/03/2006


JARS - Java Articles/Tutorials

Infrastructure Virtualization: Extending SOA Throughout The Enterprise
Discover how virtualization software provides a resilient, scalable, highly available and fault-tolerant infrastructure using autonomic capabilities to meet service level agreements and business performance needs.

More on Custom Ant Tasks
Sometimes, you just need a little bit more out of Ant. Work through the steps needed to give Ant some additional capabilities.

Objects and Interfaces
Explore the topic of how objects relate to collections by taking an aside to cover Interfaces. Interfaces are an extremely important concept within Object-Oriented Programming; however, they are also very tricky to understand.

Understanding the 2D Discrete Cosine Transform in Java, Part 2
Learn how to sub-divide an image before applying a forward and inverse 2D-Discrete Cosine Transform similar to the way it is done in the JPEG image compression algorithm.

An Introduction to Catastrophe Disentanglement
At what point should we define a software project as a catastrophe? What are the criteria for taking the drastic step of halting all activities, and how do we go about reassessing the project? And, most importantly, how do we go about getting the project moving again?



Webcast: Achieve interoperability between incompatible enterprise content management systems.
Webcast for Application and Service Providers: Explore Business Intelligence Open Source Offerings
Download: Rational Application Developer. Quickly design, develop, analyze, test, & deploy apps.
Develop the next great application for the BlackBerry and win fantastic prizes!
ISV Innovation Tech Briefings: Ready to Learn About the Latest Developer Technologies?

Latest Discussion Threads from CodeGuru
Latest Java Threads
TOPIC BY REPLIES UPDATED
Better application Language Leite33 0 Today 08:42 AM
is there Jaxws and Jaxb support in eclipse umen 0 Today 07:38 AM
threading or timer please help me loveme2006 0 Today 06:33 AM
JSP DataTime Picker problem forumaic 0 Today 05:42 AM
filling comboBox in JSP from Oracle tbl forumaic 1 Today 05:54 AM
VB Script to write to registry msore 1 Today 09:05 AM
For resource copying. raj1to0 0 Today 05:00 AM
Help: CAB decompression with Java The Saint 1 Today 08:37 AM
Show maven build info in java Liesbeth 1 Today 04:49 AM
Beta Brite font danbopes 0 Yesterday 09:58 PM


JupiterWeb networks:

internet.comearthweb.comDevx.comGraphics.com

Search JupiterWeb:

Jupitermedia Corporation has two divisions: Jupiterimages and JupiterWeb

Jupitermedia Corporate Info