24, April, 2008 – 1:59 pm
Formula One-Java 5.0
Other
Tidestone Technologies, Inc.
27 Jan 1999
49448
Tested and Approved with the following Novell products:
NetWare 5
NetWare 5
Product Description
Formula One(tm) for Java® from Tidestone Technologies, Inc. ™, is a 100% Pure Java standalone spreadsheet application that can also be used as a JavaBean by Java developers and an applet by Webmasters. Formula One for Java [...]
24, April, 2008 – 1:33 pm
http://www.incors.com/alloylnf/jws/alloyDemo.jnlp
Frequently Asked Questions
What is the Alloy Look and Feel?
The Alloy Look and Feel is a software component that can be used by professional Java™ developers to enhance the appearance and atmosphere of their Java™ Swing applications.
Who was the Alloy Look and Feel developed for?
The Alloy Look and Feel was developed for professional Java™ developers who [...]
24, April, 2008 – 12:57 pm
import com.foo.Bar;
// Import log4j classes.
import org.apache.log4j.Logger;
import org.apache.log4j.BasicConfigurator;
public class MyApp {
// Define a static logger variable so that it references the
// Logger instance named “MyApp”.
static Logger logger = Logger.getLogger(MyApp.class);
public static void main(String[] args) {
// Set [...]
24, April, 2008 – 12:42 pm
From Wikipedia, the free encyclopedia
Jump to: navigation, search
Apache log4j
Developed by
Apache Software Foundation
Latest release
1.2.15 / August 29, 2007
Written in
Java
OS
Cross-platform
Genre
Logging Tool
License
Apache License 2.0
Website
http://logging.apache.org/log4j
Log4j is a Java-based logging utility. It was originally written by Ceki Gülcü and is now a project of the Apache Software Foundation. It is used primarily as a debugging tool. log4j is one of [...]