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

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

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

How Code Reviews and PMD Can Crush Bugs In Your Code

Rating 4.0 4.0
The ability to review your code is one of the best methods to find bugs and other issues which can cause your program to perform poorly. In fact, one of the hardest things about writing a program is debugging it. When programmers get together and share their knowledge, it can help improve the overall quality of your Java applications.
Platform(s): Windows Date: Jul, 17 2006
DETAIL
Hits: 765

How To Create a Java Server Application

Rating 0.0 0.0
The invention of the internet and web browsers has had a massive impact on the way people send and receive information. If you are like many people, you probably get your news and other important information from the internet.
Platform(s): Windows Date: Jul, 17 2006
DETAIL
Hits: 1034

How To Create High Quality Tables With JavaScript

Rating 0.0 0.0
If you are web program developer, it is likely that you are creating tables on a daily basis. In this article I will show you how to create high quality tables with Javascript within a short period of time. One feature that you will want to become familiar with is DisplayTag Library.
Platform(s): Windows Date: Jul, 17 2006
DETAIL
Hits: 1041

Determine the Effectiveness of your Java Software

Rating 0.0 0.0
How To Determine The Effectiveness of Your Java Software During Development ? Trying to use a precise product simulation to test your Java software can be a very expensive process. There are a number of tools available on the market which can run automated tests, and they will allow you to test the efficiency of your application.
Platform(s): n/a Date: Jul, 17 2006
DETAIL
Hits: 760

How To Develop RFID Applications In Java

Rating 0.0 0.0
Radio Frequency Identification, also known as RFID, is a tool which is being used in a large number of industries. There are a number of software programs which can work with RFID, and an example of this is RFID Anywhere by Sybase iAnywhere. It was designed using a .NET program that has greatly modified the different phases of their RFID projects.
Platform(s): n/a Date: Jul, 17 2006
DETAIL
Amount: 61
Displaying: 1 - 10
Pages: [1] 2 3 4 5 6 7 >>