jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Miscellaneous

DeEnFrSp
Amount: 61
Displaying: 1 - 10
Pages: [1] 2 3 4 5 6 7 >>
Sort Listings By:
Hits: 1307

Playing WAV files using Java

Rating 3.0 3.0
There is source code of simple class AePlayWave in this article, which can play WAV(AUFF, SND, AU might also be supported) sound files asynchronously (in a separate thread, without interruption of main program). It is possible to use it in console or GUI Java programs for playing user notification sounds. There is also trivial RSS-feed checker, which plays various sounds on rss-feed update.
Platform(s): Windows Date: Nov, 06 2006
DETAIL
Hits: 1427

How a Profiler Can Improve Your Java Applications

Rating 2.0 2.0
If you have been working with C++ programs for longer than five years, you should be well aware of the difficulties involved with debugging software. However, many younger programmers don't have experience with these issues because Java deals with memory problems by using what is called the garbage collector. Whenever a new object is created in Java, the Java Virtual Machine will reserve memory for it, and if the object reference disappears, the memory will be reclaimed.
Platform(s): Windows Date: Jul, 19 2006
DETAIL
Hits: 890

Antipatterns In Java Programs

Rating 0.0 0.0
An antipattern can be defined as a bad design in the Java language. Antipatterns will bring forth bad answers in a way that is easy for some people to understand. If you are programming with Java, it is important to understand both antipatterns and patterns. When you work with software programs, they will need to be maintained.
Platform(s): n/a Date: Jul, 19 2006
DETAIL
Hits: 960

JSP Basics

Rating 3.0 3.0
Java Server Pages (JSP) is a Java API in J2EE which allows dynamic creation of web pages using Java. It has the same purpose as other existing technologies like CGI or PHP. In this tutorial you will learn about Lifecycle of JSP pages, Dynamic content generation, Invoking Java code using JSP scripting elements, JavaBeans for JSP and Error Handling.
Platform(s): Windows Date: Jul, 19 2006
DETAIL
Hits: 861

Servlets Advanced

Rating 5.0 5.0
After describing some basic programming of servlets, we will describe some advanced topics of servlets in this tutorial, viz., Session Tracking, Servlet Filters, Servlet Life Cycle Events, Including, forwarding and redirecting, Servlet Chaining and Applet Servlet Communication.
Platform(s): Windows Date: Jul, 19 2006
DETAIL
Hits: 1313

How To Use Java DB as Your Client Mobile Database

Rating 0.0 0.0
A database which is embedded in a Java application can be an excellent idea which has a lot of potential. It is currently possible to use it for a client portable database in both browser and desktop programs.
Platform(s): n/a Date: Jul, 17 2006
DETAIL
Hits: 1555

How To Run J2ME Programs on Palm Devices

Rating 0.0 0.0
Palm products are very popular mobile communication tools which have a large number of properties. Because of the properties that these devices have, they have been combined with programs such as Java.
Platform(s): Windows Date: Jul, 17 2006
DETAIL
Hits: 1587

How To Quickly Develop Java Programs With Tapestry

Rating 0.0 0.0
As you work with J2EE, you will find that there are a large number of programs which have been designed to make it easier to work with. If you are a programmer, the last thing you should want to concern yourself with is basic low level programming work.
Platform(s): n/a Date: Jul, 17 2006
DETAIL
Hits: 1011

How To Produce a Java TOC2 Class Which Can Contact Aim

Rating 5.0 5.0
AOL Instant Messenger is one of the most popular instant messenging tools available today. It allows you to send instant messages to other people who use AIM. At the same time, it is possible to heavily customize AIM programs by using a protocol which is named TOC2.
Platform(s): Windows Date: Jul, 17 2006
DETAIL
Hits: 874

How To Perform Class Loading With Java

Rating 0.0 0.0
The class loading system for Java is both flexible and strong. It will allow your programs to gains access to class databases without having to link to "include" files which are static. It will load archive files which contain these classes and other tools from specific locations.
Platform(s): n/a Date: Jul, 17 2006
DETAIL
Amount: 61
Displaying: 1 - 10
Pages: [1] 2 3 4 5 6 7 >>