標籤彙整: Java虚拟机
Log4j orthogonality by example
Orthogonality is a concept often used to describe modular and maintainable software, but it’s more easily understood by way of a case study. In this article, Jens Dietrich demystifies orthogonality and some related design principles by demonstrating… 閱讀全文
Java tip: Deploying JavaFX apps to multiple environments
JavaFX 2.0.2 and successor SDKs let you deploy JavaFX applications in multiple environments including as a standalone app, via Java Web Start, or embedded in a web page. Jeff Friesen follows up his recent introduction to JavaFX 2.0 with this short … 閱讀全文
Java Tip 143: Utilize the Database Schema Browser
The Database Schema Browser utility uses Java Database Connectivity (JDBC) APIs DatabaseMetaData and ResultSet to fetch information from a database and display it to users.This simple servlet provides users with customizable options to retrieve a listi… 閱讀全文
Java Tip 143: Utilize the Database Schema Browser
The Database Schema Browser utility uses Java Database Connectivity (JDBC) APIs DatabaseMetaData and ResultSet to fetch information from a database and display it to users.This simple servlet provides users with customizable options to retrieve a listi… 閱讀全文
Java Tip 142: Pushing JButtonGroup
Swing has many useful classes that make graphical user interface (GUI) development easy. Some of these classes, however, are not well implemented. One example of such a class is ButtonGroup. This article explains why ButtonGroup is poorly designed and … 閱讀全文
Java Tip 142: Pushing JButtonGroup
Swing has many useful classes that make graphical user interface (GUI) development easy. Some of these classes, however, are not well implemented. One example of such a class is ButtonGroup. This article explains why ButtonGroup is poorly designed and … 閱讀全文
Java Tip 141: Fast math with JNI
While developing a computer-generated hologram (CGH) program, I noticed that the math routines in Java 2 Platform, Standard Edition (J2SE) 1.4x were several times slower than the corresponding routines in J2SE 1.3.1. Sun Microsystems has implemented a … 閱讀全文
Java Tip 141: Fast math with JNI
While developing a computer-generated hologram (CGH) program, I noticed that the math routines in Java 2 Platform, Standard Edition (J2SE) 1.4x were several times slower than the corresponding routines in J2SE 1.3.1. Sun Microsystems has implemented a … 閱讀全文
Java Tip 140: Automatically generate JavaBeans from XSL files in J2EE applications
In the Java 2 Platform, Enterprise Edition (J2EE) world, servlets complement applets on the server side and complete the definition of Java’s role in the client/server hierarchy and in multitiered applications. Nowadays, J2EE plays a prominent role in … 閱讀全文
Java Tip 140: Automatically generate JavaBeans from XSL files in J2EE applications
In the Java 2 Platform, Enterprise Edition (J2EE) world, servlets complement applets on the server side and complete the definition of Java’s role in the client/server hierarchy and in multitiered applications. Nowadays, J2EE plays a prominent role in … 閱讀全文

