- 1,251 categories
- 40,829 scripts
- This article contains a source code of a simple Java program which draws image(from file or http:// URL) at the center of full-screen window. It uses AWT Toolkit to load image (from the file or http URL) and Swing JFrame to display it.
- Categories
- Platforms
- Licenses
- Other Free / Open Source License
- 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 sha...
- Categories
- Platforms
- Licenses
- 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 sha...
- Categories
- Platforms
- Licenses
- SoftSlate Commerce is a highly flexible shopping cart program written with 100% Java and JSP. It is designed to be the platform for a robust ecommerce solution tailored to a company''s unique business needs.
SoftSlate Commerce utilizes the bes...
- Categories
- Platforms
- Licenses
- Freeware,
- Commercial License
- Jtpl is a template engine for Java Servlet which allows you to store your HTML code apart from your Java code.
A template engine is a software module which is used to generate HTML pages. The layout of a HTML page is defined within a template file,...
- Categories
- Platforms
- Licenses
- A tutorial on how to connect to a MySQL Database using Connector/J JDBC Driver. Explains what are database URLs? Why and how to specify JDBC driver names? Then moves on to write a simple Java program to connect to a MySQL database server. Explains al...
- Categories
- Platforms
- Licenses
- HeapInspector is a Java program which allows reference navigation of the Java heap. It supports back-tracing references in order to find gc roots which keep the reference from being garbage collected. Source code is available.
- Categories
- Platforms
- Licenses
- Many algorithms are expressed most concisely as tail-recursive methods. Compilers can automatically transform such methods into loops and thereby improve program performance, but this transformation is not required by the Java language specification,...
- Categories
- Platforms
- Licenses
- This article demonstrates how to automate e-mail publishing chores with Java and XML. This concrete application of XML and XSLT describes an e-mail newsletter (e-zine) publishing application that outputs both HTML and plain text e-mail messages. Five...
- Categories
- Platforms
- Licenses
- MinML is an XML parser written in Java. It was written to be used in embedded Java systems where storage space is at a premium. The code is quite compact, but MinML was also designed to minimise the heap space used by the program when parsing a docum...
- Categories
- Platforms
- Licenses
Page: